Searched refs:bits (Results 176 - 200 of 1594) sorted by relevance

1234567891011>>

/external/libogg/include/ogg/
H A Dogg.h120 extern void oggpack_writetrunc(oggpack_buffer *b,long bits);
122 extern void oggpack_writecopy(oggpack_buffer *b,void *source,long bits);
126 extern void oggpack_write(oggpack_buffer *b,unsigned long value,int bits);
127 extern long oggpack_look(oggpack_buffer *b,int bits);
129 extern void oggpack_adv(oggpack_buffer *b,int bits);
131 extern long oggpack_read(oggpack_buffer *b,int bits);
139 extern void oggpackB_writetrunc(oggpack_buffer *b,long bits);
141 extern void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits);
145 extern void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits);
146 extern long oggpackB_look(oggpack_buffer *b,int bits);
[all...]
/external/vixl/src/a64/
H A Dinstructions-a64.cc66 // An integer is constructed from the n, imm_s and imm_r bits according to
76 // (s bits must not be all set)
78 // A pattern is constructed of size bits, where the least significant S+1
79 // bits are set. The pattern is rotated right by R, and repeated across a
87 uint64_t bits = (UINT64_C(1) << (imm_s + 1)) - 1; local
88 return RotateRight(bits, imm_r, 64);
99 uint64_t bits = (UINT64_C(1) << ((imm_s & mask) + 1)) - 1; local
101 RotateRight(bits, imm_r & mask, width),
112 // ImmFP: abcdefgh (8 bits)
113 // Single: aBbb.bbbc.defg.h000.0000.0000.0000.0000 (32 bits)
115 uint32_t bits = ImmFP(); local
130 uint32_t bits = ImmFP(); local
[all...]
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.h63 void setConfigRedBits(int bits);
64 void setConfigGreenBits(int bits);
65 void setConfigBlueBits(int bits);
66 void setConfigAlphaBits(int bits);
67 void setConfigDepthBits(int bits);
68 void setConfigStencilBits(int bits);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h61 } bits; member in union:tex_tile_address
142 addr.bits.x = x / TILE_SIZE;
143 addr.bits.y = y / TILE_SIZE;
144 addr.bits.z = z;
145 addr.bits.face = face;
146 addr.bits.level = level;
/external/lldb/examples/customization/bin-utils/
H A Dbinutils.py9 could be padded with 0 bits if width is specified.
34 # It is safe to represent n with width-bits.
40 # It is safe to represent n (a negative int) with width-bits.
85 bits = binary(n, width)
86 if not bits:
92 print ' %s' % str(bits)
114 bits = twos_complement(n, width)
115 if not bits:
121 print ' %s' % str(bits)
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h61 } bits; member in union:tex_tile_address
142 addr.bits.x = x / TILE_SIZE;
143 addr.bits.y = y / TILE_SIZE;
144 addr.bits.z = z;
145 addr.bits.face = face;
146 addr.bits.level = level;
/external/chromium_org/third_party/zlib/
H A Dinfback.c83 unsigned sym, bits; local
94 bits = 9;
95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
101 bits = 5;
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
126 bits = state->bits; \
137 state->bits = bits; \
144 bits
253 unsigned bits; /* bits in bit buffer */ local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dboolhuff.c63 void vp8_encode_value(BOOL_CODER *br, int data, int bits) argument
67 for (bit = bits - 1; bit >= 0; bit--)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dmem64-err.asm0 [bits 64]
H A Dmem64rip.asm0 [bits 64]
H A Dnegequ.asm0 [bits 32]
H A Doverflow.asm0 [bits 16]
H A Dsimd-1.asm0 [bits 32]
H A Dsimd64-2.asm0 [bits 64]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobext.asm0 [bits 32]
/external/compiler-rt/test/asan/
H A Dlit.site.cfg.in10 config.bits = "@ASAN_TEST_BITS@"
/external/elfutils/0.153/backends/
H A Di386_corenote.c43 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
45 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 }
90 { .offset = 0, .regno = 37, .count = 2, .bits = 32 }, /* fctrl-fstat */
91 { .offset = 7 * 4, .regno = 11, .count = 8, .bits = 80 }, /* stN */
97 { .offset = 0, .regno = 37, .count = 2, .bits = 16 }, /* fctrl-fstat */
98 { .offset = 24, .regno = 39, .count = 1, .bits = 32 }, /* mxcsr */
99 { .offset = 32, .regno = 11, .count = 8, .bits = 80, .pad = 6 }, /* stN */
100 { .offset = 32 + 128, .regno = 21, .count = 8, .bits = 128 }, /* xmm */
/external/iptables/extensions/
H A Dlibipt_NETMAP.c36 int bits; local
39 for (bits = 0, bm = 0x80000000; netmask & bm; netmask <<= 1)
40 bits++;
43 return bits;
71 int bits; local
76 bits = netmask2bits(a.s_addr);
77 if (bits < 0)
80 printf("/%d", bits);
/external/libvpx/libvpx/vp8/encoder/
H A Dboolhuff.c63 void vp8_encode_value(BOOL_CODER *br, int data, int bits) argument
67 for (bit = bits - 1; bit >= 0; bit--)
/external/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) : argument
22 m_bits(bits),
26 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x, 0x%8.8x)", this, __FUNCTION__, bits, validBits);
65 uint32_t bits = m_bits; local
66 return bits;
69 // Replace the event bits with a new bitmask value
71 PThreadEvent::ReplaceEventBits(const uint32_t bits) argument
73 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x)", this, __FUNCTION__, bits);
75 // Make sure we have some bits and that they aren't already set...
76 if (m_bits != bits)
[all...]
/external/pixman/demos/
H A Dgtk-utils.h12 GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits,
/external/qemu/include/qemu/
H A Daes.h13 int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
15 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits
262 unsigned bits; /* bits in bit buffer */ local
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits
262 unsigned bits; /* bits in bit buffer */ local
[all...]

Completed in 5781 milliseconds

1234567891011>>