/third_party/node/test/pummel/ |
H A D | test-fs-readfile-tostring-fail.js | 31 const a = Buffer.alloc(size, 'a');
|
/third_party/node/test/sequential/ |
H A D | test-net-GH-5504.js | 45 const content = Buffer.alloc(64 * 1024 * 1024, '#');
|
/third_party/node/benchmark/napi/function_args/ |
H A D | index.js | 35 args.push(Buffer.alloc(32768, '42').toString());
|
/third_party/node/benchmark/net/ |
H A D | net-wrap-js-stream-passthrough.js | 25 chunk = Buffer.alloc(len, 'x');
|
H A D | net-pipe.js | 22 chunk = Buffer.alloc(len, 'x');
|
H A D | net-c2s.js | 22 chunk = Buffer.alloc(len, 'x');
|
/third_party/node/benchmark/crypto/ |
H A D | hash-stream-creation.js | 35 message = Buffer.alloc(len, 'b');
|
H A D | hash-stream-throughput.js | 34 message = Buffer.alloc(len, 'b');
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.c | 42 vk_cmd_queue_init(&command_buffer->cmd_queue, &pool->alloc); in vk_command_buffer_init()
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-ia64.pl | 30 alloc loc0=ar.pfs,$V,3,2,0
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | dh.h | 51 int alloc);
|
/third_party/skia/src/core/ |
H A D | SkAutoPixmapStorage.cpp | 56 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc() function in SkAutoPixmapStorage
|
/third_party/openssl/include/crypto/ |
H A D | dh.h | 51 int alloc);
|
/third_party/openssl/ms/ |
H A D | uplink-ia64.pl | 30 alloc loc0=ar.pfs,$V,3,2,0
|
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.h | 40 skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const override;
|
H A D | SkImageShader.h | 51 SkUpdatableShader* onUpdatableShader(SkArenaAlloc* alloc) const override;
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.h | 69 void appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* tPipeline,
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftmisc.h | 73 FT_Alloc_Func alloc; member
|
/third_party/python/Include/internal/ |
H A D | pycore_hashtable.h | 70 _Py_hashtable_allocator_t alloc; member
|
/third_party/rust/crates/rustix/src/process/ |
H A D | chdir.rs | 4 use alloc::vec::Vec;
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 23 use alloc::vec::Vec;
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 569 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 D | btm_le_sec.c | 53 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 D | hci_evt_le.c | 72 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 D | ia64-test-rbs-asm.S | 46 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
|