| /netbsd/src/crypto/external/bsd/heimdal/include/ |
| D | der-protos.h | 37 size_t /*len*/, 39 size_t */*size*/); 44 size_t /*len*/, 46 size_t */*size*/); 187 size_t /*len*/, 189 size_t */*size*/); 194 size_t /*len*/, 196 size_t */*size*/); 201 size_t /*len*/, 203 size_t */*size*/); [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | der-protos.h | 39 size_t /*len*/, 41 size_t */*size*/); 46 size_t /*len*/, 48 size_t */*size*/); 189 size_t /*len*/, 191 size_t */*size*/); 196 size_t /*len*/, 198 size_t */*size*/); 203 size_t /*len*/, 205 size_t */*size*/); [all …]
|
| D | der_length.c | 42 size_t 45 size_t ret = 0; in _heim_len_unsigned() 60 size_t 63 size_t ret = 0; in _heim_len_unsigned64() 78 size_t 82 size_t ret = 0; in _heim_len_int() 105 size_t 109 size_t ret = 0; in _heim_len_int64() 132 static size_t 135 size_t ret = 1; in len_oid() [all …]
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | libcrux_mlkem768_sha3.h | 80 size_t len; 156 Eurydice_slice src, size_t sz) { in Eurydice_slice_to_array3() 242 size_t start; 243 size_t end; 263 size_t f0; 278 #define LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE ((size_t)32U) 280 #define LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_COEFFICIENT ((size_t)12U) 282 #define LIBCRUX_ML_KEM_CONSTANTS_COEFFICIENTS_IN_RING_ELEMENT ((size_t)256U) 285 (LIBCRUX_ML_KEM_CONSTANTS_COEFFICIENTS_IN_RING_ELEMENT * (size_t)12U) 288 (LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_RING_ELEMENT / (size_t)8U) [all …]
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_blake2.h | 58 size_t buflen; 59 size_t outlen; 69 size_t buflen; 70 size_t outlen; 79 size_t buflen; 80 size_t outlen; 88 size_t buflen; 89 size_t outlen; 147 int blake2s_init( blake2s_state *S, size_t outlen ); 148 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | vec.cc | 63 std::size_t compute_size(std::size_t element_count, in compute_size() 64 std::size_t element_size, in compute_size() 65 std::size_t padding_size) in compute_size() 67 if (element_size && element_count > std::size_t(-1) / element_size) in compute_size() 69 std::size_t size = element_count * element_size; in compute_size() 78 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new() 79 std::size_t element_size, in __cxa_vec_new() 80 std::size_t padding_size, in __cxa_vec_new() 90 __cxa_vec_new2(std::size_t element_count, in __cxa_vec_new2() argument 91 std::size_t element_size, in __cxa_vec_new2() [all …]
|
| D | hash_bytes.cc | 39 inline std::size_t 42 std::size_t result; in unaligned_load() 49 inline std::size_t 52 std::size_t result = 0; in load_bytes() 60 inline std::size_t 61 shift_mix(std::size_t v) in shift_mix() 73 size_t 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() 76 const size_t m = 0x5bd1e995; in _Hash_bytes() 77 size_t hash = seed ^ len; in _Hash_bytes() [all …]
|
| /netbsd/src/include/ |
| D | stdlib.h | 47 typedef _BSD_SIZE_T_ size_t; typedef 91 extern size_t __mb_cur_max; 105 void *bsearch(const void *, const void *, size_t, size_t, 108 void *calloc(size_t, size_t); 116 void *malloc(size_t); 117 void qsort(void *, size_t, size_t, int (*)(const void *, const void *)); 119 void *realloc(void *, size_t); 131 int mblen(const char *, size_t); 132 size_t mbstowcs(wchar_t * __restrict, const char * __restrict, size_t); 134 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); [all …]
|
| D | string.h | 39 typedef _BSD_SIZE_T_ size_t; typedef 58 void *memccpy(void *, const void *, int, size_t); 60 void *memchr(const void *, int, size_t); 61 int memcmp(const void *, const void *, size_t); 62 void *memcpy(void * __restrict, const void * __restrict, size_t); 64 void *memmem(const void *, size_t, const void *, size_t); 66 void *memmove(void *, const void *, size_t); 67 void *memset(void *, int, size_t); 70 void *memset_explicit(void *, int, size_t); 74 char *stpncpy(char * __restrict, const char * __restrict, size_t); [all …]
|
| D | wchar.h | 85 typedef _BSD_SIZE_T_ size_t; typedef 100 size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict); 101 size_t mbrtowc(wchar_t * __restrict, const char * __restrict, size_t, 104 size_t mbsrtowcs(wchar_t * __restrict, const char ** __restrict, size_t, 106 size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict); 112 size_t wcscspn(const wchar_t *, const wchar_t *); 113 size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict, 115 size_t wcslen(const wchar_t *); 116 wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict, size_t); 117 int wcsncmp(const wchar_t *, const wchar_t *, size_t); [all …]
|
| D | util.h | 46 typedef _BSD_SIZE_T_ size_t; typedef 83 const char *getdiskrawname(char *, size_t, const char *); 84 const char *getdiskcookedname(char *, size_t, const char *); 86 const char *getfsspecname(char *, size_t, const char *); 87 struct kinfo_vmentry *kinfo_getvmmap(pid_t, size_t *); 97 int opendisk(const char *, int, char *, size_t, int); 98 int opendisk1(const char *, int, char *, size_t, int, 116 char *, size_t) __RENAME(__pw_copyx50); 120 void pw_getconf(char *, size_t, const char *, const char *); 122 void pw_getpwconf(char *, size_t, const struct passwd *, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
| D | hash_prime_size_policy_imp.hpp | 65 static const std::size_t g_a_sizes[num_distinct_sizes] = 99 /* 30 */ (std::size_t)8589934583ull, 100 /* 31 */ (std::size_t)17179869143ull, 101 /* 32 */ (std::size_t)34359738337ull, 102 /* 33 */ (std::size_t)68719476731ull, 103 /* 34 */ (std::size_t)137438953447ull, 104 /* 35 */ (std::size_t)274877906899ull, 105 /* 36 */ (std::size_t)549755813881ull, 106 /* 37 */ (std::size_t)1099511627689ull, 107 /* 38 */ (std::size_t)2199023255531ull, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | libgomp_g.h | 313 extern void GOMP_task_reduction_remap (size_t, size_t, void **); 342 size_t, void **, size_t *, unsigned char *); 343 extern void GOMP_target_ext (int, void (*) (void *), size_t, void **, size_t *, 346 size_t, void **, size_t *, unsigned char *); 347 extern void GOMP_target_data_ext (int, size_t, void **, size_t *, 351 size_t, void **, size_t *, unsigned char *); 352 extern void GOMP_target_update_ext (int, size_t, void **, size_t *, 354 extern void GOMP_target_enter_exit_data (int, size_t, void **, size_t *, 367 extern void *GOMP_alloc (size_t, size_t, uintptr_t); 372 extern void GOMP_warning (const char *, size_t); [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/crypto/ |
| D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, 23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n, 25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len, 26 size_t num_elem, const u8 *addr[], 27 const size_t *len, u8 *mac); 28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 29 const u8 *addr[], const size_t *len, 31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, 36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, [all …]
|
| D | crypto.h | 34 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac); 44 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac); 55 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, 70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, 71 size_t xlen); 81 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, 92 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, 103 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, 121 void * aes_encrypt_init(const u8 *key, size_t len); 144 void * aes_decrypt_init(const u8 *key, size_t len); [all …]
|
| D | crypto_nettle.c | 51 static int nettle_digest_vector(const struct nettle_hash *alg, size_t num_elem, in nettle_digest_vector() 52 const u8 *addr[], const size_t *len, u8 *mac) in nettle_digest_vector() 55 size_t i; in nettle_digest_vector() 72 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 78 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 84 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() 90 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() 96 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha384_vector() 102 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha512_vector() 108 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() [all …]
|
| /netbsd/src/lib/libc/citrus/ |
| D | citrus_ctype_local.h | 34 int _n_(_citrus_ctype_ops_rec_t *, size_t, uint32_t) 40 (void ** __restrict, void * __restrict, size_t, size_t); \ 45 size_t, int * __restrict); \ 48 size_t, void * __restrict, \ 49 size_t * __restrict); \ 52 const char * __restrict, size_t, \ 54 size_t * __restrict); \ 61 size_t, void * __restrict, \ 62 size_t * __restrict); \ 66 size_t, size_t, void * __restrict, \ [all …]
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | zio_compress.h | 40 typedef size_t zio_compress_func_t(void *src, void *dst, 41 size_t s_len, size_t d_len, int); 44 size_t s_len, size_t d_len, int); 61 extern size_t lzjb_compress(void *src, void *dst, size_t s_len, size_t d_len, 63 extern int lzjb_decompress(void *src, void *dst, size_t s_len, size_t d_len, 65 extern size_t gzip_compress(void *src, void *dst, size_t s_len, size_t d_len, 67 extern int gzip_decompress(void *src, void *dst, size_t s_len, size_t d_len, 69 extern size_t zle_compress(void *src, void *dst, size_t s_len, size_t d_len, 71 extern int zle_decompress(void *src, void *dst, size_t s_len, size_t d_len, 80 extern size_t lz4_compress(void *src, void *dst, size_t s_len, size_t d_len, [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/common/ |
| D | wpa_common.h | 266 size_t kck_len; 267 size_t kek_len; 268 size_t tk_len; 269 size_t kck2_len; 270 size_t kek2_len; 271 size_t kdk_len; 272 size_t ltf_keyseed_len; 278 size_t gtk_len; 283 size_t igtk_len; 288 size_t bigtk_len; [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | functional_hash.h | 49 struct hash : public std::unary_function<_Tp, size_t> in _GLIBCXX_VISIBILITY() 51 size_t in _GLIBCXX_VISIBILITY() 57 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> in _GLIBCXX_VISIBILITY() 59 size_t in _GLIBCXX_VISIBILITY() 61 { return reinterpret_cast<size_t>(__p); } in _GLIBCXX_VISIBILITY() 68 inline size_t \ in _GLIBCXX_VISIBILITY() 70 { return static_cast<size_t>(__val); } in _GLIBCXX_VISIBILITY() 96 template<size_t> in _GLIBCXX_VISIBILITY() 100 static size_t in _GLIBCXX_VISIBILITY() 101 hash(const _Tp* __ptr, size_t __clength) in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/games/dab/ |
| D | algor.h | 49 void play(const BOARD& b, size_t& y, size_t& x, int& dir); 53 int find_closure(size_t& y, size_t& x, int& dir, BOARD& b); 54 size_t find_max_closure(size_t& y, size_t& x, int& dir, const BOARD& b); 55 size_t find_min_closure1(size_t& y, size_t& x, int& dir, const BOARD& b, 57 size_t find_min_closure(size_t& y, size_t& x, int& dir, const BOARD& b); 60 int find_good_turn(size_t& y, size_t& x, int& dir, const BOARD& b); 61 int find_bad_turn(size_t& y, size_t& x, int& dir, BOARD& b, int last); 64 int try_bad_turn(BOX& box, size_t& y, size_t& x, int& dir, BOARD& b, 66 int try_good_turn(BOX& box, size_t y, size_t x, int& dir, BOARD& b); 69 size_t count_closure(size_t& y, size_t& x, int& dir, BOARD& b); [all …]
|
| /netbsd/src/external/bsd/tmux/dist/compat/ |
| D | imsg.h | 34 size_t size; 35 size_t max; 36 size_t wpos; 37 size_t rpos; 50 size_t wpos; 82 struct ibuf *ibuf_open(size_t); 83 struct ibuf *ibuf_dynamic(size_t, size_t); 84 int ibuf_add(struct ibuf *, const void *, size_t); 87 int ibuf_add_zero(struct ibuf *, size_t); 95 void *ibuf_reserve(struct ibuf *, size_t); [all …]
|
| /netbsd/src/sys/external/bsd/drm2/include/linux/ |
| D | bitmap.h | 48 bitmap_zero(unsigned long *bitmap, size_t nbits) in bitmap_zero() 50 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_zero() 51 size_t n = howmany(nbits, bpl); in bitmap_zero() 63 bitmap_empty(const unsigned long *bitmap, size_t nbits) in bitmap_empty() 65 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_empty() 86 bitmap_weight(const unsigned long *bitmap, size_t nbits) in bitmap_weight() 88 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_weight() 106 bitmap_set(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_set() 108 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_set() 141 bitmap_clear(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_clear() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | valarray_array.h | 53 __valarray_get_storage(size_t) __attribute__((__malloc__)); in _GLIBCXX_VISIBILITY() 57 __valarray_get_storage(size_t __n) in _GLIBCXX_VISIBILITY() 169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY() 170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY() 190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY() 191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY() 217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) in _GLIBCXX_VISIBILITY() 226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY() 227 size_t __s, const _Tp& __t) in _GLIBCXX_VISIBILITY() 229 for (size_t __i = 0; __i < __n; ++__i, __a += __s) in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/lib/libc/nameser/ |
| D | ns_print.c | 59 static size_t prune_origin(const char *name, const char *origin); 61 char **buf, size_t *buflen); 62 static int addname(const u_char *msg, size_t msglen, 64 char **buf, size_t *buflen); 65 static void addlen(size_t len, char **buf, size_t *buflen); 66 static int addstr(const char *src, size_t len, 67 char **buf, size_t *buflen); 68 static int addtab(size_t len, size_t target, int spaced, 69 char **buf, size_t *buflen); 93 char *buf, size_t buflen) in ns_sprintrr() [all …]
|