Searched refs:requested_size (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 1091 auto requested_size = UncheckedParameter<IntPtrT>(Descriptor::kRequestedSize); in TF_BUILTIN() local 1092 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN() 1098 SmiFromIntPtr(requested_size), allocation_flags); in TF_BUILTIN() 1102 auto requested_size = UncheckedParameter<IntPtrT>(Descriptor::kRequestedSize); in TF_BUILTIN() local 1103 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN() 1109 SmiFromIntPtr(requested_size), allocation_flags); in TF_BUILTIN() 1113 auto requested_size = UncheckedParameter<IntPtrT>(Descriptor::kRequestedSize); in TF_BUILTIN() local 1114 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN() 1120 SmiFromIntPtr(requested_size), runtime_flags); in TF_BUILTIN() 1124 auto requested_size in TF_BUILTIN() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | code-range.cc | 257 v8::PageAllocator* page_allocator, size_t requested_size) { in EnsureProcessWideCodeRange() 262 if (!code_range->InitReservation(page_allocator, requested_size)) { in EnsureProcessWideCodeRange() 256 EnsureProcessWideCodeRange( v8::PageAllocator* page_allocator, size_t requested_size) EnsureProcessWideCodeRange() argument
|
H A D | code-range.h | 133 v8::PageAllocator* page_allocator, size_t requested_size);
|
H A D | heap.cc | 5703 const size_t requested_size = in SetUp() local 5713 isolate_->page_allocator(), requested_size); in SetUp() 5717 requested_size)) { in SetUp()
|
/third_party/python/Objects/ |
H A D | bytearrayobject.c | 170 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size) in PyByteArray_Resize() argument 178 size_t size = (size_t) requested_size; in PyByteArray_Resize() 183 assert(requested_size >= 0); in PyByteArray_Resize() 185 if (requested_size == Py_SIZE(self)) { in PyByteArray_Resize() 229 Py_MIN((size_t)requested_size, (size_t)Py_SIZE(self))); in PyByteArray_Resize()
|
/third_party/python/Lib/multiprocessing/ |
H A D | shared_memory.py | 322 requested_size = struct.calcsize( 329 self.shm = SharedMemory(name, create=True, size=requested_size)
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 4015 size_t requested_size = *size; in sanei_usb_read_bulk() local 4016 while (requested_size) in sanei_usb_read_bulk() 4018 ULONG ulToRead = (requested_size>MAX_RW)?MAX_RW:requested_size; in sanei_usb_read_bulk() 4036 requested_size -=ulToRead; in sanei_usb_read_bulk() 4385 size_t requested_size = *size; in sanei_usb_write_bulk() local 4386 while (requested_size) in sanei_usb_write_bulk() 4388 ULONG ulToWrite = (requested_size>MAX_RW)?MAX_RW:requested_size; in sanei_usb_write_bulk() 4390 DBG (5, "size requested to write = %lu, ulToWrite = %lu\n",(unsigned long) requested_size,ulToWrit in sanei_usb_write_bulk() [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 1101 unsigned requested_size = rcs->prev_dw + rcs->current.cdw + dw; in amdgpu_cs_check_space() local 1103 if (requested_size > IB_MAX_SUBMIT_DWORDS) in amdgpu_cs_check_space() 1114 ib->max_ib_size = MAX2(ib->max_ib_size, requested_size); in amdgpu_cs_check_space()
|
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 3625 const size_t requested_size = 3635 requested_size); 3677 const size_t requested_size = 3685 ctts_buf_new = av_fast_realloc(*ctts_data, allocated_size, requested_size); 5169 size_t requested_size; 5281 requested_size = (sti->nb_index_entries + entries) * sizeof(AVIndexEntry); 5284 requested_size); 5289 requested_size = (sti->nb_index_entries + entries) * sizeof(*sc->ctts_data); 5292 requested_size);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 38310 requested_size() const [all...] |
Completed in 56 milliseconds