Searched refs:DEF2 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_tooliface.c | 346 #define DEF2(fn, args...) \ macro 362 DEF2(track_new_mem_stack_4_w_ECU, Addr, UInt) 363 DEF2(track_new_mem_stack_8_w_ECU, Addr, UInt) 364 DEF2(track_new_mem_stack_12_w_ECU, Addr, UInt) 365 DEF2(track_new_mem_stack_16_w_ECU, Addr, UInt) 366 DEF2(track_new_mem_stack_32_w_ECU, Addr, UInt) 367 DEF2(track_new_mem_stack_112_w_ECU, Addr, UInt) 368 DEF2(track_new_mem_stack_128_w_ECU, Addr, UInt) 369 DEF2(track_new_mem_stack_144_w_ECU, Addr, UInt) 370 DEF2(track_new_mem_stack_160_w_ECU, Addr, UInt)
|
/external/qemu/ |
D | translate-all.c | 75 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg)) in code_gen_max_block_size() 76 #define DEF2(copy_size) max = (copy_size > max) ? copy_size : max; in code_gen_max_block_size() macro 79 #undef DEF2 in code_gen_max_block_size()
|