/third_party/skia/gm/ |
H A D | drawatlas.cpp | 243 constexpr size_t len = sizeof(text) - 1; in DEF_SIMPLE_GM() local 281 constexpr size_t len = sizeof(text) - 1; in DEF_SIMPLE_GM() local [all...] |
H A D | typeface.cpp | 53 static void drawKernText(SkCanvas* canvas, const void* text, size_t len, in drawKernText() argument
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 152 pub fn len(&self) -> usize { in len() functions [all...] |
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 403 pub fn len(&mut self) -> usize { in len() functions
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.c | 103 int len, rc = 0; in avc_netlink_open() local
|
H A D | get_context_list.c | 140 ssize_t len; in get_context_user() local
|
H A D | regex.c | 97 size_t len = pcre2_config(PCRE2_CONFIG_VERSION, NULL); in regex_version() local 153 size_t len; in regex_writef() local 438 size_t len; in regex_writef() local [all...] |
H A D | seusers.c | 271 int len = 0; in getseuser() local
|
H A D | booleans.c | 38 int security_get_boolean_names(char ***names, int *len) in security_get_boolean_names() argument 150 size_t len; in bool_open() local 200 int fd, len; get_bool_value() local [all...] |
/third_party/rust/crates/minimal-lexical/src/ |
H A D | heapvec.rs | 55 pub fn len(&self) -> usize { in len() functions [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 385 pub fn len(&mut self) -> usize { in len() functions
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 100 size_t len; in write_binary_file() local [all...] |
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 251 pub fn len(&self) -> usize { in len() functions 318 pub fn len(&self) -> usize { in len() functions
|
H A D | re_trait.rs | 41 pub fn len(&self) -> usize { in len() functions [all...] |
H A D | input.rs | 45 pub fn len(&self) -> usize { in len() functions 93 fn len(&self) -> usize; in len() functions 129 fn len(&self) -> usize { in len() functions 215 fn len(&self) -> usize { len() functions 328 fn len(&self) -> usize { len() functions [all...] |
/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 186 fn len(&self) -> usize; in len() functions 201 fn len(&self) -> usize { in len() functions 218 fn len(&self) -> usize { in len() functions 235 fn len(&self) -> usize { in len() functions 252 fn len(&self) -> usize { in len() functions 306 fn len(&self) -> usize { len() functions 323 fn len(&self) -> usize { len() functions [all...] |
/third_party/rust/crates/syn/src/ |
H A D | data.rs | 86 pub fn len(&self) -> usize { in len() functions
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CuTest.c | 45 int len = strlen(old); in CuStrCopy() local
|
/third_party/selinux/libsepol/src/ |
H A D | util.c | 94 int avlen = 0, len; in sepol_av_to_string() local 138 int len, xpermslen = 0; in sepol_extended_perms_to_string() local 205 tokenize_str(char delim, char **str, char **ptr, size_t *len) tokenize_str() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | random.c | 79 static void random_mix_pool(const void *buf, size_t len) in random_mix_pool() argument 132 void random_add_randomness(const void *buf, size_t len) in random_add_randomness() argument 160 int random_get_bytes(void *buf, size_t len) in random_get_bytes() argument 378 size_t len; random_read_entropy() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_monitor.c | 26 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok) in handle_tx_callback() argument 101 int len; in handle_monitor_read() local 46 from_unknown_sta(struct wpa_driver_nl80211_data *drv, u8 *buf, size_t len) from_unknown_sta() argument 67 handle_frame(struct wpa_driver_nl80211_data *drv, u8 *buf, size_t len, int datarate, int ssi_signal) handle_frame() argument 446 nl80211_send_monitor(struct wpa_driver_nl80211_data *drv, const void *data, size_t len, int encrypt, int noack) nl80211_send_monitor() argument [all...] |
H A D | driver_wired.c | 80 static void handle_data(void *ctx, unsigned char *buf, size_t len) in handle_data() argument 122 int len; in handle_read() local 137 int len; in handle_dhcp() local 292 size_t len; wired_send_eapol() local [all...] |
H A D | rfkill.c | 59 ssize_t len; in rfkill_receive() local 107 ssize_t len; in rfkill_init() local [all...] |
H A D | wpa_hal_event.c | 31 static inline int IsZeroAddr(const uint8_t *addr, const uint8_t len) in IsZeroAddr() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_gpsk_common.c | 500 eap_gpsk_compute_mic_aes(const u8 *sk, size_t sk_len, const u8 *data, size_t len, u8 *mic) eap_gpsk_compute_mic_aes() argument 524 eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, int specifier, const u8 *data, size_t len, u8 *mic) eap_gpsk_compute_mic() argument [all...] |