/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ia64cpuid.S | 67 { .mib; alloc r2=ar.pfs,0,96,0,96 189 { .mib; alloc r2=ar.pfs,3,5,0,8
|
H A D | param_build.c | 52 int size, size_t alloc, int type, in param_push() 64 pd->alloc_blocks = ossl_param_bytes_to_blocks(alloc); in param_push() 51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
|
/third_party/openssl/crypto/ |
H A D | ia64cpuid.S | 67 { .mib; alloc r2=ar.pfs,0,96,0,96 189 { .mib; alloc r2=ar.pfs,3,5,0,8
|
H A D | param_build.c | 52 int size, size_t alloc, int type, in param_push() 64 pd->alloc_blocks = ossl_param_bytes_to_blocks(alloc); in param_push() 51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | PathInnerTriangulateOp.cpp | 417 GrEagerDynamicVertexAllocator alloc(flushState, &fFanBuffer, &fBaseFanVertex); in onPrepare() 418 fFanVertexCount = fFanTriangulator->polysToTriangles(fFanPolys, &alloc, &fFanBreadcrumbs); in onPrepare()
|
/third_party/skia/tests/ |
H A D | TestUtils.cpp | 34 pm.alloc(ii); in TestReadPixels() 60 pm.alloc(ii); in TestWritePixels()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | scheduler.h | 518 Scheduler::Config& Scheduler::Config::setAllocator(Allocator* alloc) { in setAllocator() argument 519 allocator = alloc; in setAllocator()
|
/third_party/protobuf/js/binary/ |
H A D | decoder.js | 118 jspb.BinaryDecoder.alloc = function(opt_bytes, opt_start, opt_length) { 147 return jspb.BinaryDecoder.alloc(this.bytes_,
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 87 #define MPD_NEW_CONST(name, flags, exp, digits, len, alloc, initval) \ 88 mpd_uint_t name##_data[alloc] = {initval}; \ 90 len, alloc, name##_data} 94 a->exp, a->digits, a->len, a->alloc, a->data} 478 * Input invariant: MPD_MINALLOC <= result->alloc. 480 * Case nwords == result->alloc: 483 * Case nwords > result->alloc: 489 * Case nwords < result->alloc: 503 assert(MPD_MINALLOC <= result->alloc); in mpd_qresize() 506 if (nwords == result->alloc) { in mpd_qresize() 8380 int alloc = 0; /* rdata == NULL */ mpd_qexport_u16() local 8459 int alloc = 0; /* rdata == NULL */ mpd_qexport_u32() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 103 vk_free(&cmd_buffer->vk.pool->alloc, transfer_cmd); in pvr_cmd_buffer_free_sub_cmd() 113 vk_free(&cmd_buffer->vk.pool->alloc, sub_cmd); in pvr_cmd_buffer_free_sub_cmd() 131 vk_free(&cmd_buffer->vk.pool->alloc, in pvr_cmd_buffer_destroy() 133 vk_free(&cmd_buffer->vk.pool->alloc, in pvr_cmd_buffer_destroy() 147 vk_free(&cmd_buffer->vk.pool->alloc, cmd_buffer); in pvr_cmd_buffer_destroy() 158 cmd_buffer = vk_zalloc(&pool->alloc, in pvr_cmd_buffer_create() 167 vk_free(&pool->alloc, cmd_buffer); in pvr_cmd_buffer_create() 429 const VkAllocationCallbacks *const allocator = &cmd_buffer->vk.pool->alloc; in pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload() 610 staging_buffer = vk_alloc(&cmd_buffer->vk.pool->alloc, in pvr_load_op_pds_data_create_and_upload() 627 vk_free(&cmd_buffer->vk.pool->alloc, staging_buffe in pvr_load_op_pds_data_create_and_upload() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 304 typedef void *upb_alloc_func(upb_alloc *alloc, void *ptr, size_t oldsize, 311 UPB_INLINE void *upb_malloc(upb_alloc *alloc, size_t size) { in upb_malloc() argument 312 UPB_ASSERT(alloc); in upb_malloc() 313 return alloc->func(alloc, NULL, 0, size); in upb_malloc() 316 UPB_INLINE void *upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize, in upb_realloc() argument 318 UPB_ASSERT(alloc); in upb_realloc() 319 return alloc->func(alloc, ptr, oldsize, size); in upb_realloc() 322 UPB_INLINE void upb_free(upb_alloc *alloc, voi argument 371 upb_alloc alloc; global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_bytes.py | 1489 alloc = b.__alloc__() 1490 self.assertGreaterEqual(alloc, 0) 1491 seq = [alloc] 1494 alloc = b.__alloc__() 1495 self.assertGreater(alloc, len(b)) # including trailing null byte 1496 if alloc not in seq: 1497 seq.append(alloc) 1508 alloc = b.__alloc__() 1509 self.assertGreater(alloc, len(b)) # including trailing null byte 1513 alloc [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 2189 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local 2193 mapPtrs[blockNdx] = alloc->getHostPtr(); in iterate() 2196 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2221 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local 2223 mapPtrs.push_back(alloc->getHostPtr()); in iterate() 2234 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2259 vk::Allocation* alloc = m_uniformAllocs[allocNdx].get(); in iterate() local 2260 flushMappedMemoryRange(vk, device, alloc->getMemory(), alloc->getOffset(), VK_WHOLE_SIZE); in iterate() 2428 vk::Allocation *alloc in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 2189 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local 2193 mapPtrs[blockNdx] = alloc->getHostPtr(); in iterate() 2196 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2221 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local 2223 mapPtrs.push_back(alloc->getHostPtr()); in iterate() 2234 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate() 2259 vk::Allocation* alloc = m_uniformAllocs[allocNdx].get(); in iterate() local 2260 flushMappedMemoryRange(vk, device, alloc->getMemory(), alloc->getOffset(), VK_WHOLE_SIZE); in iterate() 2428 vk::Allocation *alloc in iterate() local [all...] |
/third_party/node/lib/ |
H A D | zlib.js | 152 buf = Buffer.alloc(0); 346 this._transform(Buffer.alloc(0), '', callback); 517 return Buffer.alloc(0);
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 396 const VkAllocationCallbacks *alloc; member 409 const VkAllocationCallbacks *alloc); 590 VkAllocationCallbacks alloc; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 179 const Allocation alloc = m_imageBuffer->getBoundMemory(); in DynamicRenderingTestInstance() local 180 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(imageBufferSize)); in DynamicRenderingTestInstance() 181 flushAlloc(vk, device, alloc); in DynamicRenderingTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 91 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() local 93 deMemcpy(alloc.getHostPtr(), vertexData, static_cast<std::size_t>(vertexDataSizeBytes)); in runTest() 94 flushAlloc(vk, device, alloc); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 179 const Allocation alloc = m_imageBuffer->getBoundMemory(); in DynamicRenderingTestInstance() local 180 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(imageBufferSize)); in DynamicRenderingTestInstance() 181 flushAlloc(vk, device, alloc); in DynamicRenderingTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 91 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() local 93 deMemcpy(alloc.getHostPtr(), vertexData, static_cast<std::size_t>(vertexDataSizeBytes)); in runTest() 94 flushAlloc(vk, device, alloc); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 697 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local 698 deMemcpy(alloc.getHostPtr(), &m_data[0], m_data.size()); in copyDataToImage() 699 flushAlloc(vk, device, alloc); in copyDataToImage() 1774 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local 1775 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeRead() 1776 flushAlloc(vk, device, alloc); in transcodeRead() 1907 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local 1908 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeWrite() 1909 flushAlloc(vk, device, alloc); in transcodeWrite() 2360 const Allocation& alloc in transcodeRead() local 2499 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 686 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local 687 deMemcpy(alloc.getHostPtr(), &m_data[0], m_data.size()); in copyDataToImage() 688 flushAlloc(vk, device, alloc); in copyDataToImage() 1759 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local 1760 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeRead() 1761 flushAlloc(vk, device, alloc); in transcodeRead() 1892 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local 1893 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeWrite() 1894 flushAlloc(vk, device, alloc); in transcodeWrite() 2345 const Allocation& alloc in transcodeRead() local 2484 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap.c | 89 GapInitializeParam *ctx = MEM_MALLOC.alloc(sizeof(GapInitializeParam)); in GapInitialize() 917 regInfo = MEM_MALLOC.alloc(sizeof(ProfileSecurityInfo)); in GAP_RegisterServiceSecurity() 1023 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapUseAclConnectionTimeout() 1165 DeviceInfo *deviceInfo = MEM_MALLOC.alloc(sizeof(DeviceInfo)); in GapAllocDeviceInfo()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 656 //lwsl_notice("%s: failed to alloc\n", __func__); in lws_ss_smd_tx_cb() 1039 size += pol->plugins[0]->alloc; in lws_ss_create() 1041 size += pol->plugins[1]->alloc; in lws_ss_create() 1096 p += pol->plugins[0]->alloc; in lws_ss_create() 1100 p += pol->plugins[1]->alloc; in lws_ss_create()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_record.c | 1175 if (idx >= (*options)->alloc) { in ares_dns_rr_set_opt_own() 1176 size_t alloc_size = (*options)->alloc; in ares_dns_rr_set_opt_own() 1186 (*options)->alloc * sizeof(*(*options)->optval), in ares_dns_rr_set_opt_own() 1193 (*options)->alloc = alloc_size; in ares_dns_rr_set_opt_own()
|