Searched refs:pBytes (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.cpp | 328 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/ |
D | tpenc_latm.h | 258 int *pBytes);
|
D | tpenc_latm.cpp | 725 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/ |
D | interface.js | 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();
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 255 bool GetMapModuleBuffer(void* pKey, void** pValue, int32_t* pBytes) const;
|
D | cjx_object.cpp | 894 int32_t* pBytes) const { in GetMapModuleBuffer() 917 *pBytes = pBuffer->iBytes; in GetMapModuleBuffer()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 8324 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/ |
D | vktSynchronizationOperation.cpp | 310 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/ |
D | Tests.cpp | 4184 const uint8_t* pBytes = (const uint8_t*)pMemory; in ValidatePattern() local 4187 if(pBytes[i] != pattern) in ValidatePattern()
|
D | vk_mem_alloc.h | 17075 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/ |
D | vk_mem_alloc.h | 15196 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/ |
D | vk_mem_alloc.h | 17046 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/ |
D | native_crypto.cc | 1700 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()
|