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

  /external/libvpx/vp8/common/
threading.h 33 #define thread_sleep(nms) Sleep(nms)
68 #define thread_sleep(nms) Sleep(nms)
78 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
82 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 16599 HChar* nms[4] = { "lsl", "lsr", "asr", "ror" }; local
    [all...]

Completed in 44 milliseconds