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

12345

/external/elfutils/backends/
H A Dppc64_corenote.c1 #define BITS 64 macro
H A Ds390x_corenote.c1 #define BITS 64 macro
H A Dsparc64_corenote.c1 #define BITS 64 macro
H A Dx32_corenote.c1 #define BITS 32 macro
H A 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
[all...]
H A 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 */
61 /* orig_r2 is at offset (BITS == 32 ? 34 * 4 : 26 * 8). */
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS
[all...]
H A 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
H A Dx86_64_corenote.c40 #ifndef BITS
41 # define BITS 64 macro
44 # define BITS 32 macro
87 #if BITS == 32
/external/swiftshader/src/Renderer/
H A DTextureStage.hpp101 unsigned int stageOperation : BITS(STAGE_LAST);
102 unsigned int firstArgument : BITS(SOURCE_LAST);
103 unsigned int secondArgument : BITS(SOURCE_LAST);
104 unsigned int thirdArgument : BITS(SOURCE_LAST);
105 unsigned int stageOperationAlpha : BITS(STAGE_LAST);
106 unsigned int firstArgumentAlpha : BITS(SOURCE_LAST);
107 unsigned int secondArgumentAlpha : BITS(SOURCE_LAST);
108 unsigned int thirdArgumentAlpha : BITS(SOURCE_LAST);
109 unsigned int firstModifier : BITS(MODIFIER_LAST);
110 unsigned int secondModifier : BITS(MODIFIER_LAS
[all...]
H A DSampler.hpp141 TextureType textureType : BITS(TEXTURE_LAST);
142 Format textureFormat : BITS(FORMAT_LAST);
143 FilterType textureFilter : BITS(FILTER_LAST);
144 AddressingMode addressingModeU : BITS(ADDRESSING_LAST);
145 AddressingMode addressingModeV : BITS(ADDRESSING_LAST);
146 AddressingMode addressingModeW : BITS(ADDRESSING_LAST);
147 MipmapType mipmapFilter : BITS(FILTER_LAST);
150 SwizzleType swizzleR : BITS(SWIZZLE_LAST);
151 SwizzleType swizzleG : BITS(SWIZZLE_LAST);
152 SwizzleType swizzleB : BITS(SWIZZLE_LAS
[all...]
H A DSetupProcessor.hpp48 unsigned int positionRegister : BITS(VERTEX_OUTPUT_LAST);
49 unsigned int pointSizeRegister : BITS(VERTEX_OUTPUT_LAST);
50 CullMode cullMode : BITS(CULL_LAST);
59 unsigned char attribute : BITS(VERTEX_OUTPUT_LAST);
H A DPixelProcessor.hpp40 DepthCompareMode depthCompareMode : BITS(DEPTH_LAST);
41 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST);
46 StencilCompareMode stencilCompareMode : BITS(STENCIL_LAST);
47 StencilOperation stencilFailOperation : BITS(OPERATION_LAST);
48 StencilOperation stencilPassOperation : BITS(OPERATION_LAST);
49 StencilOperation stencilZFailOperation : BITS(OPERATION_LAST);
54 StencilCompareMode stencilCompareModeCCW : BITS(STENCIL_LAST);
55 StencilOperation stencilFailOperationCCW : BITS(OPERATION_LAST);
56 StencilOperation stencilPassOperationCCW : BITS(OPERATION_LAST);
57 StencilOperation stencilZFailOperationCCW : BITS(OPERATION_LAS
[all...]
H A DVertexProcessor.hpp54 unsigned int positionRegister : BITS(MAX_VERTEX_OUTPUTS);
55 unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS);
66 MaterialSource vertexDiffuseMaterialSourceActive : BITS(MATERIAL_LAST);
67 MaterialSource vertexSpecularMaterialSourceActive : BITS(MATERIAL_LAST);
68 MaterialSource vertexAmbientMaterialSourceActive : BITS(MATERIAL_LAST);
69 MaterialSource vertexEmissiveMaterialSourceActive : BITS(MATERIAL_LAST);
71 FogMode vertexFogMode : BITS(FOG_LAST);
86 TexGen texGenActive : BITS(TEXGEN_LAST);
102 StreamType type : BITS(STREAMTYPE_LAST);
/external/squashfs-tools/squashfs-tools/
H A Dswap.c100 #define SWAP_LE_NUM(BITS) \
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) \
113 void inswap_le##BITS##_num(TYPE *s, int n) \
117 s[i] = inswap_le##BITS(s[i]);\
/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/webp/src/utils/
H A Dbit_reader_inl_utils.h37 #if (BITS > 32)
39 #elif (BITS > 16)
41 #elif (BITS > 8)
56 // makes sure br->value_ has at least BITS bits worth of data
60 // Read 'BITS' bits at a time if possible.
82 br->buf_ += BITS >> 3;
84 #if (BITS > 32)
86 bits >>= 64 - BITS;
87 #elif (BITS >= 24)
89 bits >>= (32 - BITS);
[all...]
H A Dbit_reader_utils.h33 // cache BITS of them ahead. The total of (BITS + 8) bits must fit into a
34 // natural register (with type bit_t). To fetch BITS bits from bitstream we
37 // BITS can be any multiple of 8 from 8 to 56 (inclusive).
41 #define BITS 24 macro
43 #define BITS 56 macro
45 #define BITS 24 macro
47 #define BITS 56 macro
49 #define BITS 24 macro
51 #define BITS 2 macro
[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.java75 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
182 for (int bits = 0; bits < BITS.length; ++bits) {
184 l_raw[ii] |= BITS[bits];
209 for (int bits = 0; bits < BITS.length; ++bits) {
211 l_raw[ii] |= BITS[bits];
238 for (int bits = 0; bits < BITS.length; ++bits) {
239 if ((raw[ii] & BITS[bits]) == 0) {
268 for (int bits = 0; bits < BITS.length; ++bits) {
269 if ((raw[ii] & BITS[bits]) == 0) {
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh315 for (unsigned int j = 0; j < BITS; j++)
317 return i * BITS + j;
324 for (unsigned int j = BITS; j; j--)
326 return (i - 1) * BITS + (j - 1);
333 static const unsigned int BITS = (1 << SHIFT);
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
[all...]
/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/webrtc/webrtc/modules/video_coding/utility/
H A Dvp8_header_parser.cc39 int BITS = 24; local
40 // Read 'BITS' bits at a time.
44 br->buf_ += BITS >> 3;
47 if (BITS != 8 * sizeof(uint32_t))
48 bits >>= (8 * sizeof(uint32_t) - BITS);
51 bits >>= 32 - BITS;
53 br->value_ = bits | (br->value_ << BITS);
54 br->bits_ += BITS;
/external/deqp/modules/egl/
H A DteglColorClearTests.cpp82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG }
/external/pdfium/third_party/zlib_v128/
H A 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(
[all...]

Completed in 500 milliseconds

12345