Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 98) sorted by relevance

1234

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug.c180 #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/mesa3d/src/gallium/drivers/i915/
Di915_debug.c226 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/opencv3/3rdparty/libwebp/utils/
Dbit_reader.h72 #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/ltrace/sysdeps/linux-gnu/arm/
Dtrace.c155 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 …]
Dregs.c75 enum arm_register rm = BITS(inst, 0, 3); in arm_get_shifted_register()
76 unsigned long shifttype = BITS(inst, 5, 6); in arm_get_shifted_register()
80 if (arm_get_register_offpc(proc, BITS(inst, 8, 11), &shift) < 0) in arm_get_shifted_register()
84 shift = BITS(inst, 7, 11); in arm_get_shifted_register()
/external/elfutils/backends/
Ds390_corenote.c39 #ifndef BITS
40 # define BITS 32 macro
43 # define BITS 64 macro
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = b }
53 GR ( 0, 1, 64, BITS), /* pswm */
54 GR ( 1, 1, 65, BITS, .pc_register = true ), /* pswa */
55 GR ( 2, 16, 0, BITS), /* r0-r15 */
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27))
103 #if BITS == 32
136 pr_reg[BITS == 32 ? 34 : 26]), \
[all …]
Dsparc_corenote.c40 #ifndef BITS
41 # define BITS 32 macro
44 # define BITS 64 macro
50 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
55 #if BITS == 32
66 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
70 #if BITS == 32
85 #if BITS == 32
Dppc_corenote.c39 #ifndef BITS
40 # define BITS 32 macro
43 # define BITS 64 macro
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
101 #if BITS == 32
Dx86_64_corenote.c40 #ifndef BITS
41 # define BITS 64 macro
44 # define BITS 32 macro
87 #if BITS == 32
/external/webp/src/utils/
Dbit_reader_inl.h38 #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 …]
Dbit_reader.h41 #define BITS 24 macro
43 #define BITS 56
45 #define BITS 24
47 #define BITS 56
49 #define BITS 24
51 #define BITS 24
59 #if (BITS > 24)
/external/squashfs-tools/squashfs-tools/
Dswap.c100 #define SWAP_LE_NUM(BITS) \ argument
101 void swap_le##BITS##_num(void *s, void *d, int n) \
104 for(i = 0; i < n; i++, s += BITS / 8, d += BITS / 8)\
105 swap_le##BITS(s, d);\
112 #define INSWAP_LE_NUM(BITS, TYPE) \ argument
113 void inswap_le##BITS##_num(TYPE *s, int n) \
117 s[i] = inswap_le##BITS(s[i]);\
/external/mesa3d/src/mesa/math/
Dm_copy_tmp.h31 #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/
DBinaryCodec.java75 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in BinaryCodec
182 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii()
184 l_raw[ii] |= BITS[bits]; in fromAscii()
209 for (int bits = 0; bits < BITS.length; ++bits) { in fromAscii()
211 l_raw[ii] |= BITS[bits]; in fromAscii()
238 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiBytes()
239 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes()
268 for (int bits = 0; bits < BITS.length; ++bits) { in toAsciiChars()
269 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiChars()
/external/harfbuzz_ng/src/
Dhb-set-private.hh315 for (unsigned int j = 0; j < BITS; j++) in get_min()
317 return i * BITS + j; in get_min()
324 for (unsigned int j = BITS; j; j--) in get_max()
326 return (i - 1) * BITS + (j - 1); in get_max()
333 static const unsigned int BITS = (1 << SHIFT); member
334 static const unsigned int MASK = BITS - 1;
335 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;
344 ASSERT_STATIC (sizeof (elt_t) * 8 == BITS);
351 static const unsigned int BITS = hb_set_t::BITS; member
368 unsigned int num_elts = (count + BITS - 1) / BITS; in init()
/external/zlib/src/contrib/infback9/
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(3);
[all …]
/external/zlib/src/
Dinfback.c190 #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 …]
Dinflate.c506 #define BITS(n) \ macro
661 ((BITS(8) << 8) + (hold >> 8)) % 31) {
666 if (BITS(4) != Z_DEFLATED) {
672 len = BITS(4) + 8;
835 state->last = BITS(1);
837 switch (BITS(2)) {
899 state->nlen = BITS(5) + 257;
901 state->ndist = BITS(5) + 1;
903 state->ncode = BITS(4) + 4;
918 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/external/opencv3/3rdparty/zlib/
Dinfback.c190 #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/third_party/zlib_v128/
Dinfback.c190 #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 …]
Dinflate.c506 #define BITS(n) \ macro
661 ((BITS(8) << 8) + (hold >> 8)) % 31) { in inflate()
666 if (BITS(4) != Z_DEFLATED) { in inflate()
672 len = BITS(4) + 8; in inflate()
835 state->last = BITS(1); in inflate()
837 switch (BITS(2)) { in inflate()
899 state->nlen = BITS(5) + 257; in inflate()
901 state->ndist = BITS(5) + 1; in inflate()
903 state->ncode = BITS(4) + 4; in inflate()
918 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()
[all …]
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc39 int BITS = 24; in VP8LoadNewBytes() local
44 br->buf_ += BITS >> 3; in VP8LoadNewBytes()
47 if (BITS != 8 * sizeof(uint32_t)) in VP8LoadNewBytes()
48 bits >>= (8 * sizeof(uint32_t) - BITS); in VP8LoadNewBytes()
51 bits >>= 32 - BITS; in VP8LoadNewBytes()
53 br->value_ = bits | (br->value_ << BITS); in VP8LoadNewBytes()
54 br->bits_ += BITS; in VP8LoadNewBytes()
/external/boringssl/src/crypto/sha/asm/
Dsha512-armv8.pl48 $BITS=512;
57 $BITS=256;
69 $func="sha${BITS}_block_data_order";
201 adr $Ktbl,.LK$BITS
251 .type .LK$BITS,%object
252 .LK$BITS:
317 .size .LK$BITS,.-.LK$BITS
321 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBitSet.pm15 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;
/external/ltrace/sysdeps/linux-gnu/
Dproc.c356 #define LT_LINK_MAP(BITS) \ argument
358 Elf##BITS##_Addr l_addr; \
359 Elf##BITS##_Addr l_name; \
360 Elf##BITS##_Addr l_ld; \
361 Elf##BITS##_Addr l_next; \
362 Elf##BITS##_Addr l_prev; \
401 #define LT_R_DEBUG(BITS) \ argument
404 Elf##BITS##_Addr r_map; \
405 Elf##BITS##_Addr r_brk; \
407 Elf##BITS##_Addr r_ldbase; \

1234