/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_object.h | 198 size_t size, 204 size_t size,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 90 static size_t 117 size_t Size; in disassemble()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 62 read_file(const char *filename, void **ptr, size_t *size) in read_file() 108 size_t size; in main()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal() 54 size_t felem_size, in ossl_ec_GFp_nistp_points_make_affine_internal()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 43 size_t EVP_KDF_CTX_get_kdf_size(EVP_KDF_CTX *ctx); 44 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen,
|
H A D | encoder.h | 57 const unsigned char *kstr, size_t klen); 108 size_t *pdata_len);
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | securitycheck.c | 154 size_t L, N; in ossl_dsa_check_key() 206 size_t L, N; in ossl_dh_check_key()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | pqueue.c | 148 size_t pqueue_size(pqueue *pq) in pqueue_size() 151 size_t count = 0; in pqueue_size()
|
H A D | s3_msg.c | 78 size_t alertlen; in ssl3_dispatch_alert() 80 size_t written; in ssl3_dispatch_alert()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_tlsf.c | 65 size_t j; in STACK_OF() 95 size_t j; in v2i_TLS_FEATURE()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | bndiv.c | 46 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 49 size_t l1 = 0, l2 = 0; in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | sparse_array.h | 40 static ossl_unused ossl_inline size_t \ 82 size_t ossl_sa_num(const OPENSSL_SA *sa);
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | provider.h | 103 int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum); 104 int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum,
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | param_build_set.c | 58 size_t data_len) in ossl_param_build_set_octet_string() 70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_intern.c | 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() 28 size_t len = 0, j; in bn_compute_wNAF()
|
/third_party/node/deps/openssl/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 72 size_t len, const unsigned int key[8], in ChaCha20_ctr32() 77 size_t todo, i; in ChaCha20_ctr32()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 110 size_t inl)) in EVP_CIPHER_meth_set_do_cipher() 173 size_t inl) in EVP_CIPHER_meth_get_do_cipher()
|
/third_party/node/deps/uv/src/ |
H A D | random.c | 31 static int uv__random(void* buf, size_t buflen) { in uv__random() 97 size_t buflen, in uv_random()
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
H A D | mod.rs | 90 pub const PTHREAD_STACK_MIN: ::size_t = 768; 100 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t; in getrandom()
|
/third_party/openssl/test/testutil/ |
H A D | testutil_init.c | 22 static size_t internal_trace_cb(const char *buf, size_t cnt, in internal_trace_cb()
|
/third_party/openssl/test/ |
H A D | trace_api_test.c | 116 static size_t trace_cb(const char *buffer, size_t count, in trace_cb()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | parseaddr.c | 62 return pa_xstrndup(s+1, (size_t) (e-s-1)); in parse_host() 74 return pa_xstrndup(s, (size_t) (e-s)); in parse_host()
|
H A D | memchunk.c | 34 pa_memchunk* pa_memchunk_make_writable(pa_memchunk *c, size_t min) { in pa_memchunk_make_writable() 37 size_t l; in pa_memchunk_make_writable()
|
/third_party/python/Include/cpython/ |
H A D | pystate.h | 77 size_t size; 78 size_t top;
|
/third_party/python/Include/internal/ |
H A D | pycore_dict.h | 148 (assert(dk->dk_kind == DICT_KEYS_GENERAL), (PyDictKeyEntry*)(&((int8_t*)((dk)->dk_indices))[(size_t)1 << (dk)->dk_log2_index_bytes])) 150 (assert(dk->dk_kind != DICT_KEYS_GENERAL), (PyDictUnicodeEntry*)(&((int8_t*)((dk)->dk_indices))[(size_t)1 << (dk)->dk_log2_index_bytes]))
|