/external/zlib/src/examples/ |
enough.c | 30 the bit values to the codes (i.e. only canonical codes are counted). 34 be coded, what the last code length used was, and how many bit patterns of 39 properties are: we cannot use more bit patterns than are available; and when 40 all the symbols are used, there are exactly zero possible bit patterns 51 that root-bit prefix. If that longest code has length len, then the table 53 codes. Each subsequent root-bit prefix then has its own sub-table. The 55 incrementally as the number of codes at each bit length is populated. When 74 Second, the intermediate states that lead to (root + 1) bit or longer codes 80 Beginning the code examination at (root + 1) bit codes, which is enabled by 86 for the default arguments of 286 symbols limited to 15-bit codes 262 int bit; \/* mask for this state's bit *\/ local [all...] |
/frameworks/native/opengl/libs/ |
Android.mk | 120 # even for both 32-bit and 64-bit installed files in multilib build.
|
/hardware/intel/common/libmix/videoencoder/ |
bitstream.h | 114 static void bitstream_byte_aligning(bitstream *bs, int bit) 123 assert(bit == 0 || bit == 1); 125 if (bit)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
mingw32.h | 99 /* DW2-unwind is just available for 32-bit mode. */ 101 #error DW2 unwind is not available for 64-bit.
|
/system/core/libpixelflinger/ |
fixed.cpp | 54 // shift right 1-bit to make room for the sign bit 112 GGLfixed bit = 0x800000; local 115 GGLfixed temp = bit + (r<<1); 119 r += bit; 123 } while (bit>>=1); 190 // we get 3.75 cycles per bit in the main loop 191 // and 8 cycles per bit in the termination loop 257 // first we compute a*b as a 64-bit integer 317 // this function computes a*b/c with 64-bit intermediate accurac [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkIntersections.cpp | 131 int bit = 1 << index; local 132 fIsCoincident[0] |= bit; 133 fIsCoincident[1] |= bit;
|
/external/qemu/distrib/ext4_utils/src/ |
ext2simg.c | 109 static int bitmap_get_bit(u8 *bitmap, u32 bit) 111 if (bitmap[bit / 8] & 1 << (bit % 8))
|
/external/skia/src/pathops/ |
SkIntersections.cpp | 131 int bit = 1 << index; local 132 fIsCoincident[0] |= bit; 133 fIsCoincident[1] |= bit;
|
/frameworks/rs/ |
rsCppUtils.h | 217 uint32_t bit = 0; local 219 bit++; 222 return bit;
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/ |
rsCppUtils.h | 217 uint32_t bit = 0; local 219 bit++; 222 return bit;
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/ |
rsCppUtils.h | 217 uint32_t bit = 0; local 219 bit++; 222 return bit;
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/ |
rsCppUtils.h | 217 uint32_t bit = 0; local 219 bit++; 222 return bit;
|
/external/libvorbis/doc/ |
04-codec.tex | 10 bit-by-bit decode specification of Vorbis I. This document assumes a 12 provided in \xref{vorbis:spec:intro}. \xref{vorbis:spec:bitpacking} covers reading and writing bit fields from 32 1) [packet_type] : 8 bit value 38 (these types are all odd as a packet with a leading single bit of '0' 53 2) [audio_channels] = read 8 bit integer as unsigned 60 9) [framing_flag] = read one bit 68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to 105 configurations. It finishes with a framing bit of '1'. Header decode 128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the st (…) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 39 ; * the bit stream buffer 40 ; * [in] pBitOffset pointer to the bit position in the byte pointed 53 ; * bit stream syntax 59 ; * so that it points to the current byte in the bit 62 ; * current bit position in the byte pointed by 268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 39 ; * the bit stream buffer 40 ; * [in] pBitOffset pointer to the bit position in the byte pointed 53 ; * bit stream syntax 59 ; * so that it points to the current byte in the bit 62 ; * current bit position in the byte pointed by 268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 667 static const char *getFallbackString(GLuint bit) 670 while (bit > 1) { 672 bit >>= 1; 678 void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) 685 rmesa->radeon.Fallback |= bit; 693 bit, getFallbackString(bit)); 698 rmesa->radeon.Fallback &= ~bit; 699 if (oldfallback == bit) { 725 bit, getFallbackString(bit)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 776 static const char *getFallbackString(GLuint bit) 779 while (bit > 1) { 781 bit >>= 1; 787 void radeonFallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) 794 rmesa->radeon.Fallback |= bit; 802 bit, getFallbackString(bit)); 807 rmesa->radeon.Fallback &= ~bit; 808 if (oldfallback == bit) { 833 bit, getFallbackString(bit)) [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 667 static const char *getFallbackString(GLuint bit) 670 while (bit > 1) { 672 bit >>= 1; 678 void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) 685 rmesa->radeon.Fallback |= bit; 693 bit, getFallbackString(bit)); 698 rmesa->radeon.Fallback &= ~bit; 699 if (oldfallback == bit) { 725 bit, getFallbackString(bit)) [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 776 static const char *getFallbackString(GLuint bit) 779 while (bit > 1) { 781 bit >>= 1; 787 void radeonFallback( struct gl_context *ctx, GLuint bit, GLboolean mode ) 794 rmesa->radeon.Fallback |= bit; 802 bit, getFallbackString(bit)); 807 rmesa->radeon.Fallback &= ~bit; 808 if (oldfallback == bit) { 833 bit, getFallbackString(bit)) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.c | 173 /* fixed 6 bit length VLC, nC <= 8 */ 741 coeffMap on bits [16,31] if successful, this is bit map 742 where each bit indicates if the corresponding 758 u32 levelSuffix, zerosLeft, bit; local 778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 780 tmp = DecodeCoeffToken(bit, (u32)nc); 796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes); 800 level[i] = bit & tmp ? -1 : 1; 813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 814 levelPrefix = DecodeLevelPrefix(bit); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 655 /* bit map related macros */ 661 extern void setbit(void *array, uint bit); 662 extern void clrbit(void *array, uint bit); 663 extern bool isset(const void *array, uint bit); 664 extern bool isclr(const void *array, uint bit); 733 /* bcm_format_flags() bit description structure */ 735 uint32 bit; member in struct:bcm_bit_desc 760 /* 128-bit xor: *dst = *src1 xor *src2. dst1, src1 and src2 may have any alignment */ 820 #define mboolset(mb, bit) ((mb) |= (bit)) /* set one bool * [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 496 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 497 if ((seenMask&bit)==0) { 500 seenMask |= bit; 526 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 527 if ((seenMask&bit)==0) {
|
/external/icu/icu4c/source/test/intltest/ |
svccoll.cpp | 498 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 499 if ((seenMask&bit)==0) { 502 seenMask |= bit; 528 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 529 if ((seenMask&bit)==0) {
|
/external/libexif/libexif/canon/ |
mnote-canon-entry.c | 476 unsigned int i, bit, lastbit = 0; local 479 * Search the table for the last matching bit, because 483 bit = table[i].value; 484 if ((vs >> bit) & 1) { 485 lastbit = bit; 490 bit = table[i].value; 491 if ((vs >> bit) & 1) { 493 if (bit != lastbit)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/ |
boolhuff_armv5te.asm | 57 ; r1 int bit 76 addne r2, r2, r4 ; if (bit) lowvalue += split 77 subne r4, r5, r4 ; if (bit) range = range-split 237 ; Decisions are made based on the bit value shifted 240 lsls r1, r1, #1 ; bit = v >> n 246 addcs r2, r2, r4 ; if (bit) lowvalue += split 247 subcs r4, r5, r4 ; if (bit) range = range-split
|