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

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 233 * \param pBytes pointer to an int, where the current frame byte count stored into.
242 int *pBytes
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGlobal.h 250 @brief Swaps the endianness of pBytes in place
251 @param[in] pBytes A number
252 @param[in] i32ByteNo Number of bytes in pBytes
254 inline void PVRTByteSwap(unsigned char* pBytes, int i32ByteNo)
259 PVRTswap<unsigned char>(pBytes[i++], pBytes[j--]);
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 82 pBytes := make([]byte, L/8)
105 if _, err := io.ReadFull(rand, pBytes); err != nil {
109 pBytes[len(pBytes)-1] |= 1
110 pBytes[0] |= 0x80
112 p.SetBytes(pBytes)
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 82 pBytes := make([]byte, L/8)
105 if _, err := io.ReadFull(rand, pBytes); err != nil {
109 pBytes[len(pBytes)-1] |= 1
110 pBytes[0] |= 0x80
112 p.SetBytes(pBytes)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 635 @brief Swaps the bytes in pBytes from little to big endian (or vice versa)
636 @param[in] pBytes The bytes to swap
639 inline void PVRShellByteSwap(unsigned char* pBytes, int i32ByteNo)
645 unsigned char cTmp = pBytes[i];
646 pBytes[i] = pBytes[j];
647 pBytes[j] = cTmp;
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 259 deUint8* const pBytes = static_cast<deUint8*>(pData);
262 pBytes[i] = pattern[i % DE_LENGTH_OF_ARRAY(pattern)];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 962 BYTE *pBytes;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 734 milliseconds