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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
endcomma.asm 0 [bits 32]
alignnop16.asm 0 bits 16
1 bits 16 label
alignnop32.asm 0 bits 32
1 bits 32 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
lsahf.asm 0 [bits 16]
4 [bits 32]
7 [bits 64]
str.asm 0 [bits 32]
3 [bits 16]
simd64-1.asm 0 [bits 64]
farbasic.asm 3 [bits 32]
9 [bits 16]
bswap64.asm 0 [bits 64]
o64loop.asm 0 [bits 64]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLiteral64.java 24 /** the value as {@code long} bits */
25 private final long bits; field in class:CstLiteral64
30 * @param bits the value as {@code long} bits
32 /*package*/ CstLiteral64(long bits) {
33 this.bits = bits;
41 bits == ((CstLiteral64) other).bits;
47 return (int) bits ^ (int) (bits >> 32)
    [all...]
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
CstLiteralBits.java 36 * Gets the value as {@code int} bits. If this instance contains
37 * more bits than fit in an {@code int}, then this returns only
38 * the low-order bits.
40 * @return the bits
45 * Gets the value as {@code long} bits. If this instance contains
46 * fewer bits than fit in a {@code long}, then the result of this
49 * @return the bits
54 * Returns true if this value can fit in 16 bits with sign-extension.
56 * @return true if the sign-extended lower 16 bits are the same as
64 int bits = getIntBits() local
79 int bits = getIntBits(); local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteral64.java 24 /** the value as {@code long} bits */
25 private final long bits; field in class:CstLiteral64
30 * @param bits the value as {@code long} bits
32 /*package*/ CstLiteral64(long bits) {
33 this.bits = bits;
41 bits == ((CstLiteral64) other).bits;
47 return (int) bits ^ (int) (bits >> 32)
    [all...]
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
CstLiteralBits.java 36 * Gets the value as {@code int} bits. If this instance contains
37 * more bits than fit in an {@code int}, then this returns only
38 * the low-order bits.
40 * @return the bits
45 * Gets the value as {@code long} bits. If this instance contains
46 * fewer bits than fit in a {@code long}, then the result of this
49 * @return the bits
54 * Returns true if this value can fit in 16 bits with sign-extension.
56 * @return true if the sign-extended lower 16 bits are the same as
64 int bits = getIntBits() local
79 int bits = getIntBits(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLiteral64.java 24 /** the value as {@code long} bits */
25 private final long bits; field in class:CstLiteral64
30 * @param bits the value as {@code long} bits
32 /*package*/ CstLiteral64(long bits) {
33 this.bits = bits;
41 bits == ((CstLiteral64) other).bits;
47 return (int) bits ^ (int) (bits >> 32)
    [all...]
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
charconst64.asm 0 [bits 64]
  /external/speex/libspeex/
bits.c 48 EXPORT void speex_bits_init(SpeexBits *bits)
50 bits->chars = (char*)speex_alloc(MAX_CHARS_PER_FRAME);
51 if (!bits->chars)
54 bits->buf_size = MAX_CHARS_PER_FRAME;
56 bits->owner=1;
58 speex_bits_reset(bits);
61 EXPORT void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size)
63 bits->chars = (char*)buff;
64 bits->buf_size = buf_size;
66 bits->owner=0
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
bitset_32_unittest.cc 14 BitSet32 bits; local
17 EXPECT_EQ(0U, bits.count());
18 EXPECT_TRUE(bits.is_empty());
19 EXPECT_FALSE(bits.is_full());
20 EXPECT_FALSE(bits.has_bit(0));
21 EXPECT_FALSE(bits.has_bit(31));
24 bits.mark_bit(0);
25 EXPECT_EQ(1U, bits.count());
26 EXPECT_FALSE(bits.is_empty());
27 EXPECT_FALSE(bits.is_full())
73 EXPECT_EQ(BitSet32(), bits); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
basic_iterator.h 36 #include <bits/c++config.h>
37 #include <bits/stl_iterator_base_types.h>
38 #include <bits/stl_iterator_base_funcs.h>
39 #include <bits/stl_iterator.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
basic_iterator.h 36 #include <bits/c++config.h>
37 #include <bits/stl_iterator_base_types.h>
38 #include <bits/stl_iterator_base_funcs.h>
39 #include <bits/stl_iterator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
basic_iterator.h 36 #include <bits/c++config.h>
37 #include <bits/stl_iterator_base_types.h>
38 #include <bits/stl_iterator_base_funcs.h>
39 #include <bits/stl_iterator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
basic_iterator.h 36 #include <bits/c++config.h>
37 #include <bits/stl_iterator_base_types.h>
38 #include <bits/stl_iterator_base_funcs.h>
39 #include <bits/stl_iterator.h>
  /external/valgrind/main/memcheck/tests/vbit-test/
vbits.c 17 /* Return the bits of V if they fit into 64-bit. If V has fewer than
18 64 bits, the bit pattern is zero-extended to the left. */
23 case 1: return v.bits.u32;
24 case 8: return v.bits.u8;
25 case 16: return v.bits.u16;
26 case 32: return v.bits.u32;
27 case 64: return v.bits.u64;
40 case 1: fprintf(fp, "%08x", v.bits.u32); break;
41 case 8: fprintf(fp, "%02x", v.bits.u8); break;
42 case 16: fprintf(fp, "%04x", v.bits.u16); break
162 uint64_t bits; local
226 uint64_t bits = left64(get_bits64(v)); local
489 uint64_t bits = get_bits64(v); local
    [all...]

Completed in 1699 milliseconds

1 2 3 4 5 6 7 8 91011>>