/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_debug.c | 180 #define BITS( dw, hi, lo, ... ) \ macro 218 BITS(ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate() 223 BITS(ptr[j], 29, 24, "vb dword width"); in debug_load_immediate() 224 BITS(ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate() 225 BITS(ptr[j], 15, 0, "vb max index"); in debug_load_immediate() 234 BITS(tc, 3, 0, "tex coord %d", i); in debug_load_immediate() 244 BITS(ptr[j], 31, 23, "point width"); in debug_load_immediate() 245 BITS(ptr[j], 22, 19, "line width"); in debug_load_immediate() 250 BITS(ptr[j], 14, 13, "cull mode"); in debug_load_immediate() 255 BITS(ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_debug.c | 180 #define BITS( dw, hi, lo, ... ) \ macro 218 BITS(ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate() 223 BITS(ptr[j], 29, 24, "vb dword width"); in debug_load_immediate() 224 BITS(ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate() 225 BITS(ptr[j], 15, 0, "vb max index"); in debug_load_immediate() 234 BITS(tc, 3, 0, "tex coord %d", i); in debug_load_immediate() 244 BITS(ptr[j], 31, 23, "point width"); in debug_load_immediate() 245 BITS(ptr[j], 22, 19, "line width"); in debug_load_immediate() 250 BITS(ptr[j], 14, 13, "cull mode"); in debug_load_immediate() 255 BITS(ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate() [all …]
|
/external/chromium_org/third_party/libwebp/utils/ |
D | bit_reader.h | 72 #define BITS 16 macro 74 #define BITS 56 76 #define BITS 24 78 #define BITS 24 84 #define BITS 8 94 #if (BITS > 32) 97 #elif (BITS == 32) 100 #elif (BITS == 24) 103 #elif (BITS == 16) 113 #define MASK ((((bit_t)1) << (BITS)) - 1) [all …]
|
/external/webp/src/utils/ |
D | bit_reader.h | 72 #define BITS 16 macro 74 #define BITS 56 76 #define BITS 24 78 #define BITS 24 84 #define BITS 8 94 #if (BITS > 32) 97 #elif (BITS == 32) 100 #elif (BITS == 24) 103 #elif (BITS == 16) 113 #define MASK ((((bit_t)1) << (BITS)) - 1) [all …]
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 226 BITS( in BITS() function 294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate() 299 BITS(stream, ptr[j], 29, 24, "vb dword width"); in debug_load_immediate() 300 BITS(stream, ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate() 301 BITS(stream, ptr[j], 15, 0, "vb max index"); in debug_load_immediate() 310 BITS(stream, tc, 3, 0, "tex coord %d", i); in debug_load_immediate() 320 BITS(stream, ptr[j], 31, 23, "point width"); in debug_load_immediate() 321 BITS(stream, ptr[j], 22, 19, "line width"); in debug_load_immediate() 326 BITS(stream, ptr[j], 14, 13, "cull mode"); in debug_load_immediate() 331 BITS(stream, ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_debug.c | 226 BITS( in BITS() function 294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable"); in debug_load_immediate() 299 BITS(stream, ptr[j], 29, 24, "vb dword width"); in debug_load_immediate() 300 BITS(stream, ptr[j], 21, 16, "vb dword pitch"); in debug_load_immediate() 301 BITS(stream, ptr[j], 15, 0, "vb max index"); in debug_load_immediate() 310 BITS(stream, tc, 3, 0, "tex coord %d", i); in debug_load_immediate() 320 BITS(stream, ptr[j], 31, 23, "point width"); in debug_load_immediate() 321 BITS(stream, ptr[j], 22, 19, "line width"); in debug_load_immediate() 326 BITS(stream, ptr[j], 14, 13, "cull mode"); in debug_load_immediate() 331 BITS(stream, ptr[j], 8, 6, "vfmt: position (2==xyzw)"); in debug_load_immediate() [all …]
|
/external/elfutils/backends/ |
D | sparc_corenote.c | 36 #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 == 32
|
D | ppc_corenote.c | 36 #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/tcmalloc/chromium/src/ |
D | pagemap.h | 68 template <int BITS> 71 static const int LENGTH = 1 << BITS; 79 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); in TCMalloc_PageMap1() 80 memset(array_, 0, sizeof(void*) << BITS); in TCMalloc_PageMap1() 98 if ((k >> BITS) > 0) { in get() 115 while (k < (1 << BITS)) { in Next() 130 template <int BITS> 134 static const int LENGTH = 1 << BITS; 144 char committed_[sizeof(void*) << (BITS - kPageShift - 3)]; 169 size_t size = sizeof(*array_) << BITS; in TCMalloc_PageMap1_LazyCommit() [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pagemap.h | 62 template <int BITS> 65 static const int LENGTH = 1 << BITS; 73 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); in TCMalloc_PageMap1() 74 memset(array_, 0, sizeof(void*) << BITS); in TCMalloc_PageMap1() 92 if ((k >> BITS) > 0) { in get() 109 while (k < (1 << BITS)) { in Next() 118 template <int BITS> 125 static const int LEAF_BITS = BITS - ROOT_BITS; 147 if ((k >> BITS) > 0 || root_[i1] == NULL) { in get() 154 ASSERT(k >> BITS == 0); in set() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_copy_tmp.h | 31 #define COPY_FUNC( BITS ) \ argument 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/ |
D | m_copy_tmp.h | 31 #define COPY_FUNC( BITS ) \ argument 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/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 70 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in BinaryCodec 177 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii() 179 l_raw[ii] |= BITS[bits]; in fromAscii() 204 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii() 206 l_raw[ii] |= BITS[bits]; in fromAscii() 233 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiBytes() 234 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes() 263 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiChars() 264 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiChars()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | TCPageMap.h | 53 template <int BITS> 62 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS)); in init() 63 memset(array_, 0, sizeof(void*) << BITS); in init() 94 template <int BITS> 101 static const int LEAF_BITS = BITS - ROOT_BITS; 121 ASSERT(k >> BITS == 0); in get() 128 ASSERT(k >> BITS == 0); in set() 154 Ensure(0, 1 << BITS); in PreallocateMoreMemory() 180 template <int BITS> 184 static const int INTERIOR_BITS = (BITS + 2) / 3; // Round-up [all …]
|
/external/openssl/crypto/bn/asm/ |
D | ppc.pl | 106 $BITS= 32; 107 $BNSZ= $BITS/8; 129 $BITS= 64; 130 $BNSZ= $BITS/8; 1635 li r8,$BITS 1654 $SHRI r9,r5,`$BITS/2` # r9 = dh 1660 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4) 1661 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4 1667 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l 1673 $CLRU r10,r5,`$BITS/2` #r10=dl [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | ppc.pl | 106 $BITS= 32; 107 $BNSZ= $BITS/8; 129 $BITS= 64; 130 $BNSZ= $BITS/8; 1635 li r8,$BITS 1654 $SHRI r9,r5,`$BITS/2` # r9 = dh 1660 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4) 1661 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4 1667 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l 1673 $CLRU r10,r5,`$BITS/2` #r10=dl [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
D | sha512-ia64.pl | 69 $BITS=8*$SZ; 83 $BITS=8*$SZ; 169 $code.=<<___ if ($BITS==64); 197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 524 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 595 if ($BITS==64) { 605 print<<___ if ($BITS==32); 627 print<<___ if ($BITS==64);
|
/external/openssl/crypto/sha/asm/ |
D | sha512-ia64.pl | 69 $BITS=8*$SZ; 83 $BITS=8*$SZ; 169 $code.=<<___ if ($BITS==64); 197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 524 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 595 if ($BITS==64) { 605 print<<___ if ($BITS==32); 627 print<<___ if ($BITS==64);
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 157 #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(3); [all …]
|
/external/chromium_org/third_party/zlib/ |
D | infback.c | 181 #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(3); [all …]
|
/external/zlib/src/ |
D | infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); 302 switch (BITS(2)) { 361 state->nlen = BITS(5) + 257; 363 state->ndist = BITS(5) + 1; 365 state->ncode = BITS(4) + 4; 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 401 here = state->lencode[BITS(state->lenbits)]; 419 copy = 3 + BITS(2); 426 copy = 3 + BITS(3); [all …]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | infback.c | 181 #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 this = state->lencode[BITS(state->lenbits)]; 411 copy = 3 + BITS(2); 418 copy = 3 + BITS(3); [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-set-private.hh | 289 for (unsigned int j = 0; i < BITS; j++) in get_min() 291 return i * BITS + j; in get_min() 298 for (unsigned int j = BITS; j; j--) in get_max() 300 return (i - 1) * BITS + (j - 1); in get_max() 307 static const unsigned int BITS = (1 << SHIFT); member 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);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-set-private.hh | 306 for (unsigned int j = 0; j < BITS; j++) in get_min() 308 return i * BITS + j; in get_min() 315 for (unsigned int j = BITS; j; j--) in get_max() 317 return (i - 1) * BITS + (j - 1); in get_max() 324 static const unsigned int BITS = (1 << SHIFT); member 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BitSet.pm | 15 Readonly my $BITS => 64; 16 sub BITS { return $BITS } method in ANTLR::Runtime::BitSet 26 Readonly my $MOD_MASK => BITS - 1; 49 $bits = '0' x BITS;
|