Home
last modified time | relevance | path

Searched refs:pBytes (Results 1 – 8 of 8) 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/boringssl/src/ssl/test/runner/
Dkey_agreement.go577 pBytes := ka.p.Bytes()
580 serverDHParams := make([]byte, 0, 2+len(pBytes)+2+len(gBytes)+2+len(yBytes))
581 serverDHParams = append(serverDHParams, byte(len(pBytes)>>8), byte(len(pBytes)))
582 serverDHParams = append(serverDHParams, 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/guice/extensions/struts2/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp253 deUint8* const pBytes = static_cast<deUint8*>(pData); in fillPattern() local
256 pBytes[i] = pattern[i % DE_LENGTH_OF_ARRAY(pattern)]; in fillPattern()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp1555 JNIEnv* env, jclass, jbyteArray pBytes, jbyteArray aBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument
1576 if (!arrayToBignum(env, pBytes, &p) || !arrayToBignum(env, aBytes, &a) || in NativeCrypto_EC_GROUP_new_arbitrary()