HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 301 - 325 of 4103) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
MiniEnumSet.java 31 private long bits; field in class:MiniEnumSet
48 * The bits yet to be returned for bits. As values from the current index are returned,
49 * their bits are zeroed out.
51 private long currentBits = bits;
103 bits = 0;
110 long oldBits = bits;
113 bits = newBits;
130 long oldBits = bits;
131 long newBits = oldBits | miniSet.bits;
    [all...]
  /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...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtof.c 42 ULong bits[1]; local
52 k = strtodg(s, sp, fpi, &exp, bits);
61 u.L[0] = (bits[0] & 0x7fffff) | ((exp + 0x7f + 23) << 23);
65 u.L[0] = bits[0];
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_sinl.c 54 s = z.bits.sign;
55 z.bits.sign = 0;
58 if (z.bits.exp == 0)
62 if (z.bits.exp == 32767)
s_tanl.c 60 s = z.bits.sign;
61 z.bits.sign = 0;
64 if (z.bits.exp == 0)
68 if (z.bits.exp == 32767)
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.h 29 uint8_t bits; /* number of bits used for this symbol */ member in struct:__anon15492
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 30 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits) {
32 for (bit = bits - 1; bit >= 0; bit--)
38 int bits) {
39 const int value = vp9_rb_read_literal(rb, bits);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
vmx.asm 0 [bits 32]
13 [bits 64]
  /external/elfutils/0.153/backends/
alpha_corenote.c 41 { .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 */
  /external/libvpx/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 30 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits) {
32 for (bit = bits - 1; bit >= 0; bit--)
38 int bits) {
39 const int value = vp9_rb_read_literal(rb, bits);
  /external/speex/libspeex/
cb_search.h 61 SpeexBits *bits,
71 SpeexBits *bits,
87 SpeexBits *bits,
98 SpeexBits *bits,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_read_bit_buffer.c 30 int vp9_rb_read_literal(struct vp9_read_bit_buffer *rb, int bits) {
32 for (bit = bits - 1; bit >= 0; bit--)
38 int bits) {
39 const int value = vp9_rb_read_literal(rb, bits);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathdef.h 20 # error "Never use <bits/mathdef.h> directly; include <math.h> instead"
26 # include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
byteswap.h 23 #include <bits/byteswap.h>
stab.h 11 #include <bits/stab.def>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netash/
ash.h 24 #include <bits/sockaddr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netiucv/
iucv.h 23 #include <bits/sockaddr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ustat.h 30 #include <bits/ustat.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathdef.h 20 # error "Never use <bits/mathdef.h> directly; include <math.h> instead"
26 # include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
byteswap.h 23 #include <bits/byteswap.h>
stab.h 11 #include <bits/stab.def>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netash/
ash.h 24 #include <bits/sockaddr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netiucv/
iucv.h 23 #include <bits/sockaddr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ustat.h 30 #include <bits/ustat.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
memoryfwd.h 38 /** @file bits/memoryfwd.h
48 #include <bits/c++config.h>

Completed in 1257 milliseconds

<<11121314151617181920>>