/third_party/node/src/ |
H A D | node_worker.cc | 172 // --stack-size. Reset it to the correct value. in WorkerThreadData() 566 if (errors.size() > 0 || invalid_args.size() > 0) { in New() 569 errors.size() > 0 ? errors : invalid_args) in New()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 609 * calculates the appropriate maximum available size for in uprv_maximumPtr() 918 /* First check that the file size are equal. */ in compareBinaryFiles() 1187 ssize_t size = readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname() 1188 if (size > 0) { in uprv_tzname() 1189 gTimeZoneBuffer[size] = 0; in uprv_tzname()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.c | 1308 size_t size; in st_serialize_nir() local 1312 blob_finish_get_buffer(&blob, &prog->serialized_nir, &size); in st_serialize_nir() 1313 prog->serialized_nir_size = size; in st_serialize_nir()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | package.cpp | 12 * tab size: 8 (not used) 141 infoLength=pInfo->size; in getDataInfo() 144 infoLength=readSwapUInt16(pInfo->size); in getDataInfo() 702 /* get the header size minus the current comment */ in writePackage() 707 headerLength=4+pHeader->info.size; in writePackage()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 120 typedef void *(*ngtcp2_malloc)(size_t size, void *user_data); 138 typedef void *(*ngtcp2_calloc)(size_t nmemb, size_t size, void *user_data); 147 typedef void *(*ngtcp2_realloc)(void *ptr, size_t size, void *user_data); 162 * void *my_malloc_cb(size_t size, void *user_data) { 164 * return my_malloc(size); 172 * void *my_calloc_cb(size_t nmemb, size_t size, void *user_data) { 174 * return my_calloc(nmemb, size); 177 * void *my_realloc_cb(void *ptr, size_t size, void *user_data) { 179 * return my_realloc(ptr, size); 327 * datagram payload size tha [all...] |
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 127 static int altcp_mbedtls_bio_send(void *ctx, const unsigned char *dataptr, size_t size); 1076 /** Allow caller of altcp_write() to limit to negotiated chunk size 1176 altcp_mbedtls_bio_send(void *ctx, const unsigned char *dataptr, size_t size) in altcp_mbedtls_bio_send() argument 1180 size_t size_left = size; in altcp_mbedtls_bio_send()
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 22 /** Makefsdata can generate *all* files deflate-compressed (where file size shrinks). 23 * Since nearly all browsers support this, this is a good way to reduce ROM size. 42 /* COMP_OUT_BUF_SIZE is the size of the output buffer used during compression. 46 /* OUT_BUF_SIZE is the size of the output buffer used during decompression. 122 int check_path(char *path, size_t size); 247 printf("Deflating all non-SSI files with level %d (but only if size is reduced)" NEWLINE, deflate_level); in main() 381 int check_path(char *path, size_t size) in check_path() argument 389 if (slen >= size) { in check_path() 603 LWIP_ASSERT("tinfl_decompress size mismatch", fsize == dec_out_bytes); in get_file_data() 606 /* free original buffer, use compressed data + size */ in get_file_data() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.c | 162 // warning (sym->pos, "bitfield: offset=%d:%d size=:%d", sym->offset, sym->bit_offset, width); in lay_out_struct() 464 struct expression *size = alloc_const_expression(node->pos, count); in implicit_array_size() local 469 arr_new->array_size = size; in implicit_array_size() 470 node->array_size = size; in implicit_array_size() 497 /* Unsized array? The size might come from the initializer.. */ in examine_node_type() 564 * Fill in type size and alignment information for
|
H A D | show-parse.c | 759 int size = arg->ctype->bit_size; in show_call_expression() local 760 printf("\tpush.%d\t\tv%d\n", size, new); in show_call_expression() 761 framesize += bits_to_bytes(size); in show_call_expression()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 261 std::unique_ptr<char[]> result(new char[result_vec.size() + 1]); in GetDebugName() 262 memcpy(result.get(), result_vec.data(), result_vec.size()); in GetDebugName() 263 result[result_vec.size()] = '\0'; in GetDebugName()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 39 // information. It ensures predictable code size, so specific sites 278 void PushArray(Register array, Register size, Register scratch, 531 void ExtractBits(Register dest, Register source, Register pos, int size, 533 void InsertBits(Register dest, Register source, Register pos, int size);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 98 // `array` and `size` are not modified. 99 void PushArray(Register array, Register size, Register scratch, 208 // Tag an word-size value. The result must be known to be a valid smi value. 348 // Convert smi to word-size sign-extended value. 476 // Allocate stack space of given size (i.e. decrement {rsp} by the value 519 SaveFPRegsMode fp_mode, int size, StubCallMode mode, 522 int size, StubCallMode mode);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 55 * sizedwords: size of const value buffer 157 * Entry layout looks like (total size, 0x60 bytes): 249 switch (desc->channel[c].size) { in setup_border_colors() 271 assert(!"Unexpected bit size"); in setup_border_colors() 445 /* Unlike a6xx, SSBO size is in bytes. */ in emit_ssbos() 490 uint32_t size = vb->buffer.resource->width0 - off; in fd5_emit_vertex_bufs() local 495 OUT_RING(ring, size); /* VFD_FETCH[j].SIZE */ in fd5_emit_vertex_bufs()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 35 safe_memcpy(void *dst, const void *src, size_t size) in safe_memcpy() argument 38 memcpy(dst, src, size); in safe_memcpy() 40 memset(dst, 0, size); in safe_memcpy()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 87 entry->descriptorCount = shader->bindings[type][idx].size; in init_template_entry() 217 binding->descriptorCount = shader->bindings[j][k].size; in zink_descriptor_program_init_lazy() 223 sizes[idx].descriptorCount += shader->bindings[j][k].size; in zink_descriptor_program_init_lazy()
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bf/ |
H A D | bf-586.S | 356 .size BF_encrypt,.-.L_BF_encrypt_begin 711 .size BF_decrypt,.-.L_BF_decrypt_begin 945 .size BF_cbc_encrypt,.-.L_BF_cbc_encrypt_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bf/ |
H A D | bf-586.S | 356 .size BF_encrypt,.-.L_BF_encrypt_begin 711 .size BF_decrypt,.-.L_BF_decrypt_begin 945 .size BF_cbc_encrypt,.-.L_BF_cbc_encrypt_begin
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 232 .size .poly1305_init_fpu,.-.poly1305_init_fpu 547 .size .poly1305_blocks_fpu,.-.poly1305_blocks_fpu 702 .size .poly1305_emit_fpu,.-.poly1305_emit_fpu
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | index.js | 964 size () { 968 size () { 1661 // request’s body beyond that buffer’s size and the user agent needs to 1822 size () { 1893 // 5. Increase timingInfo’s decoded body size by bytes’s length. 2085 // 3. Increase timingInfo’s encoded body size by bytes’s length.
|
/third_party/libabigail/include/ |
H A D | abg-diff-utils.h | 452 /// M is the size of the first input string, and N is the size of the 461 /// Forbid vector size modifications 470 {return (index + offset()) >= (long long) size();} in over_bounds() 496 /// difference between the size of the two sequences. We consider 500 /// @param size1 the size of the first sequence we are interested 503 /// @param size2 the size of the second sequence we are interested 694 l += i->inserted_indexes().size(); in num_insertions() 700 {return deletions().size();} in num_deletions() 930 /// + delta. Delta is abs(M - N), with M being the size o [all...] |
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 1088 /// Asked for the layout of a type that does not have constant size. 1204 /// What is the size of this type? Paper over invalid types by returning `0` 1206 pub fn size(&self, ctx: &BindgenContext) -> usize { in size() functions 1215 /// What is the size of this type? 1259 let size = self.fallible_size(ctx)?; in fallible_layout() 1261 Ok(Layout::new(size, align)) in fallible_layout()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | s390x.rs | 298 size: [ 305 size: [ 312 size: [
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 1359 def SharedMemory(self, size): 1360 """Returns a new SharedMemory instance with the specified size in 1363 sms = shared_memory.SharedMemory(None, create=True, size=size)
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 232 .size .poly1305_init_fpu,.-.poly1305_init_fpu 547 .size .poly1305_blocks_fpu,.-.poly1305_blocks_fpu 702 .size .poly1305_emit_fpu,.-.poly1305_emit_fpu
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 154 DE_ASSERT(inPatchSize == vertexData.size()); in runTest() 225 for (deUint32 tessLevelCaseNdx = 0; tessLevelCaseNdx < tessLevelCases.size(); ++tessLevelCaseNdx) in runTest() 304 return (numPassedCases == tessLevelCases.size() ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Failure")); in runTest()
|