Home
last modified time | relevance | path

Searched refs:size (Results 24951 - 24975 of 42676) sorted by relevance

1...<<9919929939949959969979989991000>>...1708

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp44 assert(m_rows.size() > idx1); in add()
66 for (size_t row = 0; row < clr.size(); ++row) { in initialize()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c60 pb_buf = provider->create_buffer(provider, vsrf->size, &desc); in vmw_svga_winsys_surface_init()
174 pb_buf = provider->create_buffer(provider, vsrf->size, &desc); in vmw_svga_winsys_surface_map()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h41 #define DEFINE_SIMD_TYPE_SPECIFIC_METHODS(cType, sType, name, size) \
65 #define DECLARE_CAST(cType, sType, name, size) \
101 "size too big for WasmValue"); \
H A Dmodule-compiler.h106 size_t size() { in size() function in v8::internal::wasm::WrapperQueue
108 return queue_.size(); in size()
H A Djump-table-assembler.h33 // The main jump table is split into lines of fixed size, with lines laid out
78 // Determine the size of a jump table containing the given number of slots.
96 // Determine the size of a far jump table containing the given number of
109 // Determine the size of a lazy compile table.
168 explicit JumpTableAssembler(Address slot_addr, int size = 256)
172 reinterpret_cast<uint8_t*>(slot_addr), size)) {}
176 // boundaries. The jump table line size has been chosen to satisfy this.
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dassertions.js67 assert_equals(actual.buffer.byteLength, 0x10000 * expected.size, `value of ${key}: size of buffer`);
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c12 if (exports->size <= i || !wasm_extern_as_memory(exports->data[i])) { in get_export_memory()
20 if (exports->size <= i || !wasm_extern_as_func(exports->data[i])) { in get_export_func()
H A Dtable.c22 if (exports->size <= i || !wasm_extern_as_table(exports->data[i])) { in get_export_table()
30 if (exports->size <= i || !wasm_extern_as_func(exports->data[i])) { in get_export_func()
/third_party/node/src/
H A Dnode_wasi.h83 void IncreaseAllocatedSize(size_t size);
84 void DecreaseAllocatedSize(size_t size);
/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);

Completed in 31 milliseconds

1...<<9919929939949959969979989991000>>...1708