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

1 2 34 5 6 7 8 91011>>

  /external/linux-tools-perf/src/tools/perf/util/
pmu.y 26 %type <bits> bit_term
27 %type <bits> bits
32 DECLARE_BITMAP(bits, PERF_PMU_FORMAT_BITS);
43 PP_CONFIG ':' bits
50 PP_CONFIG1 ':' bits
57 PP_CONFIG2 ':' bits
64 bits: label
65 bits ',' bit_term
  /external/llvm/test/TableGen/
BitsInitOverflow.td 4 bits<2> X = 5; // bitfield is too small, reject
BitOffsetDecoder.td 20 field bits<16> Inst;
21 bits<32> factor;
25 field bits<16> SoftFail = 0;
30 field bits<16> Inst;
31 bits<32> factor;
35 field bits<16> SoftFail = 0;
40 field bits<16> Inst;
41 bits<32> factor;
45 field bits<16> SoftFail = 0;
50 field bits<16> Inst
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
lastlog.h 2 which we define in <bits/utmp.h>. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
a.out.h 2 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
lastlog.h 2 which we define in <bits/utmp.h>. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /external/speex/include/speex/
speex_bits.h 51 int nbBits; /**< Total number of bits stored in the stream*/
62 void speex_bits_init(SpeexBits *bits);
65 void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size);
67 /** Sets the bits in a SpeexBits struct to use data from an existing buffer (for decoding without copying data) */
68 void speex_bits_set_bit_buffer(SpeexBits *bits, void *buff, int buf_size);
71 void speex_bits_destroy(SpeexBits *bits);
73 /** Resets bits to initial value (just after initialization, erasing content)*/
74 void speex_bits_reset(SpeexBits *bits);
77 void speex_bits_rewind(SpeexBits *bits);
80 void speex_bits_read_from(SpeexBits *bits, char *bytes, int len)
    [all...]
  /external/speex/libspeex/
speex_callbacks.c 43 EXPORT int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state)
47 /*speex_bits_advance(bits, 5);*/
48 id=speex_bits_unpack_unsigned(bits, 4);
53 return callback->func(bits, state, callback->data);
55 /*If callback is not registered, skip the right number of bits*/
70 speex_bits_advance(bits, adv);
75 EXPORT int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data)
78 m = speex_bits_unpack_unsigned(bits, 4);
83 EXPORT int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data)
86 m = speex_bits_unpack_unsigned(bits, 4)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java 37 protected final static int BITS = 64; // number of bits / long
45 protected final static int MOD_MASK = BITS - 1;
47 /** The actual data bits */
48 protected long bits[]; field in class:BitSet
50 /** Construct a bitset of size one word (64 bits) */
52 this(BITS);
57 bits = bits_;
70 * @param nbits The size of the bitset in bits
73 bits = new long[((nbits - 1) >> LOG_BITS) + 1]
    [all...]
  /external/skia/src/utils/
SkFloatUtils.h 57 /** Bits is a unsigned integer the same size as the floating point number. */
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
60 /** # of bits in a number. */
63 /** # of fraction bits in a number. */
66 /** # of exponent bits in a number. */
70 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
72 /** The mask for the fraction bits. */
73 static const Bits kFractionBitMask =
74 ~static_cast<Bits>(0) >> (kExponentBitCount + 1)
129 Bits bits; member in union:SkFloatingPoint::FloatingPointUnion
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrFormats.td 27 class Format<bits<4> val> {
28 bits<4> Value = val;
61 field bits<32> Inst;
68 bits<6> Opcode = 0;
70 // Top 6 bits are the 'opcode' field
83 bits<4> FormBits = Form.Value;
90 field bits<32> SoftFail = 0;
129 class FR<bits<6> op, bits<6> _funct, dag outs, dag ins, string asmstr,
133 bits<5> rd
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquol.c 55 * Return the IEEE remainder and set *quo to the last n bits of the
57 * we wind up computing all the integer bits of the quotient anyway as
59 * method. In practice, this is far more bits than are needed to use
65 * for an explicit integer bit in front of the fractional bits.
78 sx = ux.bits.sign;
79 sxy = sx ^ uy.bits.sign;
80 ux.bits.sign = 0; /* |x| */
81 uy.bits.sign = 0; /* |y| */
85 if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 *
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 32 // The current position offset, in bits, from the msb in byte 0.
71 * @param bits the amount of data to read (gte 0, lte 8)
74 public int read(int bits) throws AccessException {
76 int offset = 16 - (mPos & 0x07) - bits; // &7==%8
77 if ((bits < 0) || (bits > 8) || ((mPos + bits) > mEnd)) {
79 "(pos " + mPos + ", end " + mEnd + ", bits " + bits + ")");
84 data &= (-1 >>> (32 - bits));
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
dequant.c 42 dequant = 2^(scale_factor+1) * ((raw * 2.0 + 1.0) / ((2^bits) - 1) - 1)
44 2 <= bits <= 16
45 0 <= raw < (2^bits)-1 (the -1 is because quantized values with all 1's are forbidden)
52 dequant_long_scaled table for 16 bits is as accurate as possible, since it has
60 dequant_long_long[bits] = round(2^31 * 1/((2^bits - 1) / 1.38...) for 2 <= bits <= 16
67 dequant_long_scaled[bits] <= 2^31 / ((2^bits - 1)) for 2 <= bits <= 1
    [all...]
  /external/toybox/toys/other/
base64.c 31 int out = 0, bits = 0, x = 0, i, len; local
37 if (bits) {
38 putchar(toybuf[out<<(6-bits)]);
53 bits += 6;
54 if (bits >= 8) {
55 putchar(out >> (bits -= 8));
56 out &= (1<<bits)-1;
67 bits += 8;
68 while (bits >= 6) {
69 putchar(toybuf[out >> (bits -= 6)])
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
Bits.java 22 public final class Bits {
26 private Bits() {
31 * Constructs a bit set to contain bits up to the given index (exclusive).
44 * @param bits {@code non-null;} bit set in question
47 public static int getMax(int[] bits) {
48 return bits.length * 0x20;
54 * @param bits {@code non-null;} bit set to operate on
58 public static boolean get(int[] bits, int idx) {
61 return (bits[arrayIdx] & bit) != 0;
67 * @param bits {@code non-null;} bit set to operate o
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Bits.java 22 public final class Bits {
26 private Bits() {
31 * Constructs a bit set to contain bits up to the given index (exclusive).
44 * @param bits {@code non-null;} bit set in question
47 public static int getMax(int[] bits) {
48 return bits.length * 0x20;
54 * @param bits {@code non-null;} bit set to operate on
58 public static boolean get(int[] bits, int idx) {
61 return (bits[arrayIdx] & bit) != 0;
67 * @param bits {@code non-null;} bit set to operate o
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
Bits.java 22 public final class Bits {
26 private Bits() {
31 * Constructs a bit set to contain bits up to the given index (exclusive).
44 * @param bits {@code non-null;} bit set in question
47 public static int getMax(int[] bits) {
48 return bits.length * 0x20;
54 * @param bits {@code non-null;} bit set to operate on
58 public static boolean get(int[] bits, int idx) {
61 return (bits[arrayIdx] & bit) != 0;
67 * @param bits {@code non-null;} bit set to operate o
    [all...]
  /external/clang/test/SemaCXX/
bitfield-layout.cpp 8 char c : 9; // expected-warning {{size of bit-field 'c' (9 bits) exceeds the size of its type; value will be truncated to 8 bits}}
14 char c : 16; // expected-warning {{size of bit-field 'c' (16 bits) exceeds the size of its type; value will be truncated to 8 bits}}
20 char c : 32; // expected-warning {{size of bit-field 'c' (32 bits) exceeds the size of its type; value will be truncated to 8 bits}}
26 char c : 64; // expected-warning {{size of bit-field 'c' (64 bits) exceeds the size of its type; value will be truncated to 8 bits}}
  /external/compiler-rt/test/asan/TestCases/Linux/
kernel-area.cc 9 // RUN: ASAN_OPTIONS=verbosity=1:full_address_space=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-kernel-64-bits
11 // CHECK-kernel-32-bits: || `[0x38000000, 0xbfffffff]` || HighMem ||
12 // CHECK-kernel-32-bits: || `[0x27000000, 0x37ffffff]` || HighShadow ||
13 // CHECK-kernel-32-bits: || `[0x24000000, 0x26ffffff]` || ShadowGap ||
15 // CHECK-kernel-64-bits: || `[0x40000000, 0xffffffff]` || HighMem ||
16 // CHECK-kernel-64-bits: || `[0x28000000, 0x3fffffff]` || HighShadow ||
17 // CHECK-kernel-64-bits: || `[0x24000000, 0x27ffffff]` || ShadowGap ||
19 // REQUIRES: asan-32-bits
  /external/fio/lib/
ieee754.h 6 extern uint64_t pack754(long double f, unsigned bits, unsigned expbits);
7 extern long double unpack754(uint64_t i, unsigned bits, unsigned expbits);
  /external/linux-tools-perf/src/tools/perf/util/include/linux/
types.h 14 #define DECLARE_BITMAP(name,bits) \
15 unsigned long name[BITS_TO_LONGS(bits)]

Completed in 350 milliseconds

1 2 34 5 6 7 8 91011>>