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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 34 #define thread_sleep(nms) Sleep(nms)
56 #define thread_sleep(nms) DosSleep(nms)
92 #define thread_sleep(nms) Sleep(nms)
162 #define thread_sleep(nms) DosSleep(nms)
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} *
    [all...]
  /external/libvpx/libvpx/vp8/common/
threading.h 34 #define thread_sleep(nms) Sleep(nms)
56 #define thread_sleep(nms) DosSleep(nms)
92 #define thread_sleep(nms) Sleep(nms)
162 #define thread_sleep(nms) DosSleep(nms)
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 34 #define thread_sleep(nms) Sleep(nms)
56 #define thread_sleep(nms) DosSleep(nms)
92 #define thread_sleep(nms) Sleep(nms)
162 #define thread_sleep(nms) DosSleep(nms)
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} *
    [all...]
  /external/libcxx/src/support/win32/
locale_win32.cpp 61 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc )
64 return mbsnrtowcs( dst, src, nms, len, ps );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 61 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc )
64 return mbsnrtowcs( dst, src, nms, len, ps );
  /external/libcxx/include/support/win32/
locale_win32.h 48 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 48 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 48 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc);
  /external/libcxx/include/support/solaris/
xlocale.h 115 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 115 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 115 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 6742 const HChar* nms[11] = { "eq", "tst", "hi", "gt", "hs", "ge", local
6808 const HChar* nms[4] = { "eor", "bsl", "bit", "bif" }; local
    [all...]
guest_arm_toIR.c 19779 const HChar* nms[4] = { "lsl", "lsr", "asr", "ror" }; local
    [all...]

Completed in 358 milliseconds