Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp328 auto pBytes = pString.raw_span(); in GetNextChar() local
331 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()
/external/aac/libMpegTPEnc/src/
Dtpenc_latm.h258 int *pBytes);
Dtpenc_latm.cpp725 int *pBytes) { in transportEnc_LatmGetFrame() argument
764 *pBytes = (FDKgetValidBits(hBs) + 7) >> 3; in transportEnc_LatmGetFrame()
776 *pBytes = 0; in transportEnc_LatmGetFrame()
/external/skia/modules/canvaskit/
Dinterface.js403 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();
/external/pdfium/fxjs/xfa/
Dcjx_object.h255 bool GetMapModuleBuffer(void* pKey, void** pValue, int32_t* pBytes) const;
Dcjx_object.cpp894 int32_t* pBytes) const { in GetMapModuleBuffer()
917 *pBytes = pBuffer->iBytes; in GetMapModuleBuffer()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8324 char *pBytes = VMA_NULL; in Map() local
8325 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()
8328 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp310 deUint8* const pBytes = static_cast<deUint8*>(pData); in fillPattern() local
313 pBytes[i] = pattern[i % patternSize]; in fillPattern()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp4184 const uint8_t* pBytes = (const uint8_t*)pMemory; in ValidatePattern() local
4187 if(pBytes[i] != pattern) in ValidatePattern()
Dvk_mem_alloc.h17075 char *pBytes = VMA_NULL; in Map() local
17076 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()
17079 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h15196 char *pBytes = VMA_NULL; in Map() local
15197 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()
15200 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h17046 char *pBytes = VMA_NULL; in Map() local
17047 VkResult res = pBlock->Map(this, 1, (void**)&pBytes); in Map()
17050 *ppData = pBytes + (ptrdiff_t)hAllocation->GetOffset(); in Map()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1700 static jlong NativeCrypto_EC_GROUP_new_arbitrary(JNIEnv* env, jclass, jbyteArray pBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument
1723 if (!arrayToBignum(env, pBytes, &p) || !arrayToBignum(env, aBytes, &a) || in NativeCrypto_EC_GROUP_new_arbitrary()