Searched refs:LABEL_INT (Results 1 – 2 of 2) sorted by relevance
183 #define LABEL_TYPES (LABEL_CHAR|LABEL_SHORT|LABEL_INT|LABEL_UNSIGNED)193 case LABEL_INT: return *(int32_t *)addr; in VM_GetStruct()194 case LABEL_INT|LABEL_UNSIGNED: return *(uint32_t *)addr; in VM_GetStruct()207 case LABEL_INT: *(int32_t *)addr = newValue; break; in VM_SetStruct()208 case LABEL_INT|LABEL_UNSIGNED: *(uint32_t *)addr = newValue; break; in VM_SetStruct()
55 #define LABEL_INT sizeof(uint32_t) macro