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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
sort.cc 34 #define COMPARE_DEREFERENCED(XT, YT) \
36 if ((XT) > (YT)) { \
39 else if ((XT) < (YT)) { \
48 TYPE yT = static_cast<TYPE>(*static_cast<const TYPE*>(Y)); \
49 COMPARE_DEREFERENCED(xT, yT); \
56 TYPE yT = static_cast<TYPE>( \
58 COMPARE_DEREFERENCED(xT, yT); \
  /external/webrtc/src/system_wrappers/source/
sort.cc 31 #define COMPARE_DEREFERENCED(XT, YT) \
34 if ((XT) > (YT)) \
38 else if ((XT) < (YT)) \
51 TYPE yT = static_cast<TYPE>(*static_cast<const TYPE*>(Y)); \
52 COMPARE_DEREFERENCED(xT, yT); \
61 TYPE yT = static_cast<TYPE>(*static_cast<TYPE*> \
63 COMPARE_DEREFERENCED(xT, yT); \
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 191 yT = 4, // 0100
300 SMULW(cc, yT, Rd, Rm, Rs); }
333 SMLAW(cc, yT, Rd, Rm, Rs, Rn); }
Arm64Assembler.cpp 798 if (y & yT)
    [all...]
MIPSAssembler.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 4029 milliseconds