Home
last modified time | relevance | path

Searched refs:alloc (Results 751 - 775 of 1271) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/node/test/pummel/
H A Dtest-fs-readfile-tostring-fail.js31 const a = Buffer.alloc(size, 'a');
/third_party/node/test/sequential/
H A Dtest-net-GH-5504.js45 const content = Buffer.alloc(64 * 1024 * 1024, '#');
/third_party/node/benchmark/napi/function_args/
H A Dindex.js35 args.push(Buffer.alloc(32768, '42').toString());
/third_party/node/benchmark/net/
H A Dnet-wrap-js-stream-passthrough.js25 chunk = Buffer.alloc(len, 'x');
H A Dnet-pipe.js22 chunk = Buffer.alloc(len, 'x');
H A Dnet-c2s.js22 chunk = Buffer.alloc(len, 'x');
/third_party/node/benchmark/crypto/
H A Dhash-stream-creation.js35 message = Buffer.alloc(len, 'b');
H A Dhash-stream-throughput.js34 message = Buffer.alloc(len, 'b');
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_buffer.c42 vk_cmd_queue_init(&command_buffer->cmd_queue, &pool->alloc); in vk_command_buffer_init()
/third_party/node/deps/openssl/openssl/ms/
H A Duplink-ia64.pl30 alloc loc0=ar.pfs,$V,3,2,0
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddh.h51 int alloc);
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.cpp56 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc() function in SkAutoPixmapStorage
/third_party/openssl/include/crypto/
H A Ddh.h51 int alloc);
/third_party/openssl/ms/
H A Duplink-ia64.pl30 alloc loc0=ar.pfs,$V,3,2,0
/third_party/skia/src/shaders/
H A DSkPictureShader.h40 skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const override;
H A DSkImageShader.h51 SkUpdatableShader* onUpdatableShader(SkArenaAlloc* alloc) const override;
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.h69 void appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* tPipeline,
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftmisc.h73 FT_Alloc_Func alloc; member
/third_party/python/Include/internal/
H A Dpycore_hashtable.h70 _Py_hashtable_allocator_t alloc; member
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs4 use alloc::vec::Vec;
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs23 use alloc::vec::Vec;
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp569 fs_reg dst = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD); in get_timestamp()
1120 alloc.allocate(glsl_count_dword_slots(type, false) * reg_width),
2136 int num_vars = this->alloc.count;
2143 reg_count += alloc.sizes[i];
2159 for (unsigned j = 1; j < this->alloc.sizes[inst->dst.nr]; j++)
2166 for (unsigned j = 1; j < this->alloc.sizes[inst->src[i].nr]; j++)
2180 assert(inst->size_written == alloc.sizes[inst->dst.nr] * REG_SIZE);
2217 for (unsigned j = 1; j < alloc.sizes[i]; j++) {
2225 int grf = alloc.allocate(offset);
2237 alloc
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c53 BtmLePairedDeviceBlock *block = MEM_MALLOC.alloc(sizeof(BtmLePairedDeviceBlock)); in BtmAllocLePairedDeviceBlock()
459 BtmIdentityResolvingKey *devIrks = MEM_MALLOC.alloc(sizeof(BtmIdentityResolvingKey) * devCount); in BTM_GetAllRemoteIdentityResolvingKey()
498 BtmLePairedDevice *devices_ = MEM_MALLOC.alloc(sizeof(BtmLePairedDevice) * devCount); in BTM_GetAllPairedDevices()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c72 HciLeAdvertisingReport *reports = MEM_MALLOC.alloc(sizeof(HciLeAdvertisingReport) * eventParam.numReports); in HciEventOnLeAdvertisingReportEvent()
269 MEM_MALLOC.alloc(sizeof(HciLeDirectedAdvertisingReport) * eventParam.numReports); in HciEventOnLeDirectedAdvertisingReportCompleteEvent()
384 MEM_MALLOC.alloc(sizeof(HciLeExtendedAdvertisingReport) * eventParam.numReports); in HciEventOnLeExtendedAdvertisingReportEvent()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-rbs-asm.S46 alloc r18 = ar.pfs, 2, (n)-2, 2, 0;/* read ar.pfs */ \
114 alloc r3 = ar.pfs, 0, 0, 0, 0;; \
171 alloc loc1 = ar.pfs, 3, 90, 3, 0

Completed in 10 milliseconds

1...<<31323334353637383940>>...51