/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 71 int len, err = 0; in do_deflate() local [all...] |
H A D | umount.c | 56 int len, user = 0; in do_umount() local
|
/third_party/toybox/toys/other/ |
H A D | acpi.c | 46 int dfd, fd, len, on; in acpi_callback() local
|
H A D | modinfo.c | 43 int fd, len, i; in modinfo_file() local 69 int len = strlen(str); in modinfo_file() local 87 int len in check_module() local [all...] |
H A D | xxd.c | 45 int i, len, space; in do_xxd() local 80 int c = 1, i, len; in do_xxd_include() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | man.c | 80 static void do_man(char **pline, long len) in do_man() argument 153 size_t len = strlen(s) - 4; in tryfile() local
|
/third_party/toybox/toys/posix/ |
H A D | logger.c | 33 int arrayfind(char *str, char *names[], int len) in arrayfind() argument 54 int facility = LOG_USER, priority = LOG_NOTICE, len; in logger_main() local
|
H A D | paste.c | 38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s; in paste_files() local
|
H A D | printf.c | 39 int len, base = 0; in handle_slash() local
|
H A D | wc.c | 61 int len = 0, clen = 1, space = 0; in do_wc() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | escaping.cc | 42 size_t len = (input_len / 3) * 4; in CalculateBase64EscapedLenInternal() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | low_level_hash.cc | 42 uint64_t LowLevelHash(const void* data, size_t len, uint64_t seed, in LowLevelHash() argument [all...] |
/third_party/skia/gm/ |
H A D | glyph_pos.cpp | 130 const size_t len = sizeof(kText) - 1; in drawTestCase() local
|
/third_party/skia/modules/canvaskit/ |
H A D | WasmCommon.h | 82 const size_t len = src["length"].as<size_t>(); in JSSpan() local 106 JSSpan(WASMPointer ptr, size_t len, bool takeOwnership): fOwned(takeOwnership) { in JSSpan() argument
|
/third_party/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 39 size_t len = strlen(gText); variable
|
/third_party/selinux/libselinux/src/ |
H A D | init.c | 60 size_t len; in selinuxfs_exists() local 86 size_t len; in init_selinuxmnt() local
|
H A D | compute_av.c | 21 size_t len; in security_compute_av_flags_raw() local
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 61 let mut len = size_of::<c::sockaddr_storage>() as c::socklen_t; variables 277 let mut len variables 304 let mut len = size_of::<c::sockaddr_storage>() as c::socklen_t; global() variables 344 let mut len = size_of::<c::sockaddr_storage>() as c::socklen_t; global() variables 358 let mut len = size_of::<c::sockaddr_storage>() as c::socklen_t; global() variables [all...] |
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | re2.cpp | 13 int len; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_internal.c | 143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() argument 179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() argument [all...] |
H A D | sha1-pbkdf2.c | 22 size_t len[2]; in pbkdf2_sha1_f() local
|
H A D | sha256-prf.c | 62 size_t len[4]; in sha256_prf_bits() local
|
H A D | sha384-prf.c | 62 size_t len[4]; in sha384_prf_bits() local
|
H A D | sha512-prf.c | 62 size_t len[4]; in sha512_prf_bits() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis_.c | 90 DWORD len; in wpa_driver_ndis_event_pipe_cb() local 41 wpa_driver_ndis_event_process(struct wpa_driver_ndis_data *drv, u8 *buf, size_t len) wpa_driver_ndis_event_process() argument
|