Home
last modified time | relevance | path

Searched refs:pBytes (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h254 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/
Dtpenc_latm.h242 int *pBytes
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp639 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/
DvktSynchronizationOperation.cpp259 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/
DNativeCrypto.cpp1527 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()