Searched refs:BITS (Results 1 - 25 of 100) sorted by relevance

1234

/external/elfutils/backends/
H A Dppc64_corenote.c1 #define BITS 64 macro
H A Dsparc64_corenote.c1 #define BITS 64 macro
H A Dsparc_corenote.c36 #ifndef BITS
37 # define BITS 32 macro
40 # define BITS 64 macro
46 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
51 #if BITS == 32
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
66 #if BITS == 32
81 #if BITS
[all...]
H A Dppc_corenote.c36 #ifndef BITS
37 # define BITS 32 macro
40 # define BITS 64 macro
48 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
65 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
98 #if BITS == 32
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daddrop-err.asm0 [BITS 32]
H A Daddrop.asm0 [BITS 32]
12 [BITS 16]
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_reader.h35 // ahead (actually, we cache BITS of them ahead. See below). There's two
41 // Example, for BITS=16: here is the content of value_ for both strategies:
45 // <- 8b -><- 8b -><- BITS bits -> || <- 8b+3b -><- 8b -><- 13 bits ->
58 // -> we're back to height active 'value_' bits (marked 'v') and BITS cached
64 // BITS can be any multiple of 8 from 8 to 56 (inclusive).
72 #define BITS 16 macro
74 #define BITS 56 macro
76 #define BITS 24 macro
78 #define BITS 24 macro
84 #define BITS macro
[all...]
/external/webp/src/utils/
H A Dbit_reader.h35 // ahead (actually, we cache BITS of them ahead. See below). There's two
41 // Example, for BITS=16: here is the content of value_ for both strategies:
45 // <- 8b -><- 8b -><- BITS bits -> || <- 8b+3b -><- 8b -><- 13 bits ->
58 // -> we're back to height active 'value_' bits (marked 'v') and BITS cached
64 // BITS can be any multiple of 8 from 8 to 56 (inclusive).
72 #define BITS 16 macro
74 #define BITS 56 macro
76 #define BITS 24 macro
78 #define BITS 24 macro
84 #define BITS macro
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h31 #define COPY_FUNC( BITS ) \
32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
40 if (BITS) \
42 if (BITS&1) t[i][0] = from[0]; \
43 if (BITS&2) t[i][1] = from[1]; \
44 if (BITS&4) t[i][2] = from[2]; \
45 if (BITS&8) t[i][3] = from[3]; \
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h31 #define COPY_FUNC( BITS ) \
32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
40 if (BITS) \
42 if (BITS&1) t[i][0] = from[0]; \
43 if (BITS&2) t[i][1] = from[1]; \
44 if (BITS&4) t[i][2] = from[2]; \
45 if (BITS&8) t[i][3] = from[3]; \
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h41 // The BITS parameter should be the number of bits required to hold
43 // page offset fits in lower 12 bits), BITS == 20.
68 template <int BITS>
71 static const int LENGTH = 1 << BITS;
79 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
80 memset(array_, 0, sizeof(void*) << BITS);
98 if ((k >> BITS) > 0) {
104 // REQUIRES "k" is in range "[0,2^BITS-1]".
115 while (k < (1 << BITS)) {
130 template <int BITS>
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h41 // The BITS parameter should be the number of bits required to hold
43 // page offset fits in lower 12 bits), BITS == 20.
62 template <int BITS>
65 static const int LENGTH = 1 << BITS;
73 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
74 memset(array_, 0, sizeof(void*) << BITS);
92 if ((k >> BITS) > 0) {
98 // REQUIRES "k" is in range "[0,2^BITS-1]".
109 while (k < (1 << BITS)) {
118 template <int BITS>
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug.c226 BITS( function
294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
299 BITS(stream, ptr[j], 29, 24, "vb dword width");
300 BITS(stream, ptr[j], 21, 16, "vb dword pitch");
301 BITS(stream, ptr[j], 15, 0, "vb max index");
310 BITS(stream, tc, 3, 0, "tex coord %d", i);
320 BITS(stream, ptr[j], 31, 23, "point width");
321 BITS(stream, ptr[j], 22, 19, "line width");
326 BITS(stream, ptr[j], 14, 13, "cull mode");
331 BITS(strea
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug.c180 #define BITS( dw, hi, lo, ... ) \ macro
218 BITS(ptr[j], 0, 0, "vb invalidate disable");
223 BITS(ptr[j], 29, 24, "vb dword width");
224 BITS(ptr[j], 21, 16, "vb dword pitch");
225 BITS(ptr[j], 15, 0, "vb max index");
234 BITS(tc, 3, 0, "tex coord %d", i);
244 BITS(ptr[j], 31, 23, "point width");
245 BITS(ptr[j], 22, 19, "line width");
250 BITS(ptr[j], 14, 13, "cull mode");
255 BITS(pt
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c226 BITS( function
294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
299 BITS(stream, ptr[j], 29, 24, "vb dword width");
300 BITS(stream, ptr[j], 21, 16, "vb dword pitch");
301 BITS(stream, ptr[j], 15, 0, "vb max index");
310 BITS(stream, tc, 3, 0, "tex coord %d", i);
320 BITS(stream, ptr[j], 31, 23, "point width");
321 BITS(stream, ptr[j], 22, 19, "line width");
326 BITS(stream, ptr[j], 14, 13, "cull mode");
331 BITS(strea
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.c180 #define BITS( dw, hi, lo, ... ) \ macro
218 BITS(ptr[j], 0, 0, "vb invalidate disable");
223 BITS(ptr[j], 29, 24, "vb dword width");
224 BITS(ptr[j], 21, 16, "vb dword pitch");
225 BITS(ptr[j], 15, 0, "vb max index");
234 BITS(tc, 3, 0, "tex coord %d", i);
244 BITS(ptr[j], 31, 23, "point width");
245 BITS(ptr[j], 22, 19, "line width");
250 BITS(ptr[j], 14, 13, "cull mode");
255 BITS(pt
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBinaryCodec.java70 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in class:BinaryCodec
177 for (int bits = 0; bits < BITS.length; ++bits) {
179 l_raw[ii] |= BITS[bits];
204 for (int bits = 0; bits < BITS.length; ++bits) {
206 l_raw[ii] |= BITS[bits];
233 for (int bits = 0; bits < BITS.length; ++bits) {
234 if ((raw[ii] & BITS[bits]) == 0) {
263 for (int bits = 0; bits < BITS.length; ++bits) {
264 if ((raw[ii] & BITS[bits]) == 0) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTCPageMap.h41 // The BITS parameter should be the number of bits required to hold
43 // page offset fits in lower 12 bits), BITS == 20.
53 template <int BITS>
62 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
63 memset(array_, 0, sizeof(void*) << BITS);
75 // REQUIRES "k" is in range "[0,2^BITS-1]".
84 // REQUIRES "k" is in range "[0,2^BITS-1]".
94 template <int BITS>
97 // Put 32 entries in the root and (2^BITS)/32 entries in each leaf.
101 static const int LEAF_BITS = BITS
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmacho-reloc64-err.asm0 [BITS 64]
19 [BITS 64]
/external/zlib/src/contrib/infback9/
H A Dinfback9.c157 #define BITS(n) \ macro
283 lastblock = BITS(1);
285 switch (BITS(2)) {
347 state->nlen = BITS(5) + 257;
349 state->ndist = BITS(5) + 1;
351 state->ncode = BITS(4) + 4;
364 state->lens[order[state->have++]] = (unsigned short)BITS(3);
385 here = lencode[BITS(lenbits)];
404 copy = 3 + BITS(2);
411 copy = 3 + BITS(
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set-private.hh306 for (unsigned int j = 0; j < BITS; j++)
308 return i * BITS + j;
315 for (unsigned int j = BITS; j; j--)
317 return (i - 1) * BITS + (j - 1);
324 static const unsigned int BITS = (1 << SHIFT);
325 static const unsigned int MASK = BITS - 1;
326 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;
335 ASSERT_STATIC (sizeof (elt_t) * 8 == BITS);
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh289 for (unsigned int j = 0; i < BITS; j++)
291 return i * BITS + j;
298 for (unsigned int j = BITS; j; j--)
300 return (i - 1) * BITS + (j - 1);
307 static const unsigned int BITS = (1 << SHIFT); member in struct:hb_set_t
308 static const unsigned int MASK = BITS - 1;
309 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;
318 ASSERT_STATIC (sizeof (elt_t) * 8 == BITS); member in struct:hb_set_t
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg.asm8 [BITS 16]
H A Drdfseg2.asm3 [BITS 16]
/external/chromium_org/third_party/zlib/
H A Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 here = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(
[all...]

Completed in 1406 milliseconds

1234