/external/valgrind/main/memcheck/tests/ |
origin3-no.stderr.exp | 2 Undef 1 of 8 (8 bit undef) 20 Undef 3 of 8 (32 bit undef) 30 Undef 4 of 8 (32 bit undef, unaligned) 40 Undef 5 of 8 (32 bit undef, modified) 50 Undef 6 of 8 (32 bit undef, unaligned, strange, #1) 59 Undef 7 of 8 (32 bit undef, unaligned, strange, #2) 68 Undef 8 of 8 (32 bit undef, unaligned, strange, #3)
|
/external/chromium_org/media/cast/test/utility/ |
audio_utility.cc | 64 // EncodeTimestamp stores a 16-bit number as frequencies in a sample. 69 // Each bit of the timestamp is stored as a frequency, where the 86 // will only differ in one bit, we should never get numbers out 160 for (size_t bit = 0; success && bit < kNumBits; bit++) { 164 kBaseFrequency * (bit + 1)); 166 // Zero bit, no action 169 // One bit 170 gray_coded |= 1 << bit; [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
bit_reader_inl.h | 108 // Read a bit with proba 'prob'. Speed-critical function! 122 const int bit = ((int)(split - value) >> 31) & 1; local 130 int bit; // Don't use 'const int bit = (value > split);", it's slower. local 134 bit = 1; 137 bit = 0; 146 return bit;
|
/external/chromium_org/third_party/opus/src/silk/ |
encode_pulses.c | 68 opus_int i, k, j, iter, bit, nLS, scale_down, RateLevelIndex = 0; local 192 bit = silk_RSHIFT( abs_q, j ) & 1; 193 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 ); 195 bit = abs_q & 1; 196 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 );
|
/external/libopus/silk/ |
encode_pulses.c | 68 opus_int i, k, j, iter, bit, nLS, scale_down, RateLevelIndex = 0; local 192 bit = silk_RSHIFT( abs_q, j ) & 1; 193 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 ); 195 bit = abs_q & 1; 196 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 );
|
/external/webp/src/utils/ |
bit_reader_inl.h | 107 // Read a bit with proba 'prob'. Speed-critical function! 121 const int bit = ((int)(split - value) >> 31) & 1; local 129 int bit; // Don't use 'const int bit = (value > split);", it's slower. local 133 bit = 1; 136 bit = 0; 145 return bit;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 33 ; individual errors are max. 15bit+sign, so squares are 30bit, and 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit) 39 ; accumulate in 64bit
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 33 ; individual errors are max. 15bit+sign, so squares are 30bit, and 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit) 39 ; accumulate in 64bit
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 33 ; individual errors are max. 15bit+sign, so squares are 30bit, and 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit) 39 ; accumulate in 64bit
|
/system/media/audio_utils/ |
primitives.c | 274 uint32_t bit, ormask; \ 278 bit = ormask & -ormask; /* get lowest bit */ \ 279 ormask ^= bit; /* remove lowest bit */ \ 280 if (dmask & bit) { \ 281 *dst++ = smask & bit ? *src++ : zero; \ 397 uint32_t bit, ormask = src_mask | dst_mask; local 400 bit = ormask & -ormask; /* get lowest bit */ [all...] |
/external/libsepol/src/ |
ebitmap.c | 227 int ebitmap_get_bit(const ebitmap_t * e, unsigned int bit) 231 if (e->highbit < bit) 235 while (n && (n->startbit <= bit)) { 236 if ((n->startbit + MAPSIZE) > bit) { 237 if (n->map & (MAPBIT << (bit - n->startbit))) 248 int ebitmap_set_bit(ebitmap_t * e, unsigned int bit, int value) 251 uint32_t startbit = bit & ~(MAPSIZE - 1); 255 ERR(NULL, "bitmap overflow, bit 0x%x", bit); 261 while (n && n->startbit <= bit) { [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 26 vpkshus v2, v2, v3 ;# v2 = 8-bit r0..r15 58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 64 vpkshus v2, v2, v3 ;# v3 = 8-bit r0..r15 150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7 157 vmrglb v1, v0, v1; ;# v1 = 16-bit p8..p15 160 vpkshus v2, v2, v3; ;# v2 = 8-bit r0..r15
|
/external/libvpx/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 26 vpkshus v2, v2, v3 ;# v2 = 8-bit r0..r15 58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 64 vpkshus v2, v2, v3 ;# v3 = 8-bit r0..r15 150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7 157 vmrglb v1, v0, v1; ;# v1 = 16-bit p8..p15 160 vpkshus v2, v2, v3; ;# v2 = 8-bit r0..r15
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 26 vpkshus v2, v2, v3 ;# v2 = 8-bit r0..r15 58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 64 vpkshus v2, v2, v3 ;# v3 = 8-bit r0..r15 150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7 157 vmrglb v1, v0, v1; ;# v1 = 16-bit p8..p15 160 vpkshus v2, v2, v3; ;# v2 = 8-bit r0..r15
|
/external/lldb/source/Core/ |
RegisterValue.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texgen.c | 106 GLbitfield bit = 0x0; local 111 bit = TEXGEN_OBJ_LINEAR; 114 bit = TEXGEN_EYE_LINEAR; 118 bit = TEXGEN_SPHERE_MAP; 122 bit = TEXGEN_REFLECTION_MAP_NV; 126 bit = TEXGEN_NORMAL_MAP_NV; 131 if (!bit) { 136 && (bit & (TEXGEN_REFLECTION_MAP_NV | TEXGEN_NORMAL_MAP_NV)) == 0) { 143 texgen->_ModeBit = bit;
|
texcompress_etc_tmp.h | 120 int modifier, bit, idx, blk; local 123 bit = y + x * 4; 124 idx = ((block->pixel_indices >> (15 + bit)) & 0x2) | 125 ((block->pixel_indices >> (bit)) & 0x1);
|
/external/mesa3d/src/mesa/main/ |
texgen.c | 106 GLbitfield bit = 0x0; local 111 bit = TEXGEN_OBJ_LINEAR; 114 bit = TEXGEN_EYE_LINEAR; 118 bit = TEXGEN_SPHERE_MAP; 122 bit = TEXGEN_REFLECTION_MAP_NV; 126 bit = TEXGEN_NORMAL_MAP_NV; 131 if (!bit) { 136 && (bit & (TEXGEN_REFLECTION_MAP_NV | TEXGEN_NORMAL_MAP_NV)) == 0) { 143 texgen->_ModeBit = bit;
|
/external/aac/libSBRenc/src/ |
env_bit.cpp | 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with 86 \brief Remaining SBR Bit Writing Routines 148 /* reset bit buffer */ 213 sbrLoad += 4; /* Do byte Align with 4 bit offset. ISO/IEC 14496-3:2005(E) page 39. */ 235 INT bit; local 236 bit = FDKreadBits(&tmpCRCBuf,1); 237 crcAdvance(SBR_CRC_POLY,SBR_CRC_MASK,&crcReg,bit,1);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
datatypes.h | 4 * data types for bit vectors and finite fields 250 /* bit 0 is first 32-bit word, low order bit. in little-endian, that's 251 the first byte of the first 32-bit word. In big-endian, that's 252 the 3rd byte of the first 32-bit word */ 253 /* The get/set bit code is used by the replay code ONLY, and it doesn't 254 really care which bit is which. AES does care which bit is which, but 255 doesn't use the 128-bit get/set or 128-bit shifts * [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filters_neon.S | 10 @ Reference code in filters.c. Output is bit-exact. 53 @ vclz cannot deal with a 64-bit, so we have to do vclz on both the upper and 54 @ lower 32-bit words. Note that we don't care about the value of the upper 57 @ Check the case of 1 bit overflow. If it occurs store the results for 65 @ For the case of more than 1 bit overflow. If it occurs overwrite the 67 vclz.s32 d5, d16 @ Leading zeros of the two 32 bit words.
|
/external/icu/icu4c/source/i18n/ |
collationsettings.h | 32 * Options bit 0: Perform the FCD check on the input text and deliver normalized text. 36 * Options bit 1: Numeric collation. 53 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value. 56 /** maxVariable options bit mask before shifting. */ 58 /** Options bit 7: Reserved/unused/0. */ 60 * Options bit 8: Sort uppercase first if caseLevel or caseFirst is on. 64 * Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values) 73 * Options bit mask for caseFirst and upperFirst, before shifting. 78 * Options bit 10: Insert the case level between the secondary and tertiary levels [all...] |
/external/srtp/crypto/include/ |
datatypes.h | 4 * data types for bit vectors and finite fields 243 /* bit 0 is first 32-bit word, low order bit. in little-endian, that's 244 the first byte of the first 32-bit word. In big-endian, that's 245 the 3rd byte of the first 32-bit word */ 246 /* The get/set bit code is used by the replay code ONLY, and it doesn't 247 really care which bit is which. AES does care which bit is which, but 248 doesn't use the 128-bit get/set or 128-bit shifts * [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
bits.c | 20 Description: Performs bit stream manipulation 36 Word16 coding_mode, /* i: coding bit-stream ratio mode */ 37 Word16 mode, /* i: coding bit-stream ratio mode*/ 193 Word16 i, bit; local 197 bit = (Word16) (value & 0x0001); /* get lsb */ 198 if (bit == 0)
|
/external/chromium_org/third_party/smhasher/src/ |
PMurHash.h | 42 #error Unable to determine type name for unsigned 32-bit int
|