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

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 317 long bits; local
320 bits = 0;
322 bits = Double.doubleToLongBits(value);
324 return Double.longBitsToDouble(value < 0 ? bits - 1 : bits + 1);
399 long bits; local
402 bits = 0x8000000000000000L;
404 bits = Double.doubleToLongBits(value);
406 return Double.longBitsToDouble(value <= 0 ? bits + 1 : bits - 1)
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
48 * are 16 bits
91 #define MAXBITS 15 /* maximum bits in a code */
109 int bitcnt; /* number of bits in bit buffer */
111 /* input limit error return state for bits() and decode() */
116 * Return need bits from the input stream. This always leaves less than
117 * eight bits in the buffer. bits() works properly for need == 0.
121 * - Bits are stored in bytes from the least significant bit to the mos
126 local int bits(struct state *s, int need) function
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccUtils.java 158 * 8 bit number which defines bits 15 to 8 of a 16 bit
159 * base pointer, where bit 16 is set to zero and bits 7 to 1
160 * are also set to zero. These sixteen bits constitute a
164 * If bit 8 of the octet is set to zero, the remaining 7 bits
167 * remaining seven bits are an offset value added to the
401 // reassign data and index for every byte (8 bits).
436 int bits = data[valueIndex++] & 0xFF; local
447 if (0 == (8 % bits)) {
449 (width * height), colorIndexArray, bits);
452 (width * height), colorIndexArray, bits);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 158 * 8 bit number which defines bits 15 to 8 of a 16 bit
159 * base pointer, where bit 16 is set to zero and bits 7 to 1
160 * are also set to zero. These sixteen bits constitute a
164 * If bit 8 of the octet is set to zero, the remaining 7 bits
167 * remaining seven bits are an offset value added to the
401 // reassign data and index for every byte (8 bits).
436 int bits = data[valueIndex++] & 0xFF; local
447 if (0 == (8 % bits)) {
449 (width * height), colorIndexArray, bits);
452 (width * height), colorIndexArray, bits);
    [all...]
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 101 m_unGetsize = 4; // 32 bits
396 int RLBitStream::Get( int bits )
399 int new_bit_idx = bit_idx + bits;
403 assert( (unsigned)bits < 32 );
412 ((current[1] <<-bit_idx) & mask)) & bs_bit_mask[bits];
415 int RLBitStream::Show( int bits )
418 int new_bit_idx = bit_idx + bits;
422 assert( (unsigned)bits < 32 );
431 ((current[1] <<-bit_idx) & mask)) & bs_bit_mask[bits];
506 int RMBitStream::Get( int bits )
595 int bits; member in struct:__anon31901
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 91 ABitReader bits(ptr, size);
93 if (bits.numBitsLeft() < 16) {
96 if (bits.getBits(16) != 0x0B77) {
100 if (bits.numBitsLeft() < 16 + 2 + 6 + 5 + 3 + 3) {
101 ALOGV("Not enough bits left for further parsing");
104 bits.skipBits(16); // crc1
106 unsigned fscod = bits.getBits(2);
112 unsigned frmsizecod = bits.getBits(6);
118 unsigned bsid = bits.getBits(5);
124 unsigned bsmod = bits.getBits(3)
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 54 mov ebx, [rsp+88] ; /* ebx = bits */
75 mov cl, bl ; /* cl = bits, needs it for shifting */
76 add bl, 32 ; /* bits += 32 */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
91 ja L_get_length_code ; /* if (32 < bits) */
94 mov cl, bl ; /* cl = bits, needs it for shifting */
95 add bl, 32 ; /* bits += 32 */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
103 mov cl, ah ; /* cl = this.bits */
104 sub bl, ah ; /* bits -= this.bits */
    [all...]
  /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);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 38 #include <bits/stl_function.h> // For less
39 #include <bits/functexcept.h>
40 #include <bits/localefwd.h>
41 #include <bits/ostream_insert.h>
42 #include <bits/stl_iterator.h>
44 #include <bits/move.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 38 #include <bits/stl_function.h> // For less
39 #include <bits/functexcept.h>
40 #include <bits/localefwd.h>
41 #include <bits/ostream_insert.h>
42 #include <bits/stl_iterator.h>
44 #include <bits/move.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 38 #include <bits/stl_function.h> // For less
39 #include <bits/functexcept.h>
40 #include <bits/localefwd.h>
41 #include <bits/ostream_insert.h>
42 #include <bits/stl_iterator.h>
44 #include <bits/move.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_util.h 38 #include <bits/stl_function.h> // For less
39 #include <bits/functexcept.h>
40 #include <bits/localefwd.h>
41 #include <bits/ostream_insert.h>
42 #include <bits/stl_iterator.h>
44 #include <bits/move.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 90 bits = _ctoi(c)
91 if bits == 0x7f:
93 elif isprint(bits & 0x7f):
94 rep = chr(bits & 0x7f)
96 rep = "^" + chr(((bits & 0x7f) | 0x20) + 0x20)
97 if bits & 0x80:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 90 bits = _ctoi(c)
91 if bits == 0x7f:
93 elif isprint(bits & 0x7f):
94 rep = chr(bits & 0x7f)
96 rep = "^" + chr(((bits & 0x7f) | 0x20) + 0x20)
97 if bits & 0x80:
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 53 if(expt==BIAS && ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)==0) {
78 u.bits.manl = 0;
s_atanl.c 46 ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)!=0)
51 /* Extract the exponent and the first few bits of the mantissa. */
53 expman = (expt << 8) | ((u.bits.manh >> (MANH_SIZE - 9)) & 0xff);
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21t.java 80 BitSet bits = new BitSet(1); local
82 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
83 return bits;
Form31i.java 90 BitSet bits = new BitSet(1); local
92 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
93 return bits;
Form31t.java 79 BitSet bits = new BitSet(1); local
81 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
82 return bits;
Form51l.java 87 BitSet bits = new BitSet(1); local
89 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
90 return bits;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 58 } bits; member in union:tile_address
141 addr.bits.x = x / TILE_SIZE;
142 addr.bits.y = y / TILE_SIZE;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21t.java 81 BitSet bits = new BitSet(1); local
83 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
84 return bits;
Form31i.java 91 BitSet bits = new BitSet(1); local
93 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
94 return bits;
Form31t.java 80 BitSet bits = new BitSet(1); local
82 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
83 return bits;
Form51l.java 88 BitSet bits = new BitSet(1); local
90 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
91 return bits;

Completed in 1993 milliseconds

<<31323334353637383940>>