HomeSort by relevance Sort by last modified time
    Searched full:bits (Results 401 - 425 of 15847) sorted by null

<<11121314151617181920>>

  /external/giflib/
gif_lib_private.h 17 #define LZ_MAX_CODE 4095 /* Biggest code possible in 12 bits. */
34 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */
38 RunningBits, /* The number of bits required to represent RunningCode. */
39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
43 CrntShiftState; /* Number of bits in CrntShiftDWord. */
  /external/libogg/doc/libogg/
oggpack_read.html 20 <p>This function reads the requested number of bits from the buffer and advances the location pointer.
28 long oggpack_read(oggpack_buffer *b,int bits);
38 <dt><i>bits</i></dt>
39 <dd>Number of bits to read.</dd>
46 <i>n</i> represents the requested bits.</li>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
typesizes.h 0 /* bits/typesizes.h -- underlying types for *_t. Generic version.
21 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
27 /* See <bits/types.h> for the meaning of these macros. This file exists so
28 that <bits/types.h> need not vary across different GNU platforms. */
66 #endif /* bits/typesizes.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
typesizes.h 0 /* bits/typesizes.h -- underlying types for *_t. Generic version.
21 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
27 /* See <bits/types.h> for the meaning of these macros. This file exists so
28 that <bits/types.h> need not vary across different GNU platforms. */
66 #endif /* bits/typesizes.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
typesizes.h 0 /* bits/typesizes.h -- underlying types for *_t. Generic version.
21 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
27 /* See <bits/types.h> for the meaning of these macros. This file exists so
28 that <bits/types.h> need not vary across different GNU platforms. */
66 #endif /* bits/typesizes.h */
  /external/flac/libFLAC/
fixed.c 51 /* rbps stands for residual bits per sample
60 unsigned bits; /* the number of bits required to represent a number */ local
61 int fracbits; /* the number of bits of rbps that comprise the fractional part */
71 * The above two things tell us 1) n fits in 16 bits; 2) err/n > 1.
80 /* err now holds err/n with fracbits fractional bits */
83 * Whittle err down to 16 bits max. 16 significant bits is enough for
87 bits = FLAC__bitmath_ilog2(err)+1;
88 if(bits > 16)
139 unsigned bits; \/* the number of bits required to represent a number *\/ local
    [all...]
format.c 53 FLAC_API const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */
55 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN = 16; /* bits */
56 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MAX_BLOCK_SIZE_LEN = 16; /* bits */
57 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN = 24; /* bits */
58 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MAX_FRAME_SIZE_LEN = 24; /* bits */
59 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_SAMPLE_RATE_LEN = 20; /* bits */
60 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN = 3; /* bits */
61 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN = 5; /* bits */
62 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN = 36; /* bits */
63 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MD5SUM_LEN = 128; /* bits */
    [all...]
  /external/lldb/tools/debugserver/source/
PThreadEvent.cpp 18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) :
22 m_bits(bits),
26 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x, 0x%8.8x)", this, __FUNCTION__, bits, validBits);
65 uint32_t bits = m_bits; local
66 return bits;
69 // Replace the event bits with a new bitmask value
71 PThreadEvent::ReplaceEventBits(const uint32_t bits)
73 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x)", this, __FUNCTION__, bits);
75 // Make sure we have some bits and that they aren't already set...
76 if (m_bits != bits)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 226 BITS(
285 unsigned bits = (ptr[0] >> 4) & 0xff; local
288 PRINTF(stream, "%s (%d dwords, flags: %x):\n", name, len, bits);
291 if (bits & (1<<0)) {
294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
297 if (bits & (1<<1)) {
299 BITS(stream, ptr[j], 29, 24, "vb dword width");
300 BITS(stream, ptr[j], 21, 16, "vb dword pitch");
301 BITS(stream, ptr[j], 15, 0, "vb max index");
304 if (bits & (1<<2))
392 unsigned bits = (ptr[0] >> 8) & 0x3f; local
    [all...]
  /external/bison/lib/
bitrotate.h 1 /* bitrotate.h - Rotate bits in integers
33 to rotating the bits N steps to the left. N must be between 1 and
42 to rotating the bits N steps to the right. N must be between 1 to
52 to rotating the bits N steps to the left. N must be between 1 and
61 to rotating the bits N steps to the right. N must be between 1 to
70 to rotating the bits N steps to the left. N must be between 1 and
79 to rotating the bits N steps to the right. N must be between 1 to
88 to rotating the bits N steps to the left. N must be between 1 to
90 because 'int' is at least 32 bits and the arguments must widen
99 to rotating the bits N steps to the right. N must be in 1 to 1
    [all...]
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_dc_ssse3.c 119 __m128i zero_8x16b = _mm_setzero_si128(); // all bits reset to zero
134 zero_8x16b = _mm_setzero_si128(); // all bits reset to zero
136 predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[0])); //p00 p01 p02 p03 0 0 0 0 0 0 0 0 -- all 8 bits
137 pred_r0 = _mm_unpacklo_epi8(predload_r, zero_8x16b); //p00 p01 p02 p03 0 0 0 0 -- all 16 bits
138 predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 0 -- all 8 bits
139 pred_r1 = _mm_unpacklo_epi8(predload_r, zero_8x16b); //p10 p11 p12 p13 0 0 0 0 -- all 16 bits
140 predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[2*pred_strd])); //p20 p21 p22 p23 0 0 0 0 0 0 0 0 -- all 8 bits
141 pred_r2 = _mm_unpacklo_epi8(predload_r, zero_8x16b); //p20 p21 p22 p23 0 0 0 0 -- all 16 bits
142 predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[3*pred_strd])); //p30 p31 p32 p33 0 0 0 0 0 0 0 0 -- all 8 bits
143 pred_r3 = _mm_unpacklo_epi8(predload_r, zero_8x16b); //p30 p31 p32 p33 0 0 0 0 -- all 16 bits
    [all...]
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 26 /// pointer-sized field, which is directly used as a plain collection of bits
34 // pointer to memory containing size, allocation size, and the array of bits.
38 // The number of bits in this class.
42 // remaining bits are used for the small-mode representation.
45 // A few more bits are used to store the size of the bit set in small mode.
46 // Theoretically this is a ceil-log2. These bits are encoded in the most
47 // significant bits of the raw bits.
52 // The remaining bits are used to store the actual set in small mode.
110 // Return all the bits used for the "small" representation; this include
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 57 state->bits < 8
67 - The maximum input bits used by a length/distance pair is 15 bits for the
68 length code, 5 bits for the length extra, 15 bits for the distance code,
69 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
95 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ member in struct:inffast_ar
136 ar.bits = state->bits;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 11 // instructions (shifts, some ands, ors, etc.) kill some of their input bits.
12 // We track these dead bits and remove instructions that compute only these
13 // dead bits.
43 STATISTIC(NumSimplified, "Number of instructions trivialized (dead bits)");
92 // compute known bits of both operands in order to determine the live bits of
121 // The alive bits of the input are the swapped alive bits of
127 // We need some output bits, so we need all bits of th
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java 114 BitSet bits = new BitSet(2); local
120 bits.set(0, unsignedFitsInNibble(r0));
121 bits.set(1, unsignedFitsInNibble(r1));
126 bits.set(0, false);
127 bits.set(1, false);
130 bits.set(0, dstRegComp);
131 bits.set(1, dstRegComp);
134 bits.set(2, unsignedFitsInNibble(regs.get(2).getReg()));
142 return bits;
  /external/iptables/extensions/
libxt_CONNMARK.man 2 mark is 32 bits wide.
5 Zero out the bits given by \fImask\fP and XOR \fIvalue\fP into the ctmark.
13 i.e. \fIctmask\fP defines what bits to clear and \fInfmask\fP what bits of the
23 i.e. \fInfmask\fP defines what bits to clear and \fIctmask\fP what bits of the
44 Set the connection mark. If a mask is specified then only those bits set in the
48 Copy the nfmark to the ctmark. If a mask is specified, only those bits are
52 Copy the ctmark to the nfmark. If a mask is specified, only those bits are
  /external/jemalloc/test/unit/
bitmap.c 56 "All bits should be set");
79 "All bits should be set");
85 "All bits should be set");
105 /* Iteratively set bits starting at the beginning. */
112 "All bits should be set");
115 * Iteratively unset bits starting at the end, and
116 * verify that bitmap_sfu() reaches the unset bits.
129 * Iteratively set bits starting at the beginning, and
142 "All bits should be set");
  /external/kernel-headers/original/uapi/asm-x86/asm/
debugreg.h 14 which debugging register was responsible for the trap. The other bits
17 /* Define reserved bits in DR6 which are always set to 1 */
31 bits - each field corresponds to one of the four debug registers,
35 #define DR_CONTROL_SHIFT 16 /* Skip this many bits in ctl register */
36 #define DR_CONTROL_SIZE 4 /* 4 control bits per register */
48 enabled. There are 4 fields of two bits. One bit is "local", meaning
58 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */
60 #define DR_LOCAL_ENABLE_MASK (0x55) /* Set local bits for all 4 regs */
61 #define DR_GLOBAL_ENABLE_MASK (0xAA) /* Set global bits for all 4 regs */
  /external/libopus/celt/
rate.h 53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits)
60 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
64 bits--;
69 if ((int)cache[mid] >= bits)
74 if (bits- (lo == 0 ? -1 : (int)cache[lo]) <= (int)cache[hi]-bits)
85 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
92 @param offsets Requested increase or decrease in the number of bits for
96 @return Total number of bits allocated
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 111 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI);
118 OS << (char)(Bits);
119 OS << (char)(Bits >> 8);
120 OS << (char)(Bits >> 16);
121 OS << (char)(Bits >> 24);
123 OS << (char)(Bits >> 24);
124 OS << (char)(Bits >> 16);
125 OS << (char)(Bits >> 8);
126 OS << (char)(Bits);
131 // always in the top 32 bits, even on little-endian
    [all...]
  /external/zlib/src/doc/
algorithm.txt 67 inflate() sets up a first level table that covers some number of bits of
68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
72 grabs more bits and tries to decode a longer code.
74 How many bits to make the first lookup is a tradeoff between the time it
78 building the table ends up taking a lot longer for more bits since short
80 simply to make the number of bits in the first table a variable, and then
84 of the first table is nine bits. Also the distance trees have 30 possible
85 values, and the size of the first table is six bits. Note that for each of
88 little more than eight bits for 286 symbols and a little less than five bit
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/res/values-fr/
strings.xml 28 <string name="button_gsm_7bit_type" msgid="4757698592787955850">"Envoyer une diffusion test GSM 7 bits"</string>
29 <string name="button_gsm_7bit_umts_type" msgid="4377077702628367387">"Envoyer une diffusion test UMTS 7 bits"</string>
30 <string name="button_gsm_7bit_nopadding_type" msgid="5289528095948674862">"Envoyer une diffusion longueur intégrale GSM 7 bits"</string>
31 <string name="button_gsm_7bit_nopadding_umts_type" msgid="7953047238483884846">"Envoyer une diffusion longueur intégrale UMTS 7 bits"</string>
32 <string name="button_gsm_7bit_multipage_type" msgid="8516540964071070491">"Envoyer une diffusion multipage GSM 7 bits"</string>
33 <string name="button_gsm_7bit_multipage_umts_type" msgid="474883728254547100">"Envoyer une diffusion multipage UMTS 7 bits"</string>
34 <string name="button_gsm_7bit_with_language_type" msgid="7414138913180046493">"Envoyer en GSM 7 bits avec le langage"</string>
35 <string name="button_gsm_7bit_with_language_body_gsm_type" msgid="7365993929355114874">"Envoyer une alerte GSM 7 bits avec le langage dans le corps du message"</string>
36 <string name="button_gsm_7bit_with_language_body_umts_type" msgid="1201329758881885921">"Envoyer en UMTS 7 bits avec le langage"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-fr-rCA/
strings.xml 28 <string name="button_gsm_7bit_type" msgid="4757698592787955850">"Envoyer une diffusion test GSM 7 bits"</string>
29 <string name="button_gsm_7bit_umts_type" msgid="4377077702628367387">"Envoyer une diffusion test UMTS 7 bits"</string>
30 <string name="button_gsm_7bit_nopadding_type" msgid="5289528095948674862">"Envoyer une diffusion longueur intégrale GSM 7 bits"</string>
31 <string name="button_gsm_7bit_nopadding_umts_type" msgid="7953047238483884846">"Envoyer une diffusion longueur intégrale UMTS 7 bits"</string>
32 <string name="button_gsm_7bit_multipage_type" msgid="8516540964071070491">"Envoyer une diffusion multipage GSM 7 bits"</string>
33 <string name="button_gsm_7bit_multipage_umts_type" msgid="474883728254547100">"Envoyer une diffusion multipage UMTS 7 bits"</string>
34 <string name="button_gsm_7bit_with_language_type" msgid="7414138913180046493">"Envoyer en GSM 7 bits avec le langage"</string>
35 <string name="button_gsm_7bit_with_language_body_gsm_type" msgid="7365993929355114874">"Envoyer une alerte GSM 7 bits avec le langage dans le corps du message"</string>
36 <string name="button_gsm_7bit_with_language_body_umts_type" msgid="1201329758881885921">"Envoyer en UMTS 7 bits avec le langage"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-gl-rES/
strings.xml 28 <string name="button_gsm_7bit_type" msgid="4757698592787955850">"Enviar emisión de proba de 7 bits de GSM"</string>
29 <string name="button_gsm_7bit_umts_type" msgid="4377077702628367387">"Enviar emisión de proba de 7 bits de UMTS"</string>
30 <string name="button_gsm_7bit_nopadding_type" msgid="5289528095948674862">"Enviar emisión completa de 7 bits de GSM"</string>
31 <string name="button_gsm_7bit_nopadding_umts_type" msgid="7953047238483884846">"Enviar emisión completa de 7 bits de UMTS"</string>
32 <string name="button_gsm_7bit_multipage_type" msgid="8516540964071070491">"Enviar emisión de varias páxinas de 7 bits de GSM"</string>
33 <string name="button_gsm_7bit_multipage_umts_type" msgid="474883728254547100">"Enviar emisión de varias páxinas de 7 bits de UMTS"</string>
34 <string name="button_gsm_7bit_with_language_type" msgid="7414138913180046493">"Enviar emisión de 7 bits de GSM que inclúa o idioma"</string>
35 <string name="button_gsm_7bit_with_language_body_gsm_type" msgid="7365993929355114874">"Enviar emisión de 7 bits de GSM que inclúa o idioma no corpo"</string>
36 <string name="button_gsm_7bit_with_language_body_umts_type" msgid="1201329758881885921">"Enviar emisión de 7 bits de UMTS que inclúa o idioma"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-nl/
strings.xml 28 <string name="button_gsm_7bit_type" msgid="4757698592787955850">"GSM 7-bits testbericht verzenden"</string>
29 <string name="button_gsm_7bit_umts_type" msgid="4377077702628367387">"UMTS 7-bits testbericht verzenden"</string>
30 <string name="button_gsm_7bit_nopadding_type" msgid="5289528095948674862">"GSM 7-bits bericht van volledige lengte verzenden"</string>
31 <string name="button_gsm_7bit_nopadding_umts_type" msgid="7953047238483884846">"UMTS 7-bits bericht van volledige lengte sturen"</string>
32 <string name="button_gsm_7bit_multipage_type" msgid="8516540964071070491">"GSM 7-bits bericht van meerdere pagina\'s sturen"</string>
33 <string name="button_gsm_7bit_multipage_umts_type" msgid="474883728254547100">"UMTS 7-bits bericht van meerdere pagina\'s sturen"</string>
34 <string name="button_gsm_7bit_with_language_type" msgid="7414138913180046493">"GSM 7-bits met taal sturen"</string>
35 <string name="button_gsm_7bit_with_language_body_gsm_type" msgid="7365993929355114874">"GSM 7-bits met taal verzenden"</string>
36 <string name="button_gsm_7bit_with_language_body_umts_type" msgid="1201329758881885921">"UMTS 7-bits met taal verzenden"</string>

Completed in 93 milliseconds

<<11121314151617181920>>