| /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 | 2096 unsigned rbits; in lzh_read_blocks() 2267 rbits = lzh_br_bits(br, ds->pt.max_bits); in lzh_read_blocks() 2268 c = lzh_decode_huffman(&(ds->pt), rbits); in lzh_read_blocks() 2854 lzh_decode_huffman_tree(struct huffman *hf, unsigned rbits, int c) in lzh_decode_huffman_tree() 2865 if (rbits & (1U << extlen)) 2874 lzh_decode_huffman(struct huffman *hf, unsigned rbits) in lzh_decode_huffman() 2881 c = hf->tbl[rbits >> hf->shift_bits]; 2885 return (lzh_decode_huffman_tree(hf, rbits, c)); 2089 unsigned rbits; lzh_read_blocks() local 2847 lzh_decode_huffman_tree(struct huffman * hf,unsigned rbits,int c) lzh_decode_huffman_tree() argument 2867 lzh_decode_huffman(struct huffman * hf,unsigned rbits) lzh_decode_huffman() argument
|
| H A D | archive_read_support_format_cab.c | 3064 unsigned rbits; in lzx_read_bitlen() 3076 rbits = lzx_br_bits(br, ds->pt.max_bits); in lzx_read_bitlen() 3077 c = lzx_decode_huffman(&(ds->pt), rbits); in lzx_read_bitlen() 3110 rbits = lzx_br_bits(br, ds->pt.max_bits); in lzx_read_bitlen() 3111 c = lzx_decode_huffman(&(ds->pt), rbits); in lzx_read_bitlen() 3238 lzx_decode_huffman(struct huffman *hf, unsigned rbits) 3241 c = hf->tbl[rbits]; 3052 unsigned rbits; lzx_read_bitlen() local 3226 lzx_decode_huffman(struct huffman * hf,unsigned rbits) lzx_decode_huffman() argument
|
| /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
|