Searched refs:bits (Results 76 - 100 of 1594) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/bench/
H A DPathUtilsBench.cpp20 static void fillRandomBits( int chars, char* bits ){
24 bits[i] = rand.nextU();
28 static void path_proc(char* bits, SkPath* path) { argument
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
32 static void region_proc(char* bits, SkPath* path) { argument
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/
H A Dpmu.y26 %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/
H A Dmain.c30 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:$line
45 bits.b7 = i; //// break $source:$line
47 bits.four = i; //// break $source:$line
/external/skia/bench/
H A DPathUtilsBench.cpp20 static void fillRandomBits( int chars, char* bits ){
24 bits[i] = rand.nextU();
28 static void path_proc(char* bits, SkPath* path) { argument
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
32 static void region_proc(char* bits, SkPath* path) { argument
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/apache-http/src/org/apache/commons/codec/binary/
H A DBinaryCodec.java182 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) {
210 if (ascii[jj - bits] == '1') {
211 l_raw[ii] |= BITS[bits];
[all...]
/external/chromium_org/third_party/zlib/
H A Dinffast.c46 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, operatio
[all...]
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
25 unsigned char op; /* operation, extra bits, table bits */
26 unsigned char bits; /* bit member in struct:__anon16406
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.c46 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, operatio
[all...]
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
25 unsigned char op; /* operation, extra bits, table bits */
26 unsigned char bits; /* bit member in struct:__anon28595
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinffast.c46 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, operatio
[all...]
/external/zlib/src/
H A Dinffast.c46 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, operatio
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dscriptset.cpp31 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
32 bits[i] = 0;
45 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
46 bits[i] = other.bits[i];
53 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
54 if (bits[i] != other.bits[i]) {
65 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) {
71 return ((bits[inde
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dea-nonzero.asm3 [bits 64]
H A Djmp64-1.asm0 [bits 64]
H A Djmp64-2.asm0 [bits 64]
H A Djmp64-3.asm0 [bits 64]
H A Djmp64-4.asm0 [bits 64]
H A Djmp64-5.asm0 [bits 64]
H A Djmp64-6.asm0 [bits 64]
H A Dpush64.asm0 [bits 64]
/external/chromium_org/tools/gn/
H A Dsubstitution_list.cc28 SubstitutionBits bits; local
29 FillRequiredTypes(&bits);
30 bits.FillVector(&required_types_);
43 SubstitutionBits bits; local
44 FillRequiredTypes(&bits);
45 bits.FillVector(&required_types_);
66 void SubstitutionList::FillRequiredTypes(SubstitutionBits* bits) const {
68 list_[i].FillRequiredTypes(bits);
/external/elfutils/0.153/backends/
H A Di386_regs.c40 int *bits, int *type)
49 *bits = 32;
61 *bits = 80;
66 *bits = 128;
71 *bits = 64;
78 *bits = 16;
128 *bits = 16;
131 *bits = 16;
37 i386_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/fio/lib/
H A Dieee754.h6 extern uint64_t pack754(long double f, unsigned bits, unsigned expbits);
7 extern long double unpack754(uint64_t i, unsigned bits, unsigned expbits);
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp31 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
32 bits[i] = 0;
45 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
46 bits[i] = other.bits[i];
53 for (uint32_t i=0; i<LENGTHOF(bits); i++) {
54 if (bits[i] != other.bits[i]) {
65 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) {
71 return ((bits[inde
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dtypes.h14 #define DECLARE_BITMAP(name,bits) \
15 unsigned long name[BITS_TO_LONGS(bits)]

Completed in 3009 milliseconds

1234567891011>>