Searched refs:bits (Results 126 - 150 of 1594) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dbitset.cpp86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) {
133 // Set bits for the start of the range.
150 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8);
152 if(bits!=NULL) {
153 bitHash->invert(bits);
155 bits=shortBits;
160 latin1Set[0]=(uint32_t)bits[0];
161 latin1Set[1]=(uint32_t)(bits[0]>>32);
162 latin1Set[2]=(uint32_t)bits[1];
163 latin1Set[3]=(uint32_t)(bits[
192 int64_t *bits; member in class:BitSet
[all...]
/external/libogg/src/
H A Dbitwise.c18 /* We're 'LSb' endian; if we write a word but read individual bits,
59 void oggpack_writetrunc(oggpack_buffer *b,long bits){ argument
60 long bytes=bits>>3;
62 bits-=bytes*8;
64 b->endbit=bits;
66 *b->ptr&=mask[bits];
70 void oggpackB_writetrunc(oggpack_buffer *b,long bits){ argument
71 long bytes=bits>>3;
73 bits-=bytes*8;
75 b->endbit=bits;
82 oggpack_write(oggpack_buffer *b,unsigned long value,int bits) argument
123 oggpackB_write(oggpack_buffer *b,unsigned long value,int bits) argument
164 int bits=8-b->endbit; local
170 int bits=8-b->endbit; local
175 oggpack_writecopy_helper(oggpack_buffer *b, void *source, long bits, void (*w)(oggpack_buffer *, unsigned long, int), int msb) argument
221 oggpack_writecopy(oggpack_buffer *b,void *source,long bits) argument
225 oggpackB_writecopy(oggpack_buffer *b,void *source,long bits) argument
260 oggpack_look(oggpack_buffer *b,int bits) argument
287 oggpackB_look(oggpack_buffer *b,int bits) argument
323 oggpack_adv(oggpack_buffer *b,int bits) argument
330 oggpackB_adv(oggpack_buffer *b,int bits) argument
347 oggpack_read(oggpack_buffer *b,int bits) argument
383 oggpackB_read(oggpack_buffer *b,int bits) argument
511 cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize) argument
546 cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize) argument
[all...]
/external/zlib/src/contrib/infback9/
H A Dinfback9.c56 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
234 unsigned bits; /* bits in bit buffer */ local
[all...]
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dhuffman.h29 uint8_t bits; /* number of bits used for this symbol */ member in struct:__anon11690
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.c30 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits) { argument
32 for (bit = bits - 1; bit >= 0; bit--)
38 int bits) {
39 const int value = vp9_rb_read_literal(rb, bits);
37 vp9_rb_read_signed_literal(struct vp9_read_bit_buffer *rb, int bits) argument
H A Dvp9_read_bit_buffer.h37 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits);
39 int vp9_rb_read_signed_literal(struct vp9_read_bit_buffer *rb, int bits);
/external/chromium_org/third_party/speex/libspeex/
H A Dcb_search.h61 SpeexBits *bits,
71 SpeexBits *bits,
87 SpeexBits *bits,
98 SpeexBits *bits,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dvmx.asm0 [bits 32]
13 [bits 64]
H A Debpindex.asm0 [bits 32]
H A Dfar64.asm0 [bits 64]
/external/elfutils/0.153/backends/
H A Dalpha_corenote.c41 { .offset = 0, .regno = 0, .count = 31, .bits = 64 }, /* r0-r30 */
42 { .offset = 32 * 8, .regno = 64, .count = 1, .bits = 64 }, /* pc */
43 { .offset = 33 * 8, .regno = 66, .count = 1, .bits = 64 }, /* unique */
49 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f30, fpcr */
H A Dx86_64_corenote.c43 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 }
45 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
99 { .offset = 0, .regno = 65, .count = 2, .bits = 16 }, /* fcw-fsw */
100 { .offset = 24, .regno = 64, .count = 1, .bits = 32 }, /* mxcsr */
101 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */
102 { .offset = 32 + 128, .regno = 17, .count = 16, .bits = 128 }, /* xmm */
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.c30 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits) { argument
32 for (bit = bits - 1; bit >= 0; bit--)
38 int bits) {
39 const int value = vp9_rb_read_literal(rb, bits);
37 vp9_rb_read_signed_literal(struct vp9_read_bit_buffer *rb, int bits) argument
H A Dvp9_read_bit_buffer.h37 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits);
39 int vp9_rb_read_signed_literal(struct vp9_read_bit_buffer *rb, int bits);
/external/speex/libspeex/
H A Dcb_search.h61 SpeexBits *bits,
71 SpeexBits *bits,
87 SpeexBits *bits,
98 SpeexBits *bits,
/external/chromium_org/media/cast/net/rtp/
H A Drtp_parser.cc39 uint8 bits; local
40 if (!reader.ReadU8(&bits))
42 const uint8 version = bits >> 6;
45 if (bits & kRtpExtensionBitMask)
47 if (!reader.ReadU8(&bits))
49 header->marker = !!(bits & kRtpMarkerBitMask);
50 header->payload_type = bits & ~kRtpMarkerBitMask;
64 if (!reader.ReadU8(&bits))
66 header->is_key_frame = !!(bits & kCastKeyFrameBitMask);
68 !!(bits
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitVector.cpp45 memcpy(newOutOfLineBits->bits(), other.bits(), byteCount(other.size()));
60 m_bitsOrPointer = makeInlineBits(*myOutOfLineBits->bits());
73 memset(outOfLineBits()->bits(), 0, byteCount(size()));
99 // Make sure that all of the bits are zero in case we do a no-op resize.
100 *newOutOfLineBits->bits() = m_bitsOrPointer & ~(static_cast<uintptr_t>(1) << maxInlineBits());
101 memset(newOutOfLineBits->bits() + 1, 0, (newNumWords - 1) * sizeof(void*));
105 memcpy(newOutOfLineBits->bits(), outOfLineBits()->bits(), oldNumWords * sizeof(void*));
106 memset(newOutOfLineBits->bits()
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm21h.java90 // Where the high bits are depends on the category of the target.
92 int bits = cb.getIntBits();
93 return ((bits & 0xffff) == 0);
95 long bits = cb.getLongBits();
96 return ((bits & 0xffffffffffffL) == 0);
104 BitSet bits = new BitSet(1);
106 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
107 return bits;
115 short bits;
117 // Where the high bits ar
[all...]
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dbloom.cc36 // Compute bloom filter size (in both bits and bytes)
37 size_t bits = n * bits_per_key_; local
41 if (bits < 64) bits = 64;
43 size_t bytes = (bits + 7) / 8;
44 bits = bytes * 8;
54 const uint32_t delta = (h >> 17) | (h << 15); // Rotate right 17 bits
56 const uint32_t bitpos = h % bits;
68 const size_t bits = (len - 1) * 8; local
80 const uint32_t delta = (h >> 17) | (h << 15); // Rotate right 17 bits
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbigorg.asm0 [bits 64]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delf-rip.asm0 [bits 64]
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilterStrategies.java12 * Collections of strategies of generating the {@code k * log(M)} bits required for an element to
13 * be mapped to a {@link BloomFilter} of {@code M} bits and {@code k} hash functions. These
27 int numHashFunctions, BitArray bits) {
38 bits.set(nextHash % bits.size());
43 int numHashFunctions, BitArray bits) {
53 if (!bits.get(nextHash % bits.size())) {
64 BitArray(int bits) { argument
65 this(new long[IntMath.divide(bits, 6
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_locl.h57 int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysmouse.cc32 char *bits; member in struct:WMcursor
38 dummy.bits = 0;
/external/deqp/framework/common/
H A DtcuPixelFormat.hpp61 * Per-channel threshold is 2^(8-bits). If alpha channel bits are zero,
73 static inline int convertChannel (int val, int bits) argument
75 if (bits == 1)
79 DE_ASSERT(deInRange32(bits, 4, 8));
80 int c = val >> (8-bits);
81 return (c << (8-bits)) | (c >> (2*bits-8));
89 * bits are filled by replicating the upper bits
[all...]

Completed in 5737 milliseconds

1234567891011>>