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

  /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); }
MIPSAssembler.cpp     [all...]

Completed in 44 milliseconds