Searched defs:__block (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 308 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 315 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 319 #define foreach_block(__block, __cfg) \ argument 322 #define foreach_block_reverse(__block, __cfg) \ argument 325 #define foreach_block_safe(__block, __cfg) \ argument 328 #define foreach_block_reverse_safe(__block, __cfg) \ argument 331 #define foreach_inst_in_block(__type, __inst, __block) \ argument 334 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 341 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 344 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/external/honggfuzz/ |
D | honggfuzz.h | 399 #define __block macro
|