Searched refs:dataX (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/system_wrappers/test/TestSort/ |
D | TestSort.cc | 32 int Compare(const void* dataX, const void* dataY) in Compare() argument 34 DataType dataX = (DataType)*(const DataType*)dataX; in Compare() local 36 if (dataX > dataY) in Compare() 40 else if (dataX < dataY) in Compare() 49 int CompareKey(const void* dataX, const void* dataY) in CompareKey() argument 51 KeyType keyX = ((const DataType*)dataX)->key; in CompareKey() 68 bool operator()(const DataType &dataX, const DataType &dataY) const in operator ()() 70 return dataX.key < dataY.key; in operator ()()
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpngmontexpstuff_avx512.h | 96 const BNU_CHUNK_T* dataX, cpSize nsX, 103 const BNU_CHUNK_T* dataX, cpSize nsX, 110 const BNU_CHUNK_T* dataX, cpSize nsX, 117 const BNU_CHUNK_T* dataX, cpSize nsX,
|
D | pcpngmontexpstuff_sse2.h | 94 const BNU_CHUNK_T* dataX, cpSize nsX, 101 const BNU_CHUNK_T* dataX, cpSize nsX, 108 const BNU_CHUNK_T* dataX, cpSize nsX, 115 const BNU_CHUNK_T* dataX, cpSize nsX,
|
D | pcpngmontexpstuff.h | 125 const BNU_CHUNK_T* dataX, cpSize nsX, 136 const BNU_CHUNK_T* dataX, cpSize nsX, 141 const BNU_CHUNK_T* dataX, cpSize nsX, 178 const BNU_CHUNK_T* dataX, cpSize nsX, 183 const BNU_CHUNK_T* dataX, cpSize nsX,
|
D | pcpmont_expbinbnu.c | 82 const BNU_CHUNK_T* dataX, cpSize nsX, in cpMontExpBin_BNU() argument 96 else if( cpEqu_BNU_CHUNK(dataX, nsX, 0) ) { in cpMontExpBin_BNU() 113 ZEXPAND_COPY_BNU(dataT, nsM, dataX, nsX); in cpMontExpBin_BNU()
|
D | pcpngmontexpstuff_avx2.h | 116 const BNU_CHUNK_T* dataX, cpSize nsX, 123 const BNU_CHUNK_T* dataX, cpSize nsX, 130 const BNU_CHUNK_T* dataX, cpSize nsX, 137 const BNU_CHUNK_T* dataX, cpSize nsX,
|