Searched defs:ST_STATE (Results 1 – 2 of 2) sorted by relevance
93 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro102 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro107 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
52 #define ST_STATE(FLAG, st_update) update_functions[FLAG##_INDEX] = st_update; in init_atoms_once() macro