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

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/radeon/
R600Instructions.td 16 class InstR600 <bits<32> inst, dag outs, dag ins, string asm, list<dag> pattern,
20 field bits<32> Inst;
24 bits<2> FlagOperandIdx = 0;
46 field bits<64> Inst;
65 bits<7> DST_GPR = 0;
66 bits<9> SRC0_SEL = 0;
67 bits<1> SRC0_NEG = 0;
68 bits<9> SRC1_SEL = 0;
69 bits<1> SRC1_NEG = 0;
70 bits<1> CLAMP = 0
    [all...]
  /external/skia/src/opts/
SkNx_neon.h 15 #define SHIFT8(op, v, bits) switch(bits) { \
21 #define SHIFT16(op, v, bits) if (bits < 8) { SHIFT8(op, v, bits); } switch(bits) { \
27 #define SHIFT32(op, v, bits) if (bits < 16) { SHIFT16(op, v, bits); } switch(bits) { \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 224 struct Bits {
228 } Bits;
235 struct Bits {
240 } Bits;
247 struct Bits {
251 } Bits;
315 struct Bits {
319 } Bits;
341 struct Bits {
346 } Bits;
    [all...]
  /external/llvm/test/CodeGen/AArch64/
ldst-unscaledimm.ll 50 ; This uses the fact that ldrb w0, [x0] will zero out the high 32-bits
51 ; of x0 so it's identical to load volatileing to 32-bits.
58 ; truncating store volatile 32-bits to 8-bits
65 ; truncating store volatile 64-bits to 8-bits
115 ; This uses the fact that ldrb w0, [x0] will zero out the high 32-bits
116 ; of x0 so it's identical to load volatileing to 32-bits.
124 ; truncating store volatile 32-bits to 16-bits
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInteger.java 60 * of {@code bits} is interpreted as a normal bit, and all other bits are treated as usual.
62 * <p>If the argument is nonnegative, the returned result will be equal to {@code bits},
63 * otherwise, the result will be equal to {@code 2^32 + bits}.
69 public static UnsignedInteger fromIntBits(int bits) {
70 return new UnsignedInteger(bits);
119 * Returns the result of adding this and {@code val}. If the result would have more than 32 bits,
120 * returns the low 32 bits of the result.
131 * returns the low 32 bits of the result.
142 * bits, returns the low 32 bits of the result
    [all...]
  /external/icu/icu4c/source/i18n/
collationsettings.h 50 * Options bits 3..2: Alternate-handling mask. 0 for non-ignorable.
55 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value.
66 * Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values)
68 * By default, the case bits are removed from the tertiary weight (ignored).
88 * Options bits 15..12: The 4-bit strength value bit field is shifted by this value.
183 * Include case bits in the tertiary level if caseLevel=off and caseFirst!=off.
189 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off.
195 // On tertiary level, consider case bits and sort uppercase first
230 * The upper 16 bits of the entry are the upper 16 bits of th
    [all...]
collationbuilder.h 172 * The index must not exceed 20 bits (0xfffff).
173 * The strength must fit into 2 bits (UCOL_PRIMARY..UCOL_QUATERNARY).
178 * The case bits are unused and available.
182 // CE byte offsets, to ensure valid CE bytes, and case bits 11
184 // index bits 19..13 -> primary byte 1 = CE bits 63..56 (byte values 40..BF)
186 // index bits 12..6 -> primary byte 2 = CE bits 55..48 (byte values 40..BF)
188 // index bits 5..0 -> secondary byte 1 = CE bits 31..24 (byte values 06..45
    [all...]
  /external/valgrind/VEX/pub/
libvex_basictypes.h 43 /* Always 8 bits. */
50 /* Always 16 bits. */
54 /* Always 32 bits. */
58 /* Always 64 bits. */
64 32 bits on a 32-bit architecture
65 64 bits on a 64-bit architecture. */
68 /* Always 128 bits. */
71 /* Always 256 bits. */
98 /* Bool is always 8 bits. */
140 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and s
    [all...]
  /external/vixl/src/vixl/a64/
decoder-a64.h 209 // On entry, instruction bits 27:24 = 0x0.
214 // On entry, instruction bits 27:24 = 0x1.
219 // On entry, instruction bits 27:24 = {0x4, 0x5, 0x6, 0x7}.
224 // On entry, instruction bits 27:24 = {0x8, 0x9, 0xC, 0xD}.
229 // On entry, instruction bits 27:24 = 0x2.
234 // On entry, instruction bits 27:24 = 0x3.
239 // On entry, instruction bits 27:24 = {0x1, 0xA, 0xB}.
244 // On entry, instruction bits 27:24 = {0xE, 0xF}.
249 // On entry, instruction bits 29:25 = 0x6.
254 // On entry, instruction bits 28:25 = 0x7
    [all...]
constants-a64.h 50 V_(Rd, 4, 0, Bits) /* Destination register. */ \
51 V_(Rn, 9, 5, Bits) /* First source register. */ \
52 V_(Rm, 20, 16, Bits) /* Second source register. */ \
53 V_(Ra, 14, 10, Bits) /* Third source register. */ \
54 V_(Rt, 4, 0, Bits) /* Load/store register. */ \
55 V_(Rt2, 14, 10, Bits) /* Load/store second register. */ \
56 V_(Rs, 20, 16, Bits) /* Exclusive access status. */ \
58 /* Common bits */ \
59 V_(SixtyFourBits, 31, 31, Bits) \
60 V_(FlagsUpdate, 29, 29, Bits) \
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 42 * Get the next N bits from the bitstream without advancing the bitstream pointer
61 /* Read next 32 bits from stream */
65 /* Return N bits */
74 * Read N bits from the bitstream
101 /* Read next 32 bits from stream */
105 /* Advance bitstream pointer by N bits */
110 /* Return N bits */
142 * Skip N bits from the value at *ppBitStream
160 /* Advance bitstream pointer by N bits */
174 * Variable length decode of variable length symbol (max size 32 bits) read fro
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 42 * Get the next N bits from the bitstream without advancing the bitstream pointer
61 /* Read next 32 bits from stream */
65 /* Return N bits */
74 * Read N bits from the bitstream
101 /* Read next 32 bits from stream */
105 /* Advance bitstream pointer by N bits */
110 /* Return N bits */
142 * Skip N bits from the value at *ppBitStream
160 /* Advance bitstream pointer by N bits */
174 * Variable length decode of variable length symbol (max size 32 bits) read fro
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 42 * Get the next N bits from the bitstream without advancing the bitstream pointer
61 /* Read next 32 bits from stream */
65 /* Return N bits */
74 * Read N bits from the bitstream
101 /* Read next 32 bits from stream */
105 /* Advance bitstream pointer by N bits */
110 /* Return N bits */
142 * Skip N bits from the value at *ppBitStream
160 /* Advance bitstream pointer by N bits */
174 * Variable length decode of variable length symbol (max size 32 bits) read fro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
types.h 0 /* bits/types.h -- definitions of __*_t types underlying *_t types.
28 #include <bits/wordsize.h>
51 /* quad_t is also 64 bits. */
70 /* The machine-dependent file <bits/typesizes.h> defines __*_T_TYPE
81 WORD -- natural type of __WORDSIZE bits (int or long)
82 LONGWORD -- type of __WORDSIZE bits, traditionally long
90 we used `long' when it's 64 bits where `long long' is expected, then the
96 we support: long long is always 64 bits, long is always word/address size,
97 and int is always 32 bits. */
131 #include <bits/typesizes.h> /* Defines __*_T_TYPE macros. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h 0 /* bits/types.h -- definitions of __*_t types underlying *_t types.
28 #include <bits/wordsize.h>
51 /* quad_t is also 64 bits. */
70 /* The machine-dependent file <bits/typesizes.h> defines __*_T_TYPE
81 WORD -- natural type of __WORDSIZE bits (int or long)
82 LONGWORD -- type of __WORDSIZE bits, traditionally long
90 we used `long' when it's 64 bits where `long long' is expected, then the
96 we support: long long is always 64 bits, long is always word/address size,
97 and int is always 32 bits. */
131 #include <bits/typesizes.h> /* Defines __*_T_TYPE macros. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
types.h 0 /* bits/types.h -- definitions of __*_t types underlying *_t types.
28 #include <bits/wordsize.h>
51 /* quad_t is also 64 bits. */
70 /* The machine-dependent file <bits/typesizes.h> defines __*_T_TYPE
81 WORD -- natural type of __WORDSIZE bits (int or long)
82 LONGWORD -- type of __WORDSIZE bits, traditionally long
90 we used `long' when it's 64 bits where `long long' is expected, then the
96 we support: long long is always 64 bits, long is always word/address size,
97 and int is always 32 bits. */
131 #include <bits/typesizes.h> /* Defines __*_T_TYPE macros. *
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 56 IMG_UINT32 Bits)
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size);
147 drv_debug_msg(VIDEO_DEBUG_GENERAL, "No RAW bits\n\n");
173 /* This is the core function to write bits/bytes
193 /* First ensure that unused bits in wrt_bits are zeroed */
201 /* Pointer to the space where header bits are to be written */
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits);
208 /* Element maximum bits send to element, time to start a new one *
    [all...]
  /frameworks/native/opengl/libagl/
dxt.cpp 162 // There's no need to endian-swap within 'bits'
164 uint32_t bits = *d32++; local
166 // Detect if any (odd, even) pair of bits are '11'
167 // bits: b31 b30 b29 ... b3 b2 b1 b0
168 // bits >> 1: b31 b31 b30 ... b4 b3 b2 b1
171 if (((bits & (bits >> 1)) & 0x55555555) != 0) {
216 uint32_t bits = *d32++; local
220 bits = swap(bits);
339 uint32_t bits = *d32++; local
463 uint32_t bits = *d32++; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.c 57 Read and remove bits from the stream buffer.
61 numBits number of bits to read
67 bits read from stream
68 END_OF_STREAM if not enough bits left
98 Read 32 bits from the stream buffer. Buffer is left as it is, i.e.
99 no bits are removed. First bit read from the stream is the MSB of
100 the return value. If there is not enough bits in the buffer ->
101 bits beyong the end of the stream are set to '0' in the return
111 bits read from stream
118 i32 bits, shift local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrThumb.td 103 // thumb style PC relative operand. signed, 8 bits magnitude,
104 // two bits shift. can be represented as either [pc, #imm], #imm,
266 class T1SystemEncoding<bits<8> opc>
276 bits<4> imm;
300 bits<8> val;
309 bits<6> val;
315 bits<1> end;
329 bits<3> iflags;
343 bits<3> dst;
356 bits<3> dst
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.td 68 class T_CMP <string mnemonic, bits<2> MajOp, bit isNot, Operand ImmOp>
73 bits<2> dst;
74 bits<5> src1;
75 bits<10> src2;
119 class T_ALU32_3op<string mnemonic, bits<3> MajOp, bits<3> MinOp, bit OpsRev,
128 bits<5> Rs;
129 bits<5> Rt;
130 bits<5> Rd;
142 class T_ALU32_3op_pred<string mnemonic, bits<3> MajOp, bits<3> MinOp
    [all...]
HexagonInstrInfoV4.td 40 bits<32> imm;
127 class T_ALU32_3op_not<string mnemonic, bits<3> MajOp, bits<3> MinOp,
163 class T_CMP_rrbh<string mnemonic, bits<3> MinOp, bit IsComm>
173 bits<2> Pd;
174 bits<5> Rs;
175 bits<5> Rt;
207 class T_CMP_ribh<string mnemonic, bits<2> MajOp, bit IsHalf, bit IsComm,
222 bits<2> Pd;
223 bits<5> Rs
    [all...]
  /art/runtime/gc/collector/
partial_mark_sweep.h 37 // Bind the live bits to the mark bits of bitmaps for spaces that aren't collected for partial
sticky_mark_sweep.h 37 // Bind the live bits to the mark bits of bitmaps for all spaces, all spaces other than the
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 42 uint64_t bits; member in union:__anon1128
54 * Rough cbrt to 5 bits:
62 * ordinary integer divison of the value in bits magically gives
79 * New cbrt to 23 bits:
92 * Round t away from zero to 23 bits (sloppily except for ensuring that
102 u.bits=(u.bits+0x80000000)&0xffffffffc0000000ULL;
105 /* one step Newton iteration to 53 bits with error < 0.667 ulps */

Completed in 350 milliseconds

<<31323334353637383940>>