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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
list 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/range_access.h>
63 #include <bits/stl_list.h>
64 #include <bits/list.tcc>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
list 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/range_access.h>
63 #include <bits/stl_list.h>
64 #include <bits/list.tcc>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
list 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/range_access.h>
64 #include <bits/stl_list.h>
65 #include <bits/list.tcc>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
list 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/range_access.h>
64 #include <bits/stl_list.h>
65 #include <bits/list.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
list 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/range_access.h>
64 #include <bits/stl_list.h>
65 #include <bits/list.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
list 61 #include <bits/stl_algobase.h>
62 #include <bits/allocator.h>
63 #include <bits/range_access.h>
64 #include <bits/stl_list.h>
65 #include <bits/list.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
list 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/range_access.h>
63 #include <bits/stl_list.h>
64 #include <bits/list.tcc>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
list 60 #include <bits/stl_algobase.h>
61 #include <bits/allocator.h>
62 #include <bits/range_access.h>
63 #include <bits/stl_list.h>
64 #include <bits/list.tcc>
  /external/libavc/encoder/
irc_bit_allocation.c 41 /* using var_q number as it can cross 31 bits for large intra frameinterval */
60 /* To get a estimate of the header bits consumed */
76 /* Error bits module */
295 /* Calculate the bits per frame */
328 /* Initialize the saved bits to 0*/
331 /* Update the error bits module with average bits */
345 Description : Based on remaining bits in period and rd_model
346 the number of bits required for the current frame is estimated.
377 /* Remove the header bits from the remaining bits to find how many bits yo
    [all...]
ive2.h 151 /* code to the application. The first 8 bits starting from LSB have been */
153 /* bits will be generic for all video encoders and each bit has an associated*/
362 /** Lower 32bits of input time stamp */
365 /** Upper 32bits of input time stamp */
400 /** Lower 32bits of input time stamp */
403 /** Upper 32bits of input time stamp */
447 /** Lower 32bits of input time stamp */
450 /** Upper 32bits of input time stamp */
517 /** Lower 32bits of input time stamp */
520 /** Upper 32bits of input time stamp *
    [all...]
irc_vbr_storage_vbv.h 31 frame the Maximum bits filled in to the buffer is given by Rmaxfrm = Rmax/F. If
50 B"(i) - Bits in buffer just before decoding a frame.
51 B'(i) - Bits in buffer just after decoding a frame.
63 prevent this condition the number bits that needs to be decoded must be equal to B"(i)
75 WORD32 max_bit_rate, /* In bits/sec*/
77 WORD32 i4_max_vbv_buff_size); /* in bits*/
83 /* gets the max_number of bits that can be decoded out of the VBV without underflow */
  /external/compiler-rt/lib/builtins/
floattixf.c 21 /* Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
45 * P = bit LDBL_MANT_DIG-1 bits to the right of 1
46 * Q = bit LDBL_MANT_DIG bits to the right of 1
47 * R = "or" of all bits to the right of Q
64 /* a is now rounded to LDBL_MANT_DIG or LDBL_MANT_DIG+1 bits */
70 /* a is now rounded to LDBL_MANT_DIG bits */
75 /* a is now rounded to LDBL_MANT_DIG bits */
floatuntixf.c 21 /* Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
43 * P = bit LDBL_MANT_DIG-1 bits to the right of 1
44 * Q = bit LDBL_MANT_DIG bits to the right of 1
45 * R = "or" of all bits to the right of Q
62 /* a is now rounded to LDBL_MANT_DIG or LDBL_MANT_DIG+1 bits */
68 /* a is now rounded to LDBL_MANT_DIG bits */
73 /* a is now rounded to LDBL_MANT_DIG bits */
  /external/compiler-rt/test/asan/TestCases/
coverage-levels.cc 18 // REQUIRES: asan-64-bits
26 // CHECK1: CovDump: bitset of 1 bits written for '{{.*}}', 1 bits are set
28 // CHECK2: CovDump: bitset of 3 bits written for '{{.*}}', 2 bits are set
30 // CHECK3: CovDump: bitset of 4 bits written for '{{.*}}', 3 bits are set
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 31 #define COPY_FUNC( BITS ) \
32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
40 if (BITS) \
42 if (BITS&1) t[i][0] = from[0]; \
43 if (BITS&2) t[i][1] = from[1]; \
44 if (BITS&4) t[i][2] = from[2]; \
45 if (BITS&8) t[i][3] = from[3]; \
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 41 const uint8_t* bits = srcMask.getAddr1(cx, cy); local
50 U8CPU mask = *bits++;
66 rite_mask &= 0xFF; // only want low-8 bits of mask
88 U8CPU mask = *bits & left_mask;
90 bits += mask_rowBytes;
99 const uint8_t* b = bits;
116 bits += mask_rowBytes;
  /external/toybox/toys/
e2fs.h 86 uint16_t uid; // Low 16 bits of Owner Uid
92 uint16_t gid; // Low 16 bits of Group Id
100 uint32_t dir_acl; // Directory ACL (or top bits of file length)
105 uint16_t uid_high; // High bits of uid
106 uint16_t gid_high; // High bits of gid
129 // Ext2 directory file types. Only the low 3 bits are used. The
130 // other bits are reserved for now.
  /external/v8/test/mjsunit/regress/
regress-1199401.js 31 var ranges = [{min: -1073741824, max: 1073741823, bits: 31},
32 {min: -2147483648, max: 2147483647, bits: 32}];
38 var bits = range.bits;
39 var name = bits + "-bit";
68 var half_min_smi = -(1 << (bits >> 1));
69 var half_max_smi = 1 << ((bits - 1) >> 1);
  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 16 // For any undefined input bit, all output bits are defined.
19 // For any undefined input bit, all output bits are undefined.
29 // does not cause any output bits to be undefined.
34 // Output bits that do no not have a corresponding input bit are
40 // is undefined, so are all output bits with higher significance
45 // and all output bits with higher significance are undefined.
95 inputs and results (V-bits and actual value). */
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BitString.java 37 /** Sequence of bits padded with unused bits. */
40 /** Number of unused bits in the last byte. */
45 * including unused bits
46 * @param unusedBits number of unused bits
52 throw new IllegalArgumentException("Number of unused bits MUST be in range 0-7");
56 throw new IllegalArgumentException("For empty bit string unused bits MUST be 0");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termios.h 29 # include <bits/types.h>
39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
40 #include <bits/termios.h>
70 Values for OPTIONAL_ACTIONS (TCSA*) are in <bits/termios.h>. */
80 /* Send zero bits on FD. */
90 Values for QUEUE_SELECTOR (TC{I,O,IO}FLUSH) are in <bits/termios.h>. */
94 Values for ACTION (TC[IO]{OFF,ON}) are in <bits/termios.h>. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 29 # include <bits/types.h>
39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
40 #include <bits/termios.h>
70 Values for OPTIONAL_ACTIONS (TCSA*) are in <bits/termios.h>. */
80 /* Send zero bits on FD. */
90 Values for QUEUE_SELECTOR (TC{I,O,IO}FLUSH) are in <bits/termios.h>. */
94 Values for ACTION (TC[IO]{OFF,ON}) are in <bits/termios.h>. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 76 # Included from bits/types.h
80 # Included from bits/pthreadtypes.h
83 # Included from bits/sched.h
100 # Included from bits/time.h
124 # Included from bits/endian.h
135 # Included from bits/select.h
141 # Included from bits/sigset.h
  /system/bt/embdrv/sbc/decoder/srce/
bitalloc-sbc.c 72 excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess);
74 excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess);
80 excess = allocExcessBits(&common->bits.uint8[sbL], excess);
85 excess = allocExcessBits(&common->bits.uint8[sbR], excess);
136 OI_UINT16 bits; local
150 bits = 8 * (frameLen - SBC_HEADER_LEN) - hdr;
151 return DIVIDE(bits, nrof_blocks);
  /external/v8/src/arm64/
constants-arm64.h 125 V_(Rd, 4, 0, Bits) /* Destination register. */ \
126 V_(Rn, 9, 5, Bits) /* First source register. */ \
127 V_(Rm, 20, 16, Bits) /* Second source register. */ \
128 V_(Ra, 14, 10, Bits) /* Third source register. */ \
129 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
130 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
132 V_(PrefetchMode, 4, 0, Bits) \
134 /* Common bits */ \
135 V_(SixtyFourBits, 31, 31, Bits) \
136 V_(FlagsUpdate, 29, 29, Bits) \
    [all...]

Completed in 412 milliseconds

<<21222324252627282930>>