/art/runtime/base/ |
bit_vector_test.cc | 71 uint32_t bits[kWords]; local 72 memset(bits, 0, sizeof(bits)); 74 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); 77 EXPECT_EQ(bits, bv.GetRawStorage()); 128 uint32_t bits[kWords]; local 129 memset(bits, 0, sizeof(bits)); 131 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits);
|
/art/runtime/ |
modifiers.h | 41 static constexpr uint32_t kAccJavaFlagsMask = 0xffff; // bits set from Java sources (low 16) 76 // Valid (meaningful) bits for a field. 80 // Valid (meaningful) bits for a method. 86 // Valid (meaningful) bits for a class (not interface). 87 // Note 1. These are positive bits. Other bits may have to be zero. 92 // Valid (meaningful) bits for an interface. 94 // Note 2. These are positive bits. Other bits may have to be zero.
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtof.c | 42 ULong bits[1]; local 52 k = strtodg(s, sp, fpi, &exp, bits); 61 u.L[0] = (bits[0] & 0x7fffff) | ((exp + 0x7f + 23) << 23); 65 u.L[0] = bits[0];
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtf.c | 44 /* rough cbrt to 5 bits */ 56 * First step Newton iteration (solving t*t-x/t == 0) to 16 bits. In 65 * Second step Newton iteration to 47 bits. In double precision for 71 /* rounding to 24 bits is perfect in round-to-nearest mode */
|
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 */
|
s_sinl.c | 54 s = z.bits.sign; 55 z.bits.sign = 0; 58 if (z.bits.exp == 0) 62 if (z.bits.exp == 32767)
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form22x.java | 77 BitSet bits = new BitSet(2); local 79 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 81 return bits;
|
Form32x.java | 76 BitSet bits = new BitSet(2); local 78 bits.set(0, unsignedFitsInShort(regs.get(0).getReg())); 79 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 80 return bits;
|
/external/boringssl/src/crypto/asn1/ |
a_bitstr.c | 70 int ret,j,bits,len; local 81 bits=(int)a->flags&0x07; 90 if (j & 0x01) bits=0; 91 else if (j & 0x02) bits=1; 92 else if (j & 0x04) bits=2; 93 else if (j & 0x08) bits=3; 94 else if (j & 0x10) bits=4; 95 else if (j & 0x20) bits=5; 96 else if (j & 0x40) bits=6; 97 else if (j & 0x80) bits=7 [all...] |
/external/clang/test/CodeGen/ |
2008-01-07-UnusualIntSize.c | 9 // This should have %0 and %1 truncated to 33 bits before any operation.
|
/external/clang/test/CodeGenCXX/ |
warn-padded-packed.cpp | 32 struct S6 { // expected-warning {{padding size of 'S6' with 30 bits to alignment boundary}} 67 char c; // expected-warning {{padding struct 'S12' with 7 bits to align 'c'}} 70 struct S13 { // expected-warning {{padding size of 'S13' with 6 bits to alignment boundary}} 72 bool b : 10; // expected-warning {{size of bit-field 'b' (10 bits) exceeds the size of its type}}
|
/external/compiler-rt/test/asan/TestCases/ |
no_asan_gen_globals.c | 4 // REQUIRES: asan-64-bits
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form22x.java | 78 BitSet bits = new BitSet(2); local 80 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 81 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 82 return bits;
|
Form32x.java | 77 BitSet bits = new BitSet(2); local 79 bits.set(0, unsignedFitsInShort(regs.get(0).getReg())); 80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 81 return bits;
|
/external/elfutils/src/backends/ |
alpha_corenote.c | 44 { .offset = 0, .regno = 0, .count = 31, .bits = 64 }, /* r0-r30 */ 45 { .offset = 32 * 8, .regno = 64, .count = 1, .bits = 64 }, /* pc */ 46 { .offset = 33 * 8, .regno = 66, .count = 1, .bits = 64 }, /* unique */ 52 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f30, fpcr */
|
arm_corenote.c | 45 { .offset = 0, .regno = 0, .count = 16, .bits = 32 }, /* r0..r15 */ 46 { .offset = 16 * 4, .regno = 128, .count = 1, .bits = 32 }, /* cpsr */ 59 { .offset = 0, .regno = 96, .count = 8, .bits = 96 }, /* f0..f7 */ 79 { .offset = 0, .regno = 256, .count = 32, .bits = 64 }, /* fpregs */
|
/external/elfutils/src/libdwfl/ |
dwfl_module_register_names.c | 37 int bits, int type); 61 int bits = -1; local 64 &prefix, &setname, &bits, &type); 74 result = (*func) (arg, regno, setname, prefix, name, bits, type);
|
/external/elfutils/src/tests/ |
allregs.c | 76 int bits; member in struct:reginfo 104 int bits, int type) 120 state->info[regno].bits = bits; 135 int bits, int type) 138 printf ("%5d => %s register %s%s %s %d bits\n", 140 dwarf_encoding_string (type), bits); 180 printf ("\t%3d: %s%s (%s), %s %d bits\n", 185 state.info[i].bits);
|
/external/flac/libFLAC/include/private/ |
ogg_mapping.h | 41 extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bits */ 50 extern const unsigned FLAC__OGG_MAPPING_VERSION_MAJOR_LEN; /* = 8 bits */ 51 extern const unsigned FLAC__OGG_MAPPING_VERSION_MINOR_LEN; /* = 8 bits */ 59 extern const unsigned FLAC__OGG_MAPPING_NUM_HEADERS_LEN; /* = 16 bits */
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_settings.h | 13 sz_byte, /* # bits in byte */
|
/external/icu/icu4c/source/i18n/ |
collationtailoring.h | 70 // version[1]: bits 7..3=u, bits 2..0=v 71 // version[2]: bits 7..6=w, bits 5..0=r
|
/external/ipsec-tools/src/racoon/ |
plainrsa-gen.c | 72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n"); 119 gen_rsa_key(FILE *fp, size_t bits, unsigned long exp) 124 key = RSA_generate_key(bits, exp, NULL, NULL); 138 fprintf(fp, "\t# RSA %zu bits\n", bits); 159 size_t bits = 1024; local 176 bits = atoi(optarg); 203 gen_rsa_key(fp, bits, pubexp);
|
/external/iptables/extensions/ |
libip6t_NETMAP.c | 58 int bits; local 64 bits = xtables_ip6mask_to_cidr(&a); 65 if (bits < 0) 68 printf("/%d", bits);
|
libxt_TOS.man | 2 "precedence" bits) or the Priority field in the IPv6 header. Note that TOS 3 shares the same bits as DSCP and ECN. The TOS target is only valid in the 7 Zeroes out the bits given by \fImask\fP (see NOTE below) and XORs \fIvalue\fP 33 the IPv4 version. The TOS mask indicates the bits one wants to zero out, so it
|