Searched refs:comb (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | key_debug.c | 277 struct sadb_comb *comb; in kdebug_sadb_prop() local 285 / sizeof(*comb); in kdebug_sadb_prop() 286 comb = (struct sadb_comb *)(prop + 1); in kdebug_sadb_prop() 292 comb->sadb_comb_auth, comb->sadb_comb_encrypt, in kdebug_sadb_prop() 293 comb->sadb_comb_flags, comb->sadb_comb_reserved); in kdebug_sadb_prop() 297 comb->sadb_comb_auth_minbits, in kdebug_sadb_prop() 298 comb->sadb_comb_auth_maxbits, in kdebug_sadb_prop() 299 comb->sadb_comb_encrypt_minbits, in kdebug_sadb_prop() 300 comb->sadb_comb_encrypt_maxbits); in kdebug_sadb_prop() 304 comb->sadb_comb_soft_allocations, in kdebug_sadb_prop() [all …]
|
H A D | key.c | 6603 key_getcomb_setlifetime(struct sadb_comb *comb) in key_getcomb_setlifetime() argument 6606 comb->sadb_comb_soft_allocations = 1; in key_getcomb_setlifetime() 6607 comb->sadb_comb_hard_allocations = 1; in key_getcomb_setlifetime() 6608 comb->sadb_comb_soft_bytes = 0; in key_getcomb_setlifetime() 6609 comb->sadb_comb_hard_bytes = 0; in key_getcomb_setlifetime() 6610 comb->sadb_comb_hard_addtime = 86400; /* 1 day */ in key_getcomb_setlifetime() 6611 comb->sadb_comb_soft_addtime = comb->sadb_comb_soft_addtime * 80 / 100; in key_getcomb_setlifetime() 6612 comb->sadb_comb_soft_usetime = 28800; /* 8 hours */ in key_getcomb_setlifetime() 6613 comb->sadb_comb_hard_usetime = comb->sadb_comb_hard_usetime * 80 / 100; in key_getcomb_setlifetime() 6623 struct sadb_comb *comb; in key_getcomb_ealg() local [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | crc32.c | 862 z_word_t crc0, word0, comb; in crc32_z() local 963 comb = crc_word_big(crc0 ^ words[0]); in crc32_z() 965 comb = crc_word_big(crc1 ^ words[1] ^ comb); in crc32_z() 967 comb = crc_word_big(crc2 ^ words[2] ^ comb); in crc32_z() 969 comb = crc_word_big(crc3 ^ words[3] ^ comb); in crc32_z() 971 comb = crc_word_big(crc4 ^ words[4] ^ comb); in crc32_z() 973 comb = crc_word_big(crc5 ^ words[5] ^ comb); in crc32_z() 980 crc = byte_swap(comb); in crc32_z()
|
/freebsd/contrib/bc/tests/bc/errors/ |
H A D | 24.txt | 2 comb(10, 2) 4 comb(6, ++i[])
|
/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 242 comb(10, 2) 244 comb(6, 2) 246 comb(12, 10) 248 comb(24, 15)
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | normalize.c | 270 uint32_t comb; in combine() local 278 if (old_cc != cc && (comb = find_composition(v, 2))) { in combine() 279 out[ostarter] = comb; in combine()
|
/freebsd/contrib/bc/gen/ |
H A D | lib2.bc | 114 define comb(n,r){
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 300 This is implemented in the function `comb(n,r)`.
|
/freebsd/share/dict/ |
H A D | web2a | 3141 back comb 7545 brace comb 13255 comb-back 13256 comb bearer 13257 comb-broach 13258 comb-brush 13259 comb-building 13260 comb case 13261 comb disease 13262 comb duck [all …]
|
H A D | web2 | 39798 comb
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 288 p/1/"(admin cdc check clean comb deledit delget delta diffs edit enter \
|
/freebsd/crypto/libecc/ |
H A D | README.md | 635 [fixed-base comb](https://link.springer.com/chapter/10.1007/3-540-45537-X_21) precomputations.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 144 …\hyphenation{ al-pha-mer-ic Balz-er Blom-quist Bo-ta-fo-go Bran-din Brans-comb Bu-tera Chris-tina …
|