/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/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/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/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 155 const unsigned cond = BITS(this_instr, 28, 31); in arm_get_next_pcs() 156 const unsigned opcode = BITS(this_instr, 24, 27); in arm_get_next_pcs() 178 if (BITS(this_instr, 12, 15) != ARM_REG_PC) in arm_get_next_pcs() 181 if (BITS(this_instr, 22, 25) == 0 in arm_get_next_pcs() 182 && BITS(this_instr, 4, 7) == 9) { /* multiply */ in arm_get_next_pcs() 190 if (BITS(this_instr, 4, 27) == 0x12fff1 in arm_get_next_pcs() 191 || BITS(this_instr, 4, 27) == 0x12fff3) { in arm_get_next_pcs() 192 enum arm_register reg = BITS(this_instr, 0, 3); in arm_get_next_pcs() 204 (proc, BITS(this_instr, 16, 19), &operand1) < 0) in arm_get_next_pcs() 209 uint32_t immval = BITS(this_instr, 0, 7); in arm_get_next_pcs() [all …]
|
/external/elfutils/0.153/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/webp/src/utils/ |
D | bit_reader_inl.h | 37 #if (BITS > 32) 39 #elif (BITS > 16) 41 #elif (BITS > 8) 83 br->buf_ += BITS >> 3; in VP8LoadNewBytes() 85 #if (BITS > 32) in VP8LoadNewBytes() 87 bits >>= 64 - BITS; in VP8LoadNewBytes() 88 #elif (BITS >= 24) in VP8LoadNewBytes() 90 bits >>= (32 - BITS); in VP8LoadNewBytes() 91 #elif (BITS == 16) in VP8LoadNewBytes() 98 if (BITS != 8 * sizeof(bit_t)) bits >>= (8 * sizeof(bit_t) - BITS); in VP8LoadNewBytes() [all …]
|
D | bit_reader.h | 41 #define BITS 24 macro 43 #define BITS 56 45 #define BITS 24 47 #define BITS 24 49 #define BITS 24 // TODO(skal): test aarch64 and find the proper BITS value. 57 #if (BITS > 24)
|
/external/chromium_org/third_party/libwebp/utils/ |
D | bit_reader_inl.h | 38 #if (BITS > 32) 40 #elif (BITS > 16) 42 #elif (BITS > 8) 84 br->buf_ += BITS >> 3; in VP8LoadNewBytes() 86 #if (BITS > 32) in VP8LoadNewBytes() 88 bits >>= 64 - BITS; in VP8LoadNewBytes() 89 #elif (BITS >= 24) in VP8LoadNewBytes() 91 bits >>= (32 - BITS); in VP8LoadNewBytes() 92 #elif (BITS == 16) in VP8LoadNewBytes() 99 if (BITS != 8 * sizeof(bit_t)) bits >>= (8 * sizeof(bit_t) - BITS); in VP8LoadNewBytes() [all …]
|
D | bit_reader.h | 41 #define BITS 24 macro 43 #define BITS 56 45 #define BITS 24 47 #define BITS 24 49 #define BITS 24 // TODO(skal): test aarch64 and find the proper BITS value. 57 #if (BITS > 24)
|
/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/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/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/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); in inflateBack() 302 switch (BITS(2)) { in inflateBack() 361 state->nlen = BITS(5) + 257; in inflateBack() 363 state->ndist = BITS(5) + 1; in inflateBack() 365 state->ncode = BITS(4) + 4; in inflateBack() 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack() 401 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 419 copy = 3 + BITS(2); in inflateBack() 426 copy = 3 + BITS(3); in inflateBack() [all …]
|
/external/qemu/distrib/zlib-1.2.8/ |
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/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 …]
|