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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
vector 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/stl_construct.h>
63 #include <bits/stl_uninitialized.h>
64 #include <bits/stl_vector.h>
65 #include <bits/stl_bvector.h>
66 #include <bits/range_access.h>
69 # include <bits/vector.tcc>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
vector 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/stl_construct.h>
63 #include <bits/stl_uninitialized.h>
64 #include <bits/stl_vector.h>
65 #include <bits/stl_bvector.h>
66 #include <bits/range_access.h>
69 # include <bits/vector.tcc>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
vector 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/stl_construct.h>
64 #include <bits/stl_uninitialized.h>
65 #include <bits/stl_vector.h>
66 #include <bits/stl_bvector.h>
67 #include <bits/range_access.h>
70 # include <bits/vector.tcc>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
vector 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/stl_construct.h>
64 #include <bits/stl_uninitialized.h>
65 #include <bits/stl_vector.h>
66 #include <bits/stl_bvector.h>
67 #include <bits/range_access.h>
70 # include <bits/vector.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
vector 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/stl_construct.h>
64 #include <bits/stl_uninitialized.h>
65 #include <bits/stl_vector.h>
66 #include <bits/stl_bvector.h>
67 #include <bits/range_access.h>
70 # include <bits/vector.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
vector 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/stl_construct.h>
64 #include <bits/stl_uninitialized.h>
65 #include <bits/stl_vector.h>
66 #include <bits/stl_bvector.h>
67 #include <bits/range_access.h>
70 # include <bits/vector.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
vector 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/stl_construct.h>
63 #include <bits/stl_uninitialized.h>
64 #include <bits/stl_vector.h>
65 #include <bits/stl_bvector.h>
66 #include <bits/range_access.h>
69 # include <bits/vector.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
vector 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/stl_construct.h>
63 #include <bits/stl_uninitialized.h>
64 #include <bits/stl_vector.h>
65 #include <bits/stl_bvector.h>
66 #include <bits/range_access.h>
69 # include <bits/vector.tcc>
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/zlib/src/
infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
collation.h 62 /** Middle 16 bits of a CE with a common secondary weight. */
64 /** Lower 16 bits of a CE with a common tertiary weight. */
66 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
72 /** Only the 2*6 bits for the pure tertiary weight. */
74 /** Only the secondary & tertiary bits; no case, no quaternary. */
76 /** Case bits and tertiary bits. */
79 /** Case bits and quaternary bits. */
105 * Impossible case bits 11 mark special CE32s
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 75 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7};
182 for (int bits = 0; bits < BITS.length; ++bits) {
183 if (ascii[jj - bits] == '1') {
184 l_raw[ii] |= BITS[bits];
209 for (int bits = 0; bits < BITS.length; ++bits)
    [all...]
  /external/elfutils/src/backends/
sparc_corenote.c 39 #ifndef BITS
40 # define BITS 32
43 # define BITS 64
49 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
54 #if BITS == 32
65 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
69 #if BITS == 3
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
50 unsigned char scale_level; /* 2 bits: decrease output freq rises */
51 unsigned char volume; /* 6 bits: volume */
53 unsigned char attack; /* 4 bits: attack rate */
54 unsigned char decay; /* 4 bits: decay rate */
55 unsigned char sustain; /* 4 bits: sustain level */
56 unsigned char release; /* 4 bits: release rate */
58 unsigned char feedback; /* 3 bits: feedback for op0 */
62 unsigned char waveform; /* 3 bits: waveform shape */
72 unsigned char octave; /* 3 bits: what octave to play *
    [all...]
  /external/tremolo/Tremolo/
bitwiseARM.s 44 @ r1 = int bits
50 SUBS r2,r2,r1 @ bitsLeftinSegment -= bits
51 BLT look_slow @ Not enough bits in this segment for
55 SUBS r12,r12,r1 @ r12= bitsLeftInWord -= bits
60 ORRLT r10,r10,r11,LSL r14 @ r10= Next 32 bits.
68 ADDS r10,r2,r1 @ r10= bitsLeftInSegment + bits (i.e.
81 MOV r10,r10,LSR r14 @ r10= first bitsLeftInWord bits
82 ORRLT r10,r10,r6,LSL r12 @ r10= first bitsLeftInSeg bits+crap
84 AND r10,r10,r11 @ r10= first r5 bits
87 @ At this point, r10 contains the first r5 bits of the resul
    [all...]
  /frameworks/rs/
spec.l 106 currType->bits = 8;
112 currType->bits = 16;
118 currType->bits = 32;
124 currType->bits = 64;
130 currType->bits = 8;
136 currType->bits = 16;
142 currType->bits = 32;
148 currType->bits = 64;
154 currType->bits = 32;
160 currType->bits = 64
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
asound_fm.h 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
50 unsigned char scale_level; /* 2 bits: decrease output freq rises */
51 unsigned char volume; /* 6 bits: volume */
53 unsigned char attack; /* 4 bits: attack rate */
54 unsigned char decay; /* 4 bits: decay rate */
55 unsigned char sustain; /* 4 bits: sustain level */
56 unsigned char release; /* 4 bits: release rate */
58 unsigned char feedback; /* 3 bits: feedback for op0 */
62 unsigned char waveform; /* 3 bits: waveform shape */
72 unsigned char octave; /* 3 bits: what octave to play *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound_fm.h 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
50 unsigned char scale_level; /* 2 bits: decrease output freq rises */
51 unsigned char volume; /* 6 bits: volume */
53 unsigned char attack; /* 4 bits: attack rate */
54 unsigned char decay; /* 4 bits: decay rate */
55 unsigned char sustain; /* 4 bits: sustain level */
56 unsigned char release; /* 4 bits: release rate */
58 unsigned char feedback; /* 3 bits: feedback for op0 */
62 unsigned char waveform; /* 3 bits: waveform shape */
72 unsigned char octave; /* 3 bits: what octave to play *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
asound_fm.h 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
50 unsigned char scale_level; /* 2 bits: decrease output freq rises */
51 unsigned char volume; /* 6 bits: volume */
53 unsigned char attack; /* 4 bits: attack rate */
54 unsigned char decay; /* 4 bits: decay rate */
55 unsigned char sustain; /* 4 bits: sustain level */
56 unsigned char release; /* 4 bits: release rate */
58 unsigned char feedback; /* 3 bits: feedback for op0 */
62 unsigned char waveform; /* 3 bits: waveform shape */
72 unsigned char octave; /* 3 bits: what octave to play *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound_fm.h 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
50 unsigned char scale_level; /* 2 bits: decrease output freq rises */
51 unsigned char volume; /* 6 bits: volume */
53 unsigned char attack; /* 4 bits: attack rate */
54 unsigned char decay; /* 4 bits: decay rate */
55 unsigned char sustain; /* 4 bits: sustain level */
56 unsigned char release; /* 4 bits: release rate */
58 unsigned char feedback; /* 3 bits: feedback for op0 */
62 unsigned char waveform; /* 3 bits: waveform shape */
72 unsigned char octave; /* 3 bits: what octave to play *
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
memory 49 #include <bits/stl_algobase.h>
50 #include <bits/allocator.h>
51 #include <bits/stl_construct.h>
52 #include <bits/stl_uninitialized.h>
53 #include <bits/stl_tempbuf.h>
54 #include <bits/stl_raw_storage_iter.h>
65 # include <bits/functexcept.h>
66 # include <bits/stl_function.h> // std::less
67 # include <bits/unique_ptr.h>
76 # include <bits/shared_ptr.h
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
memory 49 #include <bits/stl_algobase.h>
50 #include <bits/allocator.h>
51 #include <bits/stl_construct.h>
52 #include <bits/stl_uninitialized.h>
53 #include <bits/stl_tempbuf.h>
54 #include <bits/stl_raw_storage_iter.h>
65 # include <bits/functexcept.h>
66 # include <bits/stl_function.h> // std::less
67 # include <bits/unique_ptr.h>
76 # include <bits/shared_ptr.h
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
memory 49 #include <bits/stl_algobase.h>
50 #include <bits/allocator.h>
51 #include <bits/stl_construct.h>
52 #include <bits/stl_uninitialized.h>
53 #include <bits/stl_tempbuf.h>
54 #include <bits/stl_raw_storage_iter.h>
65 # include <bits/functexcept.h>
66 # include <bits/stl_function.h> // std::less
67 # include <bits/unique_ptr.h>
76 # include <bits/shared_ptr.h
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
memory 49 #include <bits/stl_algobase.h>
50 #include <bits/allocator.h>
51 #include <bits/stl_construct.h>
52 #include <bits/stl_uninitialized.h>
53 #include <bits/stl_tempbuf.h>
54 #include <bits/stl_raw_storage_iter.h>
65 # include <bits/functexcept.h>
66 # include <bits/stl_function.h> // std::less
67 # include <bits/unique_ptr.h>
76 # include <bits/shared_ptr.h
    [all...]
  /external/v8/test/webkit/
integer-extremes-expected.txt 33 bits used to store value: 8
38 bits used to store value: 9
43 bits used to store value: 10
48 bits used to store value: 11
53 bits used to store value: 12
58 bits used to store value: 13
63 bits used to store value: 14
68 bits used to store value: 15
73 bits used to store value: 16
78 bits used to store value: 1
    [all...]

Completed in 308 milliseconds

<<11121314151617181920>>