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 369 #define DEF2(fn, args...) \
385 DEF2(track_new_mem_stack_4_w_ECU, Addr, UInt)
386 DEF2(track_new_mem_stack_8_w_ECU, Addr, UInt)
387 DEF2(track_new_mem_stack_12_w_ECU, Addr, UInt)
388 DEF2(track_new_mem_stack_16_w_ECU, Addr, UInt)
389 DEF2(track_new_mem_stack_32_w_ECU, Addr, UInt)
390 DEF2(track_new_mem_stack_112_w_ECU, Addr, UInt)
391 DEF2(track_new_mem_stack_128_w_ECU, Addr, UInt)
392 DEF2(track_new_mem_stack_144_w_ECU, Addr, UInt)
393 DEF2(track_new_mem_stack_160_w_ECU, Addr, UInt
    [all...]
  /external/qemu/
translate-all.c 112 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg))
113 #define DEF2(copy_size) max = (copy_size > max) ? copy_size : max;
116 #undef DEF2
    [all...]

Completed in 128 milliseconds