Searched refs:bits (Results 501 - 525 of 1594) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dxchg64.asm0 [bits 64]
/external/chromium_org/v8/src/
H A Dchecks.cc21 return exp_rep.bits == val_rep.bits;
/external/deqp/framework/egl/
H A DegluConfigFilter.hpp120 FilterList operator== (tcu::RGBA bits) const;
121 FilterList operator>= (tcu::RGBA bits) const;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java244 * Helper method to return a literal bits argument string.
266 * Helper method to return a literal bits comment string.
269 * @param width the width of the constant, in bits (used for displaying
270 * the uninterpreted bits; one of: {@code 4 8 16 32 64}
279 long bits;
282 bits = ((CstLiteral64) value).getLongBits();
284 bits = value.getIntBits();
288 case 4: sb.append(Hex.uNibble((int) bits)); break;
289 case 8: sb.append(Hex.u1((int) bits)); break;
290 case 16: sb.append(Hex.u2((int) bits)); brea
[all...]
/external/eigen/doc/special_examples/
H A DTutorial_sparse_example_details.cpp39 Eigen::Array<unsigned char,Eigen::Dynamic,Eigen::Dynamic> bits = (x*255).cast<unsigned char>(); local
40 QImage img(bits.data(), n,n,QImage::Format_Indexed8);
/external/elfutils/0.153/backends/
H A Dsh_regs.c42 int *bits, int *type)
51 *bits = 32;
39 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h103 static int vp8_decode_value(BOOL_DECODER *br, int bits) argument
108 for (bit = bits - 1; bit >= 0; bit--)
120 * Variable 'count' stores the number of bits in the 'value' buffer, minus
122 * to be shifted into it. So if count == 8, the top 16 bits of 'value' are
132 /* We have tried to decode bits after the end of
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h64 #define CLASS0_BITS 1 /* bits at integer precision for class 0 */
86 vp9_prob bits[MV_OFFSET_BITS]; member in struct:__anon24905
114 unsigned int bits[MV_OFFSET_BITS][2]; member in struct:__anon24907
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_reader.h88 static int vp9_read_literal(vp9_reader *r, int bits) { argument
91 for (bit = bits - 1; bit >= 0; bit--)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_writer.h90 static void vp9_write_literal(vp9_writer *w, int data, int bits) { argument
93 for (bit = bits - 1; bit >= 0; bit--)
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c115 assert(format_desc->block.bits <= type.width);
149 if (stop < format_desc->block.bits) {
179 unsigned bits = type.width - stop; local
180 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits);
189 unsigned bits = type.width - format_desc->channel[chan].size; local
190 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits);
325 format_desc->block.bits <= type.width &&
343 format_desc->block.bits,
/external/mesa3d/src/mesa/main/
H A Dimports.c269 * if no bits set.
294 * Return number of bits set in given GLuint.
299 unsigned int bits; local
300 for (bits = 0; n > 0; n = n >> 1) {
301 bits += (n & 1);
303 return bits;
307 * Return number of bits set in given 64-bit uint.
312 unsigned int bits; local
313 for (bits = 0; n > 0; n = n >> 1) {
314 bits
[all...]
/external/oprofile/libpopt/
H A Dpoptint.h34 __pbm_bits bits[1]; member in struct:__anon28437
37 #define __PBM_BITS(set) ((set)->bits)
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp18 // estimate bits of precision (32-bit float case)
35 // estiamte bits of precision (64-bit double case)
259 double bits = 0.0; local
270 bits += bc;
283 bits /= N;
285 printf(" %3d mbp %6.3f abp\n", minbits, bits);
308 double bits = 0.0; local
318 bits += bc;
332 bits /= N;
334 printf(" %3d mbp %6.3f abp\n", minbits, bits);
[all...]
/external/speex/libspeex/
H A Dmodes.h95 int have_subframe_gain; /**< Number of bits to use as sub-frame innovation gain */
113 int bits_per_frame; /**< Number of bits per frame after encoding*/
155 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits);
156 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out);
H A Dsb_celp.h139 int sb_encode(void *state, void *in, SpeexBits *bits);
149 int sb_decode(void *state, SpeexBits *bits, void *out);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs230 private static int bitSize(uint bits) argument
232 switch (bits)
/external/zlib/src/examples/
H A Dzran.c32 necessary the first few bits of the compressed data is read from the file.
33 inflate is initialized with those bits and the 32K of uncompressed data, and
70 int bits; /* number of bits (1-7) from byte at in - 1, or 0 */ member in struct:point
92 local struct access *addpoint(struct access *index, int bits, argument
123 next->bits = bits;
209 except for up to seven bits) -- the totout == 0 provides an
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman.c161 static int ReverseBitsShort(int bits, int num_bits) { argument
167 retval |= bits & 1;
168 bits >>= 1;
180 static int ReverseBitsShort(int bits, int num_bits) { argument
181 const uint8_t v = (kReversedBits[bits & 0xf] << 4) | kReversedBits[bits >> 4];
/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp87 int bits = shift_bias - nbits + dbits; local
89 if (bits < 0) { // answer will underflow
92 if (bits > 31) { // answer will overflow
108 // Now fall into our switch statement if there are more bits to compute
109 if (bits > 0) {
110 // make room for the rest of the answer bits
111 result <<= bits; local
112 switch (bits) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S145 vcls.s32 d1, d0 @ Count leading extra sign bits.
146 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs.
148 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
150 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
151 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs.
153 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
/external/iptables/extensions/
H A Dlibxt_connlimit.c109 unsigned int bits = 0; local
112 ++bits;
114 return 32 - bits;
119 unsigned int bits = 0, i; local
124 ++bits;
125 return 128 - bits;
/external/pixman/test/
H A Dpixel-test.c141 if (x < 0 || x >= image->bits.width || y < 0 || y >= image->bits.height)
144 bytes_per_pixel = PIXMAN_FORMAT_BPP (image->bits.format) / 8;
145 stride = image->bits.rowstride * 4;
147 location = (uint8_t *)image->bits.bits + y * stride + x * bytes_per_pixel;
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.c63 static arts_stream_t (*SDL_NAME(arts_play_stream))(int rate, int bits, int channels, const char *name);
279 int bits, frag_spec; local
290 bits = 0;
298 bits = 8;
302 bits = 16;
328 stream = SDL_NAME(arts_play_stream)(spec->freq, bits, spec->channels, "SDL");
/external/skia/src/core/
H A DSkMath.cpp87 int bits = shift_bias - nbits + dbits; local
89 if (bits < 0) { // answer will underflow
92 if (bits > 31) { // answer will overflow
108 // Now fall into our switch statement if there are more bits to compute
109 if (bits > 0) {
110 // make room for the rest of the answer bits
111 result <<= bits; local
112 switch (bits) {

Completed in 536 milliseconds

<<21222324252627282930>>