/dflybsd-src/crypto/libressl/crypto/whrlpool/ |
H A D | wp_block.c | 124 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument 125 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument 126 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument 127 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument 128 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument 129 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument 130 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument 131 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument 142 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) argument 143 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fibonacci_heap.h | 294 fibonacci_node<K,V>::link (fibonacci_node<K,V> *parent) in link() 309 fibonacci_node<K,V>::insert_after (fibonacci_node<K,V> *b) in insert_after() 377 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data() 451 fibonacci_heap<K,V>::delete_node (fibonacci_node<K,V> *node, bool release) in delete_node() 471 fibonacci_heap<K,V>::union_with (fibonacci_heap<K,V> *heapb) in union_with() 531 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, in cut() 545 fibonacci_heap<K,V>::cascading_cut (fibonacci_node<K,V> *y) in cascading_cut() 606 fibonacci_heap<K,V>::remove_root (fibonacci_node<K,V> *node) in remove_root()
|
H A D | hash-map.h | 261 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx() 268 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx() 275 gt_cleare_cache (hash_map<K, V, H> *h) in gt_cleare_cache() 283 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
|
H A D | hash-set.h | 172 gt_ggc_mx (hash_set<K, H> *h) in gt_ggc_mx() 179 gt_pch_nx (hash_set<K, H> *h) in gt_pch_nx() 186 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
|
H A D | diagnostic-core.h | 30 #define DEFINE_DIAGNOSTIC_KIND(K, msgid, C) K, argument
|
/dflybsd-src/lib/libc/db/hash/ |
H A D | page.h | 73 #define PAIRSIZE(K,D) (2*sizeof(uint16_t) + (K)->size + (D)->size) argument 75 #define KEYSIZE(K) (4*sizeof(uint16_t) + (K)->size); argument 79 #define PAIRFITS(P,K,D) \ argument
|
/dflybsd-src/crypto/libressl/crypto/ripemd/ |
H A D | rmd_locl.h | 131 #define RIP2(a,b,c,d,e,w,s,K) { \ argument 136 #define RIP3(a,b,c,d,e,w,s,K) { \ argument 141 #define RIP4(a,b,c,d,e,w,s,K) { \ argument 146 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
|
/dflybsd-src/contrib/gmp/mpn/generic/ |
H A D | mul_fft.c | 174 int i, j, K; in mpn_fft_initl() local 349 mpn_fft_fft (mp_ptr *Ap, mp_size_t K, int **ll, in mpn_fft_fft() 421 mpn_fft_mul_modF_K (mp_ptr *ap, mp_ptr *bp, mp_size_t n, int K) in mpn_fft_mul_modF_K() 532 mpn_fft_fftinv (mp_ptr *Ap, int K, mp_size_t omega, mp_size_t n, mp_ptr tp) in mpn_fft_fftinv() 628 mpn_mul_fft_decompose (mp_ptr A, mp_ptr *Ap, int K, int nprime, mp_srcptr n, in mpn_mul_fft_decompose() 715 int K, i, pla, lo, sh, j; in mpn_mul_fft_internal() local 815 int K, maxLK, i; in mpn_mul_fft() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | diagnostic-core.h | 33 #define DEFINE_DIAGNOSTIC_KIND(K, msgid) K, argument
|
/dflybsd-src/crypto/libressl/crypto/cast/ |
H A D | c_skey.c | 81 CAST_LONG l,*K; in CAST_set_key() local
|
/dflybsd-src/sys/opencrypto/ |
H A D | gmac.h | 35 uint32_t K[4*(RIJNDAEL_MAXNR + 1)]; member
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | cos.c | 133 mpfr_prec_t K0, K, precy, m, k, l; in mpfr_cos() local
|
H A D | exp_2.c | 81 unsigned long K, k, l, err; /* FIXME: Which type ? */ in mpfr_exp_2() local
|
H A D | mulders.c | 361 #define K 3 in mpfr_divhigh_n() macro
|
/dflybsd-src/crypto/libressl/crypto/sm4/ |
H A D | sm4.c | 176 uint32_t K[4]; in SM4_set_key() local
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | sha512-internal.c | 48 static const u64 K[80] = { variable
|
H A D | sha256-internal.c | 50 static const unsigned long K[64] = { variable
|
/dflybsd-src/sys/crypto/ |
H A D | sha1.c | 55 #define K(t) _K[(t) / 20] macro
|
/dflybsd-src/crypto/libressl/crypto/gost/ |
H A D | streebog.c | 1214 STREEBOG_LONG64 K[8]; in gN() local
|
/dflybsd-src/contrib/wpa_supplicant/src/common/ |
H A D | sae.c | 616 struct crypto_ec_point *K; in sae_derive_k_ecc() local 652 struct crypto_bignum *K; in sae_derive_k_ffc() local
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | sha1.c | 310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | sha1.c | 310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | sha1.c | 311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | sha1.c | 311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
|
/dflybsd-src/lib/libcrypt/ |
H A D | crypt-sha256.c | 33 static const uint32_t K[64] = variable
|