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

  /external/webrtc/src/
typedefs.h 111 typedef unsigned __int64 WebRtc_UWord64;
114 typedef uint64_t WebRtc_UWord64;
130 typedef uint64_t WebRtc_UWord64;
  /external/webrtc/src/system_wrappers/source/
sort.cc 139 COMPARE_FOR_QSORT(x, y, WebRtc_UWord64);
189 COMPARE_KEY_FOR_QSORT(sortKeyX, sortKeyY, WebRtc_UWord64);
369 qsort(data, numOfElements, sizeof(WebRtc_UWord64), CompareUWord64);
407 StdSort<WebRtc_UWord64>(data, numOfElements);
433 if ((WebRtc_UWord64)numOfElements * sizeOfElement > 0xffffffff)
476 KEY_QSORT(ptrSortKey, key, numOfElements, WebRtc_UWord64,
538 return StdKeySort<WebRtc_UWord64>(data, key, numOfElements,
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 255 RunSortTest<WebRtc_UWord64>(webrtc::TYPE_UWord64, keySort);

Completed in 57 milliseconds