Searched refs:rbits (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/vt/hw/simplefb/ |
| H A D | simplefb.c | 76 int rbits, rshift; 84 .rbits = 5, .rshift = 11, 91 .rbits = 8, .rshift = 16, 98 .rbits = 8, .rshift = 16, 105 .rbits = 8, .rshift = 16, 112 .rbits = 10, .rshift = 20, 193 (1 << simplefb_formats[i].rbits) - 1, in vt_simplefb_init() 74 int rbits, rshift; global() member
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | deterministic_nonce.c | 190 unsigned char *entropyx = NULL, *nonceh = NULL, *rbits = NULL, *T = NULL; in ossl_gen_deterministic_nonce_rfc6979() local 209 rbits = T + prefsz; in ossl_gen_deterministic_nonce_rfc6979() 210 nonceh = rbits + rlen; in ossl_gen_deterministic_nonce_rfc6979() 224 if (!EVP_KDF_derive(kdfctx, rbits, rlen, NULL) in ossl_gen_deterministic_nonce_rfc6979()
|
| /freebsd/contrib/libder/libder/ |
| H A D | libder_obj.c | 942 const uint8_t *lbits, *rbits; in libder_obj_tag_compare() local 976 rbits = (const void *)&rhs->tag_short; in libder_obj_tag_compare() 979 rbits = rhs->tag_long; in libder_obj_tag_compare() 999 rbyte = rbits[i - delta]; in libder_obj_tag_compare()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_lha.c | 2141 unsigned rbits; in lzh_read_blocks() local 2312 rbits = lzh_br_bits(br, ds->pt.max_bits); in lzh_read_blocks() 2313 c = lzh_decode_huffman(&(ds->pt), rbits); in lzh_read_blocks() 2899 lzh_decode_huffman_tree(struct huffman *hf, unsigned rbits, int c) in lzh_decode_huffman_tree() argument 2910 if (rbits & (1U << extlen)) in lzh_decode_huffman_tree() 2919 lzh_decode_huffman(struct huffman *hf, unsigned rbits) in lzh_decode_huffman() argument 2926 c = hf->tbl[rbits >> hf->shift_bits]; in lzh_decode_huffman() 2930 return (lzh_decode_huffman_tree(hf, rbits, c)); in lzh_decode_huffman()
|
| H A D | archive_read_support_format_cab.c | 3152 uint16_t c, i, j, rbits, same; in lzx_read_bitlen() local 3164 rbits = lzx_br_bits(br, ds->pt.lookup_bits); in lzx_read_bitlen() 3165 c = lzx_decode_huffman(&(ds->pt), rbits); in lzx_read_bitlen() 3198 rbits = lzx_br_bits(br, ds->pt.lookup_bits); in lzx_read_bitlen() 3199 c = lzx_decode_huffman(&(ds->pt), rbits); in lzx_read_bitlen() 3407 lzx_decode_huffman(struct huffman *hf, uint16_t rbits) in lzx_decode_huffman() argument 3409 return hf->tbl[rbits]; in lzx_decode_huffman()
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-armv8-sve.pl | 161 my $rbits = 32-$bits; 167 xar @mx[$x].s,@mx[$x].s,@mx[$y].s,$rbits 169 ror @sx[$x],@sx[$x],$rbits
|