HomeSort by relevance Sort by last modified time
    Searched refs:DEF2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
m_tooliface.c 346 #define DEF2(fn, args...) \
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
    [all...]
  /external/qemu/
translate-all.c 75 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg))
76 #define DEF2(copy_size) max = (copy_size > max) ? copy_size : max;
79 #undef DEF2

Completed in 82 milliseconds