Searched refs:bitslice (Results 1 – 4 of 4) sorted by relevance
| /src/lib/virtual_oss/bt/ |
| H A D | sbc_encode.c | 152 int32_t slicecount, bitslice; in calc_bitneed() local 198 bitslice = max_bitneed + 1; in calc_bitneed() 200 bitslice--; in calc_bitneed() 205 if ((bitneed[ch][sb] > bitslice + 1) && in calc_bitneed() 206 (bitneed[ch][sb] < bitslice + 16)) in calc_bitneed() 208 else if (bitneed[ch][sb] == bitslice + 1) in calc_bitneed() 217 bitslice--; in calc_bitneed() 221 if (bitneed[ch][sb] < bitslice + 2) { in calc_bitneed() 224 sbc->bits[ch][sb] = bitneed[ch][sb] - bitslice; in calc_bitneed() 240 } else if ((bitneed[ch][sb] == bitslice + 1) && in calc_bitneed()
|
| /src/sys/crypto/openssl/ |
| H A D | ossl_arm.h | 44 uint8_t bitslice[BSAES_KEY_SIZE] __aligned(8); member
|
| /src/crypto/openssl/crypto/aes/asm/ |
| H A D | bsaes-armv7.pl | 689 sub bitslice { subroutine 780 &bitslice (@XMM[0..7, 8..11]); 805 &bitslice (@XMM[0,1,6,4,2,7,3,5, 8..11]); 881 &bitslice (@XMM[0..7, 8..11]); 907 &bitslice (@XMM[0,1,4,6,3,7,2,5, 8..11]);
|
| H A D | bsaes-x86_64.pl | 793 sub bitslice { subroutine 845 &bitslice (@XMM[0..7, 8..11]); 869 &bitslice (@XMM[0,1,4,6,3,7,2,5, 8..11]); 910 &bitslice (@XMM[0..7, 8..11]); 933 &bitslice (@XMM[0,1,6,4,2,7,3,5, 8..11]);
|