Searched refs:pBytes (Results 1 – 13 of 13) sorted by relevance
328 auto pBytes = pString.raw_span(); in GetNextChar() local331 return offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()334 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()335 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()339 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()342 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()348 codes[0] = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar()360 if (char_size == 4 || offset == pBytes.size()) in GetNextChar()362 codes[char_size++] = pBytes[offset++]; in GetNextChar()
258 int *pBytes);
725 int *pBytes) { in transportEnc_LatmGetFrame() argument764 *pBytes = (FDKgetValidBits(hBs) + 7) >> 3; in transportEnc_LatmGetFrame()776 *pBytes = 0; in transportEnc_LatmGetFrame()
403 var pBytes = bytesPerRow * imageInfo.height;408 pPtr = CanvasKit._malloc(pBytes);430 retVal = new Uint8Array(CanvasKit.HEAPU8.buffer, pPtr, pBytes).slice();433 retVal = new Float32Array(CanvasKit.HEAPU8.buffer, pPtr, pBytes).slice();
255 bool GetMapModuleBuffer(void* pKey, void** pValue, int32_t* pBytes) const;
894 int32_t* pBytes) const { in GetMapModuleBuffer()917 *pBytes = pBuffer->iBytes; in GetMapModuleBuffer()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
8324 char *pBytes = VMA_NULL; in Map() local8325 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()8328 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
310 deUint8* const pBytes = static_cast<deUint8*>(pData); in fillPattern() local313 pBytes[i] = pattern[i % patternSize]; in fillPattern()
15196 char *pBytes = VMA_NULL; in Map() local15197 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()15200 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
17046 char *pBytes = VMA_NULL; in Map() local17047 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()17050 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
1700 static jlong NativeCrypto_EC_GROUP_new_arbitrary(JNIEnv* env, jclass, jbyteArray pBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument1723 if (!arrayToBignum(env, pBytes, &p) || !arrayToBignum(env, aBytes, &a) || in NativeCrypto_EC_GROUP_new_arbitrary()