HomeSort by relevance Sort by last modified time
    Searched full:bits (Results 851 - 875 of 15847) sorted by null

<<31323334353637383940>>

  /external/jpeg/
jcphuff.c 36 int put_bits; /* # of bits now in it */
45 unsigned int BE; /* # of buffered correction bits before MCU */
46 char * bit_buffer; /* buffer for correction bits (1 per char) */
47 /* packing correction bits tightly would save some space but cost time... */
64 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
67 * The minimum safe size is 64 bits.
70 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */
218 /* Outputting bits to the file */
220 /* Only the right 24 bits of put_buffer are used; the valid bits ar
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 76 /* Lower 16 bits of watchhi. */
78 /* Valid mask and I R W bits.
82 * bits 3 - 11 -- Valid watchhi mask bits.
  /external/kernel-headers/original/uapi/linux/
atalk.h 22 #define DDP_MAXHOPS 15 /* 4 bits of hop counter */
kernel-page-flags.h 5 * Stable page flag bits exported to user space
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_mark_t.h 8 * The remaining bits designate the action. By making the set
  /external/libopus/celt/
mfrngcod.h 34 /*The number of bits to output at a time.*/
36 /*The total number of bits in each of the state registers.*/
40 /*Bits to shift by to move a symbol into the high-order position.*/
46 /*The number of bits available for the last, partial symbol in the code field.*/
  /external/libvpx/libvpx/vp8/encoder/
treewriter.h 47 /* Both of these return bits, not scaled bits. */
66 int n /* number of bits in v, assumed nonzero */
94 int n /* number of bits in v, assumed nonzero */
  /external/lldb/examples/customization/bin-utils/
binutils.py 9 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/llvm/lib/Target/NVPTX/
cl_common_defines.h 63 __CLK_VALID_IMAGE_TYPE_MASK_BITS = 4, // number of bits required to
82 __CLK_ADDRESS_BITS = 3, // number of bits required to
90 __CLK_NORMALIZED_BITS = 1, // number of bits required to
99 __CLK_FILTER_BITS = 2, // number of bits required to
  /external/llvm/test/CodeGen/AArch64/
arm64-atomic-128.ll 21 define void @fetch_and_nand(i128* %p, i128 %bits) {
33 %val = atomicrmw nand i128* %p, i128 %bits release
38 define void @fetch_and_or(i128* %p, i128 %bits) {
48 %val = atomicrmw or i128* %p, i128 %bits seq_cst
53 define void @fetch_and_add(i128* %p, i128 %bits) {
63 %val = atomicrmw add i128* %p, i128 %bits seq_cst
68 define void @fetch_and_sub(i128* %p, i128 %bits) {
78 %val = atomicrmw sub i128* %p, i128 %bits seq_cst
83 define void @fetch_and_min(i128* %p, i128 %bits) {
99 %val = atomicrmw min i128* %p, i128 %bits seq_cs
    [all...]
  /external/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-I-1.ll 3 ;is greater than 16 bits.
inlineasm-cnstrnt-bad-K.ll 3 ;is greater than 16 bits (0x00100000).
inlineasm-cnstrnt-bad-L.ll 3 ;is non-zero in the lower 16 bits (0x00100003).
  /external/llvm/test/CodeGen/PowerPC/
and_add.ll 9 ;; dead, no demanded bits.
  /external/llvm/test/MC/COFF/
section-invalid-flags.s 10 // CHECK: error: expected comdat type such as 'discard' or 'largest' after protection bits
  /external/llvm/test/MC/Disassembler/AArch64/
a64-ignored-fields.txt 4 # The "Rm" bits are ignored, but the canonical representation has them filled
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
bio.h 65 /** coder : number of bits free to write. decoder : number of bits read */
103 Write bits
105 @param v Value of bits
106 @param n Number of bits to write
110 Read bits
112 @param n Number of bits to read
117 Flush bits
123 Passes the ending bits (coming from flushing)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 37 int put_bits; /* # of bits now in it */
46 unsigned int BE; /* # of buffered correction bits before MCU */
47 char * bit_buffer; /* buffer for correction bits (1 per char) */
48 /* packing correction bits tightly would save some space but cost time... */
65 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
68 * The minimum safe size is 64 bits.
71 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */
219 /* Outputting bits to the file */
221 /* Only the right 24 bits of put_buffer are used; the valid bits ar
    [all...]
  /external/selinux/policycoreutils/mcstrans/
TODO 11 Reevaluate the means of determining whether inverse bits are used in a domain.
  /external/speex/libspeex/
cb_search.h 61 SpeexBits *bits,
71 SpeexBits *bits,
87 SpeexBits *bits,
98 SpeexBits *bits,
  /external/strace/linux/x86_64/
get_error.c 8 /* Sign extend from 32 bits */
  /external/valgrind/gdbserver_tests/
mcvabits.vgtest 1 # test the memcheck V and A bits monitor functionality
  /external/valgrind/massif/tests/
long-time.c 2 // when measured in bytes -- 6,000,000,000 -- exceeds 32-bits. It also does
  /external/zlib/src/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */

Completed in 403 milliseconds

<<31323334353637383940>>