Home
last modified time | relevance | path

Searched refs:size (Results 14526 - 14550 of 31208) sorted by relevance

1...<<581582583584585586587588589590>>...1249

/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c36 /* Initial hash table size. Table expands by 2 bits (times four). */
139 quadruples the hash size, and clears all previous frame entries. */
398 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
410 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0)) in tdep_trace()
429 *size = 0; in tdep_trace()
558 *size = depth; in tdep_trace()
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c37 /* Initial hash table size. Table expands by 2 bits (times four). */
140 quadruples the hash size, and clears all previous frame entries. */
400 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
411 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0)) in tdep_trace()
431 *size = 0; in tdep_trace()
546 *size = depth; in tdep_trace()
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c37 /* Initial hash table size. Table expands by 2 bits (times four). */
140 quadruples the hash size, and clears all previous frame entries. */
401 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
412 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0)) in tdep_trace()
432 *size = 0; in tdep_trace()
555 *size = depth; in tdep_trace()
/third_party/mesa3d/include/CL/
H A Dcl_ext.h683 /* Import memory size value to indicate a size for the whole buffer */
707 size_t size,
750 size_t size,
775 size_t size,
785 size_t size,
795 size_t size,
/third_party/libbpf/src/
H A Dbtf.h44 * @param size number of bytes passed in `data`
54 LIBBPF_API struct btf *btf__new(const void *data, __u32 size);
62 * @param size length of raw bytes
76 LIBBPF_API struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf);
141 LIBBPF_API const void *btf__raw_data(const struct btf *btf, __u32 *size);
145 LIBBPF_API struct btf_ext *btf_ext__new(const __u8 *data, __u32 size);
147 LIBBPF_API const void *btf_ext__raw_data(const struct btf_ext *btf_ext, __u32 *size);
253 /* size of this struct, for forward/backward compatiblity */
279 /* size of this struct, for forward/backward compatibility */
537 * Get bitfield size o
[all...]
/third_party/libcoap/src/oscore/
H A Doscore_cose.c293 int cose_encrypt0_decode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size);
309 size_t size) { in cose_encrypt0_set_ciphertext()
311 ptr->ciphertext.length = size; in cose_encrypt0_set_ciphertext()
317 size_t size) { in cose_encrypt0_set_plaintext()
319 ptr->plaintext.length = size; in cose_encrypt0_set_plaintext()
307 cose_encrypt0_set_ciphertext(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size) cose_encrypt0_set_ciphertext() argument
315 cose_encrypt0_set_plaintext(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size) cose_encrypt0_set_plaintext() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-literal-storage.c147 lit_utf8_size_t size) /**< size of the string */ in ecma_find_or_create_literal_string()
149 ecma_string_t *string_desc_p = ecma_find_special_string (chars_p,size); in ecma_find_or_create_literal_string()
155 ecma_string_t *nonref_string_p = ecma_new_nonref_ecma_string_from_utf8(chars_p, size); in ecma_find_or_create_literal_string()
163 ecma_string_t *string_p = ecma_new_ecma_string_from_utf8 (chars_p, size); in ecma_find_or_create_literal_string()
428 byte_p += ((size_t) compiled_code_p->size) << JMEM_ALIGNMENT_LOG; in ecma_save_literals_add_compiled_code()
444 * @return true - if save was performed successfully (i.e. buffer size is sufficient),
450 size_t buffer_size, /**< size of the buffer */ in ecma_save_literals_for_snapshot()
473 /* Compute the size of the literal pool. */ in ecma_save_literals_for_snapshot()
488 /* Check whether enough space is available and the maximum size i in ecma_save_literals_for_snapshot()
146 ecma_find_or_create_literal_string(const lit_utf8_byte_t *chars_p, lit_utf8_size_t size) ecma_find_or_create_literal_string() argument
[all...]
/third_party/json/
H A DMakefile77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
85 find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases
93 find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
101 find tests/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases
109 find tests/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c112 data.size = (components - 1); in reserve_iterator()
376 shareds += ubo_data->size[u]; in alloc_ubos()
388 * \param[in] size The size required by the UBO (in dwords).
393 size_t size) in reserve_ubo()
401 ubo_data->size[i] = size; in reserve_ubo()
456 /* UBO size = largest offset + 1. */ in collect_ubo_data()
390 reserve_ubo(struct rogue_ubo_data *ubo_data, size_t desc_set, size_t binding, size_t size) reserve_ubo() argument
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c130 unsigned size; in vid_enc_BufferEncoded_common() local
163 /* ------------- get size of result ----------------- */ in vid_enc_BufferEncoded_common()
165 priv->codec->get_feedback(priv->codec, task->feedback, &size); in vid_enc_BufferEncoded_common()
168 output->nFilledLen = size; /* mark buffer as full */ in vid_enc_BufferEncoded_common()
211 struct pipe_video_buffer **vbuf, unsigned *size) in enc_ScaleInput_common()
243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()
474 /* Use the optimal block size for the linear image layout. */ in enc_LoadImage_common()
210 enc_ScaleInput_common(vid_enc_PrivateType * priv, OMX_VIDEO_PORTDEFINITIONTYPE *def, struct pipe_video_buffer **vbuf, unsigned *size) enc_ScaleInput_common() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c39 uint64_t size; member
49 tex->size = tex->layer_stride * templ->array_size; in alloc_cpu_texture()
50 tex->ptr = malloc(tex->size); in alloc_cpu_texture()
73 unsigned size = cpu->stride / RAND_NUM_SIZE; in set_random_pixels() local
78 for (x = 0; x < size; x++) { in set_random_pixels()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c139 /* The SSA size for indices is the same as for pointers. We use in lower_vri_intrin_vri()
181 size_t used_size) // used[] size, in bits in lower_vri_instr_tex_deref()
232 unsigned size = glsl_get_aoa_size(var->type); in lower_vri_instr_tex_deref() local
233 assert(value + size <= used_size); in lower_vri_instr_tex_deref()
234 BITSET_SET_RANGE(used, value, value+size); in lower_vri_instr_tex_deref()
285 unsigned size = glsl_get_aoa_size(var->type); in lower_vri_intrin_image() local
287 value, value + size - 1); in lower_vri_intrin_image()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp71 *rnum_devices = d_devs.size(); in clGetDeviceIDs()
74 std::min((unsigned)d_devs.size(), num_entries)), in clGetDeviceIDs()
116 size_t size, void *r_buf, size_t *r_size) try { in clGetDeviceInfo()
117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
134 buf.as_scalar<cl_uint>() = dev.max_block_size().size(); in clGetDeviceInfo()
115 clGetDeviceInfo(cl_device_id d_dev, cl_device_info param, size_t size, void *r_buf, size_t *r_size) clGetDeviceInfo() argument
/third_party/node/src/
H A Dnode_os.cc63 size_t size = sizeof(buf); in GetHostname() local
64 int r = uv_os_gethostname(buf, &size); in GetHostname()
134 args.GetReturnValue().Set(Array::New(isolate, result.data(), result.size())); in GetCPUInfo()
209 mac.size(), in GetInterfaceAddresses()
247 args.GetReturnValue().Set(Array::New(isolate, result.data(), result.size())); in GetInterfaceAddresses()
H A Dnode_options-inl.h254 return underlying->size() - 1 + synthetic_args.size(); in remaining()
298 if (args.first().size() <= 1 || args.first()[0] != '-') break; in Parse()
330 for (std::string::size_type i = 2; i < name.size(); ++i) { in Parse()
362 if (expansion.size() > 1) { in Parse()
/third_party/node/test/cctest/
H A Dtest_util.cc101 #define TEST_AND_FREE(expression, size) \
103 auto pointer = expression(size); \
104 EXPECT_EQ(pointer == nullptr, size == 0); \
219 // Constructor with size parameter. in TEST()
281 EXPECT_GE(SPrintF("%p", fn).size(), 4u); in TEST()
282 EXPECT_GE(SPrintF("%p", p).size(), 4u); in TEST()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h29 span(const T* data, index_type size) : data_(data), size_(size) {} in span() argument
48 index_type size() const { return size_; } in size() function in v8_inspector_protocol_encoding::span
58 return span<T>(v.data(), v.size()); in SpanFrom()
72 return span<uint8_t>(reinterpret_cast<const uint8_t*>(v.data()), v.size()); in SpanFrom()
170 // - Maximal size for messages is 2^32 (4 GiB).
260 // byte size in |byte_size_pos_|. Also emits empty bytes for the
264 // This records the current size in |out| at position byte_size_pos_.
420 // of the map. Patches up the envelope size; Status.ok() iff successful.
/third_party/nghttp2/src/
H A Dshrpx_router.cc70 std::make_unique<RNode>(pat.c_str(), pat.size(), index, wildcard_index); in add_node()
88 add_node(node, pattern.c_str() + i, pattern.size() - i, index, in add_route()
95 auto slen = pattern.size() - i; in add_route()
153 assert(pattern.size() > i); in add_route()
154 add_node(node, pattern.c_str() + i, pattern.size() - i, index, in add_route()
/third_party/node/deps/icu-small/source/common/
H A Dbrkiter.cpp63 int32_t size; in buildInstance() local
86 brkfname = ures_getString(brkName, &size, &status); in buildInstance()
87 U_ASSERT((size_t)size<sizeof(fnbuff)); in buildInstance()
88 if ((size_t)size>=sizeof(fnbuff)) { in buildInstance()
89 size=0; in buildInstance()
H A Drbbisetb.cpp317 // getTrieSize() Return the size that will be required to serialize the Trie.
371 for (ix=0; ix<sets->size(); ix++) { in addValToSets()
470 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRanges()
506 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRangeGroups()
602 for (int32_t i=0; i<other.fIncludesSets->size(); i++) {
676 for (int32_t i=0; i<fIncludesSets->size(); i++) { in isDictionaryRange()
H A Dudataswp.cpp12 * tab size: 8 (not used)
314 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader()
321 udata_printError(ds, "udata_swapDataHeader(): header size mismatch - headerSize %d infoSize %d length %d\n", in udata_swapDataHeader()
344 /* swap UDataInfo size and reservedWord */ in udata_swapDataHeader()
345 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode); in udata_swapDataHeader()
452 infoSize=pHeader->info.size; in udata_openSwapperForInputData()
455 infoSize=uprv_readSwapUInt16(pHeader->info.size); in udata_openSwapperForInputData()
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_conf.cpp12 * tab size: 8 (not used)
97 int32_t SPUStringPool::size() { in size() function in SPUStringPool
98 return fVec->size(); in size()
339 int32_t poolSize = stringPool->size(); in build()
416 int32_t numKeys = fKeyVec->size(); in outputData()
440 int32_t numValues = fValueVec->size(); in outputData()
H A Dtzrule.cpp583 TimeArrayTimeZoneRule::initStartTimes(const UDate source[], int32_t size, UErrorCode& status) {
589 if (size > TIMEARRAY_STACK_BUFFER_SIZE) {
590 fStartTimes = (UDate*)uprv_malloc(sizeof(UDate)*size);
599 uprv_memcpy(fStartTimes, source, sizeof(UDate)*size);
600 fNumStartTimes = size;
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js224 'content-length': this.entry.size,
260 const size = this.response.headers.get('content-length')
264 size,
279 body = new CachingMinipassPipeline({ events: ['integrity', 'size'] }, new MinipassFlush({
291 // re-emit the integrity and size events on our new response body so they can be reused
293 cacheStream.on('size', s => body.emit('size', s))
358 // emit the integrity and size events based on our metadata so we're consistent
360 body.emit('size', Number(headers['content-length']))
447 size
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py202 element_size = param.size() / param.get_element_count()
285 if param.size() == 1 and not self.do_swap:
320 type_size = param.size() / count
414 type_size = (param.size() / c)
457 type_size = (param.size() / c)

Completed in 31 milliseconds

1...<<581582583584585586587588589590>>...1249