Home
last modified time | relevance | path

Searched refs:size (Results 24326 - 24350 of 40834) sorted by relevance

1...<<971972973974975976977978979980>>...1634

/third_party/node/src/quic/
H A Dbindingdata.h127 void IncreaseAllocatedSize(size_t size);
128 void DecreaseAllocatedSize(size_t size);
/third_party/node/tools/
H A Djs2c.py127 definition, size = GetDefinition(var, code)
128 initializer = INITIALIZER.format(name, var, size)
/third_party/nghttp2/src/
H A Dh2load_http1_session.cc195 if (client_->reqidx == config->h1reqs.size()) { in submit_request()
264 while ((nread = pread(config->data_fd, buf.data(), buf.size(), in on_write()
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c35 extern void* libc_gwp_asan_realloc(void *ptr, size_t size);
36 extern void* libc_gwp_asan_calloc(size_t nmemb, size_t size);
/third_party/node/deps/icu-small/source/common/
H A Duhash.h137 U_FIXED /* Never change size */
168 int32_t length; /* The physical size of the arrays hashes, keys
207 * Initialize a new UHashtable with a given initial size.
212 * @param size The initial capacity of this hashtable.
221 int32_t size,
247 * @param size The initial capacity of this hashtable.
257 int32_t size,
H A Drbbirb.cpp147 // Calculate the size of each section in the data. in flattenData()
156 int32_t statusTableSize = align8(fRuleStatusVals->size() * sizeof(int32_t)); in flattenData()
172 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData()
220 for (i=0; i<fRuleStatusVals->size(); i++) { in flattenData()
/third_party/ninja/src/
H A Ddyndep_parser.cc202 dyndeps->implicit_inputs_.reserve(ins.size()); in ParseEdge()
213 dyndeps->implicit_outputs_.reserve(outs.size()); in ParseEdge()
/third_party/node/deps/icu-small/source/i18n/
H A Dgender.cpp261 ugender_getListGender(const UGenderInfo* genderInfo, const UGender* genders, int32_t size, UErrorCode* status) { in ugender_getListGender() argument
262 return ((const icu::GenderInfo *)genderInfo)->getListGender(genders, size, *status); in ugender_getListGender()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dunewdata.cpp12 * tab size: 8 (not used)
120 headerSize=(uint16_t)(pInfo->size+4); in udata_create()
128 /* write the size of the header, take padding into account */ in udata_create()
135 T_FileStream_write(pData->file, pInfo, pInfo->size); in udata_create()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-constant-fold.cpp33 size_t size = 0; in to_string() local
34 FILE *f = open_memstream(&cstr, &size); in to_string()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h58 /* For buffer blit images, the size of the buffer in bytes */
66 uint8_t *(*alloc_shm)(struct wsi_image *image, unsigned size);
185 unsigned size),
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h240 const uint32_t **code, uint32_t *size);
291 * using a pointer. Size is a total size of the serialized data.
294 nv50_ir_prog_info_out_deserialize(void *data, size_t size, size_t offset,
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_dispatch.c169 panfrost_bo_create(dev, binary.size, PAN_BO_EXECUTE, in pan_indirect_dispatch_init()
172 memcpy(dev->indirect_dispatch.bin->ptr.cpu, binary.data, binary.size); in pan_indirect_dispatch_init()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo.pl110 # Median size of files in bytes for first tree to create
118 # of the total tree size.
122 # Yuri Shevchuk says that 0 is the median size
235 print "$phase_num.$phase_name files of median size $median_file_size bytes ($p processes)...\n";
236 print LOG "********* Phase $phase_num: $phase_name files of median size $median_file_size bytes ($p processes) *********\n";
336 $files16 ++ if ($st->size > 16384);
349 $fr16 =`find $TESTDIR -type f -size +16k | xargs $TOPDIR/map5 | $TOPDIR/summ | tail -n 1 2>&1`;
437 print LOG2 "The size of files tree : \n";
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma04.c151 MPOL_BIND, nmask->maskp, nmask->size, 0) != 0) { in mem_bind()
164 MPOL_INTERLEAVE, nmask->maskp, nmask->size, 0) != 0) { in mem_interleave()
/third_party/lwip/src/include/lwip/
H A Dpbuf.h282 void pbuf_realloc(struct pbuf *p, u16_t size);
291 struct pbuf *pbuf_free_header(struct pbuf *q, u16_t size);
/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.h77 if (node->id() >= node_to_loop_num_.size()) return nullptr; in ContainingLoop()
188 // 1) the loop size (in graph nodes) exceeds {max_size},
232 node_map_.Set(original, copies_->size() + 1); in CopyNodes()
H A Dloop-unrolling.cc27 unrolling_count_heuristic(static_cast<uint32_t>(loop->size()), depth); in UnrollLoop()
32 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * iteration_count; in UnrollLoop()
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.cc37 inlined_frame_index_ = static_cast<int>(frames.size()); in DebugStackTraceIterator()
68 inlined_frame_index_ = static_cast<int>(frames.size()); in Advance()
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h109 Builder builder(zone, returns.size(), params.size()); in Build()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h29 String16(const UChar* characters, size_t size);
32 String16(const char* characters, size_t size);
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h26 int data_length() const { return static_cast<int>(data_->size()); } in data_length()
208 int children_length() const { return static_cast<int>(children_.size()); } in children_length()
/third_party/node/deps/v8/src/objects/
H A Dobjects-body-descriptors.h108 // This class describes a body of an object of a fixed size
112 template <int start_offset, int end_offset, int size>
116 static const int kSize = size;
145 // This class describes a body of an object of a variable size
186 // This class describes a body of an object of a variable size
216 // slots are iterated. The parent must be fixed size, and its slots be disjoint
245 // The child should know its full size. in SizeOf()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h106 unsigned size; member
162 unsigned size; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h235 * so the queue size is TC_MAX_BATCHES - 2 = number of waiting batches.
237 * Use a size as small as possible for low CPU L2 cache usage but large enough
243 /* The size of one batch. Non-trivial calls (i.e. not setting a CSO pointer)
257 /* This mask is used to get a hash of a buffer ID. It's also the bit size of
258 * the buffer list - 1. It must be 2^n - 1. The size should be as low as
268 * If the upload size is greater than this, it will do instead:
639 unsigned size, in tc_buffer_write()
642 pipe->buffer_subdata(pipe, buf, PIPE_MAP_WRITE | TC_TRANSFER_MAP_NO_INVALIDATE, offset, size, data); in tc_buffer_write()
636 tc_buffer_write(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) tc_buffer_write() argument

Completed in 31 milliseconds

1...<<971972973974975976977978979980>>...1634