/third_party/lz4/examples/ |
H A D | fileCompress.c | 39 size_t len; in compress_file() local
|
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 285 const Byte *len = (len0 < len1 ? len0 : len1); GetMatchesSpecN_2() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.h | 51 TNode<UintPtrT> len() { return len_; } in len() function in v8::internal::ArrayBuiltinsAssembler
|
H A D | builtins-trace.cc | 32 int len; in MaybeUtf8() local 62 void AllocateSufficientSpace(int len) { in AllocateSufficientSpace() argument [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | bigint-internal.h | 144 explicit ScratchDigits(int len) : RWDigits(nullptr, len), storage_(len) { in ScratchDigits() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-info-table.cc | 121 void GCInfoTable::CheckMemoryIsZeroed(uintptr_t* base, size_t len) { in CheckMemoryIsZeroed() argument
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 25 size_t len = strlen(str); in WriteJSONStringToStream() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-segments.cc | 65 int32_t len = segments->unicode_string().raw()->length(); in Containing() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 241 int64_t len; in RUNTIME_FUNCTION() local 342 int64_t len; RUNTIME_FUNCTION() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | instr.c | 257 int len; member
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 25 size_t len; member
|
/third_party/mesa3d/src/util/ |
H A D | os_file.c | 90 readN(int fd, char *buf, size_t len) in readN() argument 132 size_t len = 64; in os_read_file() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_type.c | 287 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type() local 294 unsigned len = LLVMGetArrayLength(t); in lp_sizeof_llvm_type() local 359 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype() local 371 unsigned len = LLVMGetArrayLength(t); in lp_dump_llvmtype() local
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader.c | 187 int len, ret; in pipe_loader_find_module() local
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_shader.c | 301 uint32_t len = 0; in rbug_demarshal_shader_list() local 328 uint32_t len = 0; in rbug_demarshal_shader_info() local 356 uint32_t len = 0; in rbug_demarshal_shader_disable() local 385 uint32_t len = 0; in rbug_demarshal_shader_replace() local 414 uint32_t len = 0; in rbug_demarshal_shader_list_reply() local 442 uint32_t len = 0; rbug_demarshal_shader_info_reply() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 242 UNUSED int len = in crocus_disk_cache_init() local
|
/third_party/musl/include/sys/ |
H A D | inotify.h | 13 uint32_t mask, cookie, len; member
|
/third_party/musl/libc-test/src/functional/ |
H A D | renameat2_test.c | 42 size_t len = strlen(msg);
in WriteFile() local 54 static void ReadFile(char *path, size_t len, char *buf)
in ReadFile() argument
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_dlopen.c | 75 int len = strlen(n); in dlns_init_0200() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armcap.c | 181 size_t len = sizeof(sha512); in OPENSSL_cpuid_setup() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_object.c | 55 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local 220 long len; in d2i_ASN1_OBJECT() local 244 ossl_c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, long len) ossl_c2i_ASN1_OBJECT() argument 380 ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) ASN1_OBJECT_create() argument [all...] |
H A D | asn1_parse.c | 22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument 83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() argument 88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump() argument 98 long len; in asn1_parse2() local [all...] |
H A D | tasn_utl.c | 182 int ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, in ossl_asn1_enc_restore() argument
|
H A D | x_int64.c | 73 static int uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint64_c2i() argument 175 static int uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint32_c2i() argument
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() argument
|