HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/elfutils/backends/
ppc64_corenote.c 1 #define BITS 64
s390x_corenote.c 1 #define BITS 64
sparc64_corenote.c 1 #define BITS 64
x32_corenote.c 1 #define BITS 32
sparc_corenote.c 40 #ifndef BITS
41 # define BITS 32
44 # define BITS 64
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 == 3
    [all...]
s390_corenote.c 39 #ifndef BITS
40 # define BITS 32
43 # define BITS 64
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 == 32 ? 35 : 27)
    [all...]
ppc_corenote.c 39 #ifndef BITS
40 # define BITS 32
43 # define BITS 64
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
72 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f31 */
73 { .offset = 32 * 8 + 4, .regno = 65, .count = 1, .bits = 32 } /* fpscr */
80 { .offset = 0, .regno = 1124, .count = 32, .bits = 128 }
    [all...]
x86_64_corenote.c 40 #ifndef BITS
41 # define BITS 64
44 # define BITS 32
53 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 }
55 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
87 #if BITS == 32
129 { .offset = 0, .regno = 65, .count = 2, .bits = 16 }, /* fcw-fsw */
130 { .offset = 24, .regno = 64, .count = 1, .bits = 32 }, /* mxcsr */
131 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */
132 { .offset = 32 + 128, .regno = 17, .count = 16, .bits = 128 }, /* xmm *
    [all...]
  /external/swiftshader/src/Renderer/
TextureStage.hpp 101 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_LAST)
    [all...]
Sampler.hpp 149 TextureType textureType : BITS(TEXTURE_LAST);
150 Format textureFormat : BITS(FORMAT_LAST);
151 FilterType textureFilter : BITS(FILTER_LAST);
152 AddressingMode addressingModeU : BITS(ADDRESSING_LAST);
153 AddressingMode addressingModeV : BITS(ADDRESSING_LAST);
154 AddressingMode addressingModeW : BITS(ADDRESSING_LAST);
155 MipmapType mipmapFilter : BITS(FILTER_LAST);
157 SwizzleType swizzleR : BITS(SWIZZLE_LAST);
158 SwizzleType swizzleG : BITS(SWIZZLE_LAST);
159 SwizzleType swizzleB : BITS(SWIZZLE_LAST)
    [all...]
SetupProcessor.hpp 48 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);
PixelProcessor.hpp 40 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_LAST)
    [all...]
VertexProcessor.hpp 55 unsigned int positionRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
56 unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
67 MaterialSource vertexDiffuseMaterialSourceActive : BITS(MATERIAL_LAST);
68 MaterialSource vertexSpecularMaterialSourceActive : BITS(MATERIAL_LAST);
69 MaterialSource vertexAmbientMaterialSourceActive : BITS(MATERIAL_LAST);
70 MaterialSource vertexEmissiveMaterialSourceActive : BITS(MATERIAL_LAST);
72 FogMode vertexFogMode : BITS(FOG_LAST);
87 TexGen texGenActive : BITS(TEXGEN_LAST);
103 StreamType type : BITS(STREAMTYPE_LAST);
106 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST)
    [all...]
  /external/squashfs-tools/squashfs-tools/
swap.c 100 #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/
m_copy_tmp.h 31 #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/
bit_reader_inl_utils.h 37 #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.
63 bit_t bits; local
82 br->buf_ += BITS >> 3;
84 #if (BITS > 32
    [all...]
bit_reader_utils.h 29 // However, since range_ is only 8bit, we only need an active window of 8 bits
30 // for value_. Left bits (MSB) gets zeroed and shifted away when value_ falls
31 // below 128, range_ is updated, and fresh bits read from the bitstream are
32 // brought in as LSB. To avoid reading the fresh bits one by one (slow), we
33 // 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)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 226 BITS(
285 unsigned bits = (ptr[0] >> 4) & 0xff; local
288 PRINTF(stream, "%s (%d dwords, flags: %x):\n", name, len, bits);
291 if (bits & (1<<0)) {
294 BITS(stream, ptr[j], 0, 0, "vb invalidate disable");
297 if (bits & (1<<1)) {
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");
304 if (bits & (1<<2))
392 unsigned bits = (ptr[0] >> 8) & 0x3f; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 75 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7};
182 for (int bits = 0; bits < BITS.length; ++bits) {
183 if (ascii[jj - bits] == '1') {
184 l_raw[ii] |= BITS[bits];
209 for (int bits = 0; bits < BITS.length; ++bits)
    [all...]
  /external/mesa3d/src/mesa/main/
format_utils.h 44 /* Only guaranteed to work for BITS <= 32 */
45 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1))
46 #define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1))
47 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1))))
  /external/tensorflow/tensorflow/core/kernels/
random_poisson_op_test.cc 60 #define BM_Poisson(DEVICE, BITS, MAGNITUDE) \
61 static void BM_##DEVICE##_RandomPoisson_lam_##MAGNITUDE##_##BITS( \
67 test::graph::Constant(g, VecLam##BITS(nlam, MAGNITUDE))); \
70 BENCHMARK(BM_##DEVICE##_RandomPoisson_lam_##MAGNITUDE##_##BITS) \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
struct.s 39 .bss BITS, BIT_LEN ; 000006 0000 (len = 67)
40 BITS .tag BIT_REC
41 add BITS.BIT7,a ; 000004 0046
  /external/zlib/src/contrib/infback9/
infback9.c 56 unsigned sym, bits, low, size; local
69 bits = 9;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
76 bits = 5;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
120 bits = 0; \
143 hold += (unsigned long)(*next++) << bits; \
144 bits += 8;
234 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
infback9.c 56 unsigned sym, bits, low, size; local
69 bits = 9;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
76 bits = 5;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
120 bits = 0; \
143 hold += (unsigned long)(*next++) << bits; \
144 bits += 8;
234 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /bionic/build/
run-on-host.sh 15 BITS=$1
19 if [ "${BITS}" = 64 ]; then

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 9