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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
deque 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_deque.h>
66 #include <bits/range_access.h>
67 #include <bits/deque.tcc>
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
deque 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_deque.h>
66 #include <bits/range_access.h>
67 #include <bits/deque.tcc>
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
deque 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_deque.h>
66 #include <bits/range_access.h>
67 #include <bits/deque.tcc>
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
deque 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_deque.h>
65 #include <bits/range_access.h>
66 #include <bits/deque.tcc>
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
deque 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_deque.h>
65 #include <bits/range_access.h>
66 #include <bits/deque.tcc>
iterator 60 #include <bits/c++config.h>
61 #include <bits/stl_iterator_base_types.h>
62 #include <bits/stl_iterator_base_funcs.h>
63 #include <bits/stl_iterator.h>
66 #include <bits/stream_iterator.h>
67 #include <bits/streambuf_iterator.h>
68 #include <bits/range_access.h>
  /system/bt/embdrv/sbc/decoder/srce/
readsamplesjoint.inc 69 OI_UINT8 *bits_array = &common->bits.uint8[0];
79 OI_UINT8 bits = *bits_array++;
82 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr);
83 dequant = OI_SBC_Dequant(raw, sf, bits);
93 OI_UINT8 bits = *bits_array++;
96 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr);
97 dequant = OI_SBC_Dequant(raw, sf, bits);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 42 * the same as gcc's __builtin_nan(), namely, discard the high order bits.
54 int bitpos; /* index into words (in bits) */
66 /* Scan backwards, filling in the bits in words[] as we go. */
83 uint32_t bits[2]; member in union:__anon1129
86 _scan_nan(u.bits, 2, s);
88 u.bits[1] |= 0x7ff80000;
90 u.bits[0] |= 0x7ff80000;
100 uint32_t bits[1]; member in union:__anon1130
103 _scan_nan(u.bits, 1, s);
104 u.bits[0] |= 0x7fc00000
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 88 // Where the high bits are depends on the category of the target.
90 int bits = cb.getIntBits(); local
91 return ((bits & 0xffff) == 0);
93 long bits = cb.getLongBits(); local
94 return ((bits & 0xffffffffffffL) == 0);
109 short bits; local
111 // Where the high bits are depends on the category of the target.
113 bits = (short) (cb.getIntBits() >>> 16);
115 bits = (short) (cb.getLongBits() >>> 48);
118 write(out, opcodeUnit(insn, regs.get(0).getReg()), bits);
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 40 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits;
41 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
47 #define DIAGOPT(Name, Bits, Default)
48 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
68 #define DIAGOPT(Name, Bits, Default)
69 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
75 #define DIAGOPT(Name, Bits, Default) Name = Default;
76 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 63 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
77 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
103 tc->tile_addrs[pos].bits.invalid = 1;
105 tc->last_tile_addr.bits.invalid = 1;
390 if (!tc->tile_addrs[pos].bits.invalid) {
393 tc->tile_addrs[pos].bits.x * TILE_SIZE,
394 tc->tile_addrs[pos].bits.y * TILE_SIZE,
401 tc->tile_addrs[pos].bits.x * TILE_SIZE
    [all...]
  /external/skia/src/utils/
SkTextureCompressor_Utils.h 15 // quantize the full eight bits of grayscale to three bits. The simplest way to do
16 // this is to take the top three bits of the grayscale value. However, this does not
19 // of grayscale values, and so when we go from three bits to eight bits, we replicate
20 // the three bits into the lower bits of the eight bit value. Below are two different
39 // top three bits, the function computes the best three-bit value such that its
60 // Moves the top three bits of each byte in the 32-bit argument to the least
61 // significant bits of their respective byte
    [all...]
  /external/speex/include/speex/
speex_callbacks.h 88 typedef int (*speex_callback_func)(SpeexBits *bits, void *state, void *data);
100 int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state);
103 int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data);
106 int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data);
109 int speex_std_char_handler(SpeexBits *bits, void *state, void *data);
112 int speex_default_user_handler(SpeexBits *bits, void *state, void *data);
117 int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data);
120 int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data);
123 int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data);
126 int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data)
    [all...]
  /external/zopfli/src/zopfli/
tree.c 34 unsigned bits, i; local
43 for (bits = 0; bits <= maxbits; bits++) {
44 bl_count[bits] = 0;
53 for (bits = 1; bits <= maxbits; bits++) {
54 code = (code + bl_count[bits-1]) << 1;
55 next_code[bits] = code
    [all...]
  /ndk/sources/android/support/src/msun/
s_nan.c 58 * the same as gcc's __builtin_nan(), namely, discard the high order bits.
70 int bitpos; /* index into words (in bits) */
82 /* Scan backwards, filling in the bits in words[] as we go. */
99 uint32_t bits[2]; member in union:__anon27859
102 _scan_nan(u.bits, 2, s);
104 u.bits[1] |= 0x7ff80000;
106 u.bits[0] |= 0x7ff80000;
116 uint32_t bits[1]; member in union:__anon27860
119 _scan_nan(u.bits, 1, s);
120 u.bits[0] |= 0x7fc00000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
debugreg.h 31 which debugging register was responsible for the trap. The other bits
44 bits - each field corresponds to one of the four debug registers,
48 #define DR_CONTROL_SHIFT 16 /* Skip this many bits in ctl register */
49 #define DR_CONTROL_SIZE 4 /* 4 control bits per register */
60 enabled. There are 4 fields of two bits. One bit is "local", meaning
68 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */
70 #define DR_LOCAL_ENABLE_MASK (0x55) /* Set local bits for all 4 regs */
71 #define DR_GLOBAL_ENABLE_MASK (0xAA) /* Set global bits for all 4 regs */
76 DR_GLOBAL_SLOWDOWN bits if you want to know exactly which
77 instruction triggered the watchpoint. Setting these bits cause
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrFormats.td 59 field bits<16> Inst;
60 bits<5> Opcode = 0;
62 // Top 5 bits are the 'opcode' field
66 field bits<16> SoftFail = 0;
76 field bits<32> Inst;
79 field bits<32> SoftFail = 0;
103 class FI16<bits<5> op, dag outs, dag ins, string asmstr, list<dag> pattern,
107 bits<11> imm11;
118 class FRI16<bits<5> op, dag outs, dag ins, string asmstr,
122 bits<3> rx
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 596 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) {
600 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
610 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_P) {
627 #define P0(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->sequence_fields.bits.x)
635 #define P2(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->picture_fields.bits.x)
643 #define P1(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->entrypoint_fields.bits.x)
651 #define P3(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->range_mapping_fields.bits.x)
671 #define P4(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->reference_fields.bits.x)
677 #define P5(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->mv_fields.bits.x)
690 #define P6(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->pic_quantizer_fields.bits.x
    [all...]
  /external/clang/lib/Basic/
LangOptions.cpp 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
24 #define LANGOPT(Name, Bits, Default, Description)
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /external/freetype/src/gzip/
inftrees.h 22 Byte Exop; /* number of extra bits or operation */
23 Byte Bits; /* number of bits in this code or subcode */
40 uIntf *, /* bits tree desired/actual depth */
41 inflate_huft * FAR *, /* bits tree result */

Completed in 293 milliseconds

<<11121314151617181920>>