/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_pss.c | 85 int hLen, maskedDBLen, MSBits, emLen; 112 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7; 114 if (EM[0] & (0xFF << MSBits)) 119 if (MSBits == 0) 146 if (MSBits) 147 DB[0] &= 0xFF >> (8 - MSBits); 200 int hLen, maskedDBLen, MSBits, emLen; 224 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7; 226 if (MSBits == 0) 281 if (MSBits) [all...] |
/external/openssl/crypto/rsa/ |
rsa_pss.c | 85 int hLen, maskedDBLen, MSBits, emLen; 112 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7; 114 if (EM[0] & (0xFF << MSBits)) 119 if (MSBits == 0) 146 if (MSBits) 147 DB[0] &= 0xFF >> (8 - MSBits); 200 int hLen, maskedDBLen, MSBits, emLen; 224 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7; 226 if (MSBits == 0) 281 if (MSBits) [all...] |
/external/flac/libFLAC/ |
bitwriter.c | 548 unsigned msbits; local 560 msbits = uval >> parameter; 563 if(bw->bits && bw->bits + msbits + lsbits <= FLAC__BITS_PER_WORD) { /* i.e. if the whole thing fits in the current bwword */ 565 bw->bits = bw->bits + msbits + lsbits; 568 /* NOT: bw->accum <<= msbits + lsbits because msbits+lsbits could be 32, then the shift would be a NOP */ 569 bw->accum <<= msbits; 584 if(bw->bits && bw->bits + msbits + lsbits < FLAC__BITS_PER_WORD) { /* i.e. if the whole thing fits in the current bwword */ 586 bw->bits = bw->bits + msbits + lsbits; 589 bw->accum <<= msbits + lsbits [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
stat_bits.c | 54 Word16 msBits, sfbOff, sfb; 55 msBits = 0; 66 msBits += 1; 69 return(msBits);
|
/external/aac/libAACenc/src/ |
bitenc.cpp | 389 INT sfb, sfbOff, msBits = 0; 397 msBits += 2; 402 msBits += 2; 407 msBits += 2; 418 msBits += 1; 425 msBits += 2; 429 msBits += 1; 434 return (msBits); [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_pcm.c | 305 ALOGV("msbits = %d\n", p->msbits);
|
/external/kernel-headers/original/sound/ |
asound.h | 359 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 859 unsigned int msbits); [all...] |
asound.h | 348 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 859 unsigned int msbits); [all...] |
asound.h | 348 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params [all...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 330 unsigned int msbits; member in struct:snd_pcm_hw_params [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0 | |
libasound.so.2.0.0 | |
libasound.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0 | |
libasound.so.2.0.0 | |
libasound.a | [all...] |
/external/tcpdump/ |
print-isoclns.c | 551 u_int8_t pdu_type; /* 3 MSbits are reserved */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libasound.a | [all...] |