/third_party/libsnd/src/ |
H A D | cart.c | 48 { size_t len ; in cart_var_set() local
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-misc.c | 48 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument
|
/third_party/libsnd/tests/ |
H A D | generate.c | 36 generate_file (const char * filename, int format, int len) in generate_file() argument 58 crappy_snare(float *output, int len, int offset, float gain, float maxabs) crappy_snare() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | bsd-proctitle.c | 73 size_t len; in uv_get_process_title() local
|
/third_party/libuv/test/ |
H A D | test-process-title-threadsafe.c | 44 size_t len; in getter_thread_body() local
|
/third_party/libwebsockets/lib/drivers/spi/bitbang/ |
H A D | lws-bb-spi.c | 51 lws_bb_spi_write(lws_bb_spi_t *ctx, const uint8_t *buf, size_t len) in lws_bb_spi_write() argument 75 lws_bb_spi_read(lws_bb_spi_t *ctx, uint8_t *buf, size_t len) in lws_bb_spi_read() argument
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | cached-file.c | 127 lwsac_cached_file(const char *filepath, lwsac_cached_file_t *cache, size_t *len) in lwsac_cached_file() argument
|
/third_party/libwebsockets/lib/core-net/ |
H A D | output.c | 31 lws_issue_raw(struct lws *wsi, unsigned char *buf, size_t len) in lws_issue_raw() argument 214 lws_write(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol wp) lws_write() argument 247 lws_ssl_capable_read_no_ssl(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_read_no_ssl() argument 308 lws_ssl_capable_write_no_ssl(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_write_no_ssl() argument [all...] |
/third_party/mbedtls/library/ |
H A D | x509write.c | 48 size_t len; in mbedtls_x509_write_set_san_common() local [all...] |
H A D | error.c | 792 size_t len; in mbedtls_strerror() local
|
H A D | psa_crypto_random_impl.h | 121 mbedtls_psa_drbg_seed(mbedtls_psa_drbg_context_t *drbg_ctx, mbedtls_entropy_context *entropy, const unsigned char *custom, size_t len) mbedtls_psa_drbg_seed() argument
|
/third_party/mbedtls/tests/src/ |
H A D | random.c | 29 mbedtls_test_rnd_std_rand(void *rng_state, unsigned char *output, size_t len) mbedtls_test_rnd_std_rand() argument 54 mbedtls_test_rnd_zero_rand(void *rng_state, unsigned char *output, size_t len) mbedtls_test_rnd_zero_rand() argument 67 mbedtls_test_rnd_buffer_rand(void *rng_state, unsigned char *output, size_t len) mbedtls_test_rnd_buffer_rand() argument 102 mbedtls_test_rnd_pseudo_rand(void *rng_state, unsigned char *output, size_t len) mbedtls_test_rnd_pseudo_rand() argument [all...] |
/third_party/libabigail/tests/ |
H A D | test-diff2.cc | 121 int len = ses_len(opts.str1, opts.str2, opts.reverse); in main() local 122 cout << len << "\n"; in main() local
|
/third_party/libcoap/src/ |
H A D | coap_encode.c | 38 coap_decode_var_bytes(const uint8_t *buf, size_t len) { in coap_decode_var_bytes() argument 67 coap_decode_var_bytes8(const uint8_t *buf, size_t len) { in coap_decode_var_bytes8() argument
|
H A D | coap_asn1.c | 20 size_t len = 0; in asn1_len() local 71 size_t len = asn1_len(&acp); in get_asn1_tag() local [all...] |
H A D | coap_prng.c | 40 coap_prng_impl(unsigned char *buf, size_t len) { in coap_prng_impl() argument 63 coap_prng_default(void *buf, size_t len) { in coap_prng_default() argument 140 coap_prng(void *buf, size_t len) coap_prng() argument [all...] |
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_asic_id.c | 111 size_t len = 0; in amdgpu_parse_asic_ids() local
|
/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_dtlsclient.c | 35 size_t len; in LLVMFuzzerTestOneInput() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-string-iterator-prototype.c | 91 ecma_length_t len = ecma_string_get_length (string_p); in ecma_builtin_string_iterator_prototype_object_next() local
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | ItemNameUtils.cpp | 62 const unsigned len = name.Len();
in ReplaceToOsSlashes_Remove_TailSlash() local 82 void NormalizeSlashes_in_FileName_for_OsPath(wchar_t *name, unsigned len)
in NormalizeSlashes_in_FileName_for_OsPath() argument
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | date.c | 38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render() argument 54 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t) in lws_http_date_render_from_unix() argument 72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse() argument 135 lws_http_date_parse_unix(const char *b, size_t len, time_t *t) in lws_http_date_parse_unix() argument 161 size_t len in lws_http_check_retry_after() local [all...] |
/third_party/libwebsockets/lib/secure-streams/cpp/ |
H A D | lssMsg.cxx | 30 lssmsg_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in lssmsg_rx() argument 36 lssmsg_tx(void *userobj, lws_ss_tx_ordinal_t ord,uint8_t *buf, size_t *len, in lssmsg_tx() argument
|
/third_party/libwebsockets/lib/tls/ |
H A D | lws-genec-common.c | 54 size_t len; in lws_genec_confirm_curve_allowed_by_tls_id() local
|
/third_party/ltp/lib/ |
H A D | tst_crypto.c | 38 uint32_t len; in tst_crypto_recv_ack() local
|
H A D | tst_fill_fs.c | 23 size_t len; in fill_random() local
|