Searched refs:pBytes (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTGlobal.h | 254 inline void PVRTByteSwap(unsigned char* pBytes, int i32ByteNo) in PVRTByteSwap() argument 259 PVRTswap<unsigned char>(pBytes[i++], pBytes[j--]); in PVRTByteSwap()
|
/external/aac/libMpegTPEnc/src/ |
D | tpenc_latm.h | 242 int *pBytes
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 639 inline void PVRShellByteSwap(unsigned char* pBytes, int i32ByteNo) in PVRShellByteSwap() argument 645 unsigned char cTmp = pBytes[i]; in PVRShellByteSwap() 646 pBytes[i] = pBytes[j]; in PVRShellByteSwap() 647 pBytes[j] = cTmp; in PVRShellByteSwap()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 259 deUint8* const pBytes = static_cast<deUint8*>(pData); in fillPattern() local 262 pBytes[i] = pattern[i % DE_LENGTH_OF_ARRAY(pattern)]; in fillPattern()
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 1527 JNIEnv* env, jclass, jbyteArray pBytes, jbyteArray aBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument 1548 if (!arrayToBignum(env, pBytes, &p) || !arrayToBignum(env, aBytes, &a) || in NativeCrypto_EC_GROUP_new_arbitrary()
|