Home
last modified time | relevance | path

Searched refs:kbit (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/file/magic/Magdir/
HDdolby51 >4 byte&0x3e = 0x00 \b, 32 kbit/s
52 >4 byte&0x3e = 0x02 \b, 40 kbit/s
53 >4 byte&0x3e = 0x04 \b, 48 kbit/s
54 >4 byte&0x3e = 0x06 \b, 56 kbit/s
55 >4 byte&0x3e = 0x08 \b, 64 kbit/s
56 >4 byte&0x3e = 0x0a \b, 80 kbit/s
57 >4 byte&0x3e = 0x0c \b, 96 kbit/s
58 >4 byte&0x3e = 0x0e \b, 112 kbit/s
59 >4 byte&0x3e = 0x10 \b, 128 kbit/s
60 >4 byte&0x3e = 0x12 \b, 160 kbit/s
[all …]
HDcompress182 # excitation/long term prediction) coding at 13 kbit/s.
HDaudio619 >31 short >0 \b, %d kbit/s
/dragonfly/crypto/libressl/crypto/ec/
HDecp_smpl.c1516 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; in ec_GFp_simple_mul_ct() local
1586 kbit = BN_is_bit_set(lambda, cardinality_bits); in ec_GFp_simple_mul_ct()
1587 if (!BN_swap_ct(kbit, k, lambda, group_top + 2)) in ec_GFp_simple_mul_ct()
1676 kbit = BN_is_bit_set(k, i) ^ pbit; in ec_GFp_simple_mul_ct()
1677 EC_POINT_CSWAP(kbit, r, s, group_top, Z_is_one); in ec_GFp_simple_mul_ct()
1686 pbit ^= kbit; in ec_GFp_simple_mul_ct()