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

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
boolhuff.c 63 void vp8_encode_value(BOOL_CODER *br, int data, int bits)
67 for (bit = bits - 1; bit >= 0; bit--)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
msq.h 20 # error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
23 #include <bits/types.h>
24 #include <bits/wordsize.h>
xopen_lim.h 34 #include <bits/stdio_lim.h>
93 /* Number of bits in a word of type `int'. */
120 /* Number of bits in a word of type `long int'. */
136 # include <bits/wordsize.h>
144 #endif /* bits/xopen_lim.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
monetary.h 29 #include <bits/types.h>
55 # include <bits/monetary-ldbl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
msq.h 20 # error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
23 #include <bits/types.h>
24 #include <bits/wordsize.h>
xopen_lim.h 34 #include <bits/stdio_lim.h>
93 /* Number of bits in a word of type `int'. */
120 /* Number of bits in a word of type `long int'. */
136 # include <bits/wordsize.h>
144 #endif /* bits/xopen_lim.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
monetary.h 29 #include <bits/types.h>
55 # include <bits/monetary-ldbl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stringfwd.h 25 /** @file bits/stringfwd.h
39 #include <bits/c++config.h>
40 #include <bits/memoryfwd.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stringfwd.h 25 /** @file bits/stringfwd.h
39 #include <bits/c++config.h>
40 #include <bits/memoryfwd.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stringfwd.h 25 /** @file bits/stringfwd.h
39 #include <bits/c++config.h>
40 #include <bits/memoryfwd.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stringfwd.h 25 /** @file bits/stringfwd.h
39 #include <bits/c++config.h>
40 #include <bits/memoryfwd.h>
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 92 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 = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 92 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 = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/zlib/src/
infback.c 92 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 = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/pixman/test/
stress-test.c 106 if (image->type == BITS && image->bits.free_me != image->bits.bits)
108 uint32_t *bits; local
110 if (image->bits.bits != (void *)0x01)
112 bits = image->bits.bits;
244 uint32_t *bits; local
    [all...]
  /ndk/sources/android/support/src/wcstox/
floatscan.c 87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok)
98 int emax = -emin-bits+3;
164 if (lrp==dc && dc<10 && (bits>30 || x[0]>>bits==0))
191 int bitlim = bits-3*(int)(rp-9);
214 /* Upscale until desired number of bits are left of radix point */
241 /* Downscale until exactly number of bits are left of radix point */
275 /* Assemble desired bits into floating point variable */
284 if (bits > LDBL_MANT_DIG+e2-emin) {
285 bits = LDBL_MANT_DIG+e2-emin
448 int bits; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 65 if (bitset->blist.bits != NULL)
67 ANTLR3_FREE(bitset->blist.bits);
68 bitset->blist.bits = NULL;
98 // No we need to allocate the memory for the number of bits asked for
103 bitset->blist.bits = (pANTLR3_BITWORD) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWORD)));
104 memset(bitset->blist.bits, 0, (size_t)(numelements * sizeof(ANTLR3_BITWORD)));
107 if (bitset->blist.bits == NULL)
168 bitset->blist.bits = (pANTLR3_BITWORD)ANTLR3_MALLOC((size_t)(numElements * sizeof(ANTLR3_BITWORD)));
170 if (bitset->blist.bits == NULL)
176 ANTLR3_MEMCPY(bitset->blist.bits, blist->bits, (ANTLR3_UINT64)(numElements * sizeof(ANTLR3_BITWORD)))
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 66 uint32_t bits[(LDBL_MANT_DIG + 31) / 32]; local
67 void *vbits = bits;
78 EXT_TO_ARRAY32(p, bits);
84 bits[LDBL_MANT_DIG / 32] |= 1 << ((LDBL_MANT_DIG - 1) % 32);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nexttoward.c 45 (uy.bits.exp == 0x7fff &&
46 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0))
50 INSERT_WORDS(x,uy.bits.sign<<31,1); /* return +-minsubnormal */
s_nexttowardf.c 35 (uy.bits.exp == LDBL_INFNAN_EXP &&
36 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0))
40 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h 35 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_00
47 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_01
57 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_02
66 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_03
  /external/aac/libMpegTPEnc/src/
tpenc_asc.h 133 * \return the amount of bits required for the PCE including the given bit offset.
138 int bits
  /external/chromium_org/content/browser/indexed_db/
indexed_db_value.cc 15 : bits(input_bits), blob_info(input_blob_info) {
  /external/chromium_org/printing/
image_win.cc 69 unsigned char* bits = NULL; local
72 reinterpret_cast<void**>(&bits), NULL, 0));
84 data_.assign(bits, bits + bytes);
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.h 31 uint32 bits[2]; member in struct:MD5Context

Completed in 1365 milliseconds

<<11121314151617181920>>