HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 226 - 250 of 4103) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
tgmath.h 29 #include <bits/c++config.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++io.h 25 /** @file bits/c++io.h
36 #include <bits/gthr.h>
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 20 static void fillRandomBits( int chars, char* bits ){
24 bits[i] = rand.nextU();
28 static void path_proc(char* bits, SkPath* path) {
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
32 static void region_proc(char* bits, SkPath* path) {
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE]; member in class:PathUtilsBench
59 fillRandomBits(H * STRIDE, (char*) &bits);
63 fProc( (char*) &bits, &path);
  /external/linux-tools-perf/perf-3.12.0/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/lldb/test/lang/c/bitfields/
main.c 13 struct Bits
28 printf("%lu", sizeof(struct Bits));
30 struct Bits bits; local
33 bits.b1 = i; //// break $source:$line
35 bits.b2 = i; //// break $source:$line
37 bits.b3 = i; //// break $source:$line
39 bits.b4 = i; //// break $source:$line
41 bits.b5 = i; //// break $source:$line
43 bits.b6 = i; //// break $source:$lin
    [all...]
  /external/skia/bench/
PathUtilsBench.cpp 20 static void fillRandomBits( int chars, char* bits ){
24 bits[i] = rand.nextU();
28 static void path_proc(char* bits, SkPath* path) {
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
32 static void region_proc(char* bits, SkPath* path) {
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE]; member in class:PathUtilsBench
59 fillRandomBits(H * STRIDE, (char*) &bits);
63 fProc( (char*) &bits, &path);
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 30 private long[] bits; field in class:HugeEnumSet
44 bits = new long[(enums.length + BIT_IN_LONG - 1) / BIT_IN_LONG];
50 * The bits yet to be returned for the long in bits[index]. As values from the current index
51 * are returned, their bits are zeroed out. When this reaches zero, the index must be
54 private long currentBits = bits[0];
57 * The index into HugeEnumSet.bits of the next value to return.
83 } else if (++index < bits.length) {
84 currentBits = bits[index];
126 long oldBits = bits[index]
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 70 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7};
177 for (int bits = 0; bits < BITS.length; ++bits) {
178 if (ascii[jj - bits] == '1') {
179 l_raw[ii] |= BITS[bits];
204 for (int bits = 0; bits < BITS.length; ++bits)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 99 ABitReader *bits, unsigned *audioObjectType) {
100 *audioObjectType = bits->getBits(5);
102 *audioObjectType = 32 + bits->getBits(6);
109 ABitReader *bits,
111 unsigned frameLengthFlag = bits->getBits(1);
112 unsigned dependsOnCoreCoder = bits->getBits(1);
114 /* unsigned coreCoderDelay = */bits->getBits(1);
116 unsigned extensionFlag = bits->getBits(1);
124 /* unsigned layerNr = */bits->getBits(3);
129 /* unsigned numOfSubFrame = */bits->getBits(5)
    [all...]
  /external/chromium_org/third_party/zlib/
inffast.c 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operation, extra bits, or *
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inffast.c 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operation, extra bits, or *
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inffast.c 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operation, extra bits, or *
    [all...]
  /external/zlib/src/
inffast.c 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operation, extra bits, or *
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysignl.c 40 ux.bits.sign = uy.bits.sign;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-nonzero.asm 3 [bits 64]

Completed in 1377 milliseconds

1 2 3 4 5 6 7 8 91011>>