| /dalvik/dx/src/com/android/dx/dex/code/form/ |
| Form22b.java | 94 BitSet bits = new BitSet(2); local 96 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 97 bits.set(1, unsignedFitsInByte(regs.get(1).getReg())); 98 return bits;
|
| Form22c.java | 96 BitSet bits = new BitSet(2); local 98 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 99 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 100 return bits;
|
| Form22s.java | 94 BitSet bits = new BitSet(2); local 96 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 97 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 98 return bits;
|
| /external/chromium_org/third_party/opus/src/celt/ |
| modes.h | 53 const unsigned char *bits; member in struct:__anon18581 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
|
| /external/chromium_org/third_party/smhasher/src/ |
| pstdint.h | 85 * dealing with 64 bits then it is because this file has not yet 165 * settings): Borland Turbo C 2.0, WATCOM C/C++ 11.0 (16 bits and 32 166 * bits), Microsoft Visual C++ 6.0 (32 bit), Microsoft Visual Studio 299 * integer sizes in bits are powers of 2, and follow the ANSI 748 #define DECLU(bits) glue3(uint,bits,_t) glue3(u,bits,=) glue3(UINT,bits,_C) (0); 749 #define DECLI(bits) glue3(int,bits,_t) glue3(i,bits,=) glue3(INT,bits,_C) (0) [all...] |
| /external/chromium_org/v8/src/utils/ |
| random-number-generator.cc | 112 int RandomNumberGenerator::Next(int bits) { 113 ASSERT_LT(0, bits); 114 ASSERT_GE(32, bits); 123 return static_cast<int>(seed >> (48 - bits));
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
| Form12x.java | 115 BitSet bits = new BitSet(2); local 117 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 118 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 119 return bits;
|
| Form22b.java | 95 BitSet bits = new BitSet(2); local 97 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 98 bits.set(1, unsignedFitsInByte(regs.get(1).getReg())); 99 return bits;
|
| Form22c.java | 97 BitSet bits = new BitSet(2); local 99 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 100 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 101 return bits;
|
| Form22s.java | 95 BitSet bits = new BitSet(2); local 97 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 98 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 99 return bits;
|
| Form32s.java | 99 BitSet bits = new BitSet(2); local 101 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 102 bits.set(1, unsignedFitsInByte(regs.get(1).getReg())); 103 return bits;
|
| Form52c.java | 96 BitSet bits = new BitSet(2); local 98 bits.set(0, unsignedFitsInShort(regs.get(0).getReg())); 99 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 100 return bits;
|
| /external/guava/guava/src/com/google/common/hash/ |
| HashFunction.java | 37 * length (given by {@link #bits}). For example, {@link Hashing#sha1} produces a 38 * 160-bit number, while {@link Hashing#murmur3_32()} yields only 32 bits. Because a 71 * hash code's bits as possible. The result is that, for example, when choosing a 72 * bucket in a hash table of size 2^8, <i>any</i> eight bits could be consistently 113 * <p>Java's baked-in concept of hash codes is constrained to 32 bits, and provides no 193 * Returns the number of bits (a multiple of 32) that each hash code produced by this 196 int bits(); method in interface:HashFunction
|
| /external/icu/icu4c/source/common/ |
| patternprops.cpp | 100 * Same as syntax2000, but with additional bits set for the 125 uint32_t bits=syntax2000[index2000[(c-0x2000)>>5]]; local 126 return (UBool)((bits>>(c&0x1f))&1); 143 uint32_t bits=syntaxOrWhiteSpace2000[index2000[(c-0x2000)>>5]]; local 144 return (UBool)((bits>>(c&0x1f))&1);
|
| /external/libopus/celt/ |
| modes.h | 53 const unsigned char *bits; member in struct:__anon28339 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
|
| /external/pixman/pixman/ |
| pixman-edge-imp.h | 35 uint32_t *buf = (image)->bits.bits; 36 int stride = (image)->bits.rowstride; 37 int width = (image)->bits.width;
|
| /external/qemu/distrib/sdl-1.2.15/src/video/ |
| SDL_bmp.c | 59 Uint8 *bits; local 159 /* Expand 1 and 4 bit bitmaps to 8 bits per pixel */ 278 bits = top; 280 bits = end - surface->pitch; 282 while ( bits >= top && bits < end ) { 297 *(bits+i) = (pixel>>shift); 303 if ( SDL_RWread(src, bits, 1, surface->pitch) 315 Uint16 *pix = (Uint16 *)bits; 322 Uint32 *pix = (Uint32 *)bits; 365 Uint8 *bits; local [all...] |
| /frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
| adj_thr.h | 30 Word16 bits2pe(const Word16 bits);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| HardwareConfig.java | 153 char[] bits = Integer.toBinaryString(ratBits).toCharArray(); local 157 rat = new BitSet(bits.length); 158 for (int i = 0 ; i < bits.length ; i++) { 159 rat.set(i, (bits[i] == '1' ? true : false));
|
| /hardware/intel/common/libva/va/ |
| va_enc_jpeg.h | 93 } bits; member in union:_VAEncPictureParameterBufferJPEG::__anon39584 97 /** \brief number of bits per sample. */
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| RandomTest.java | 31 @Override protected synchronized int next(int bits) { return state.length(); }
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
| posix1_lim.h | 157 #include <bits/local_lim.h> 172 #endif /* bits/posix1_lim.h */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/gnu/ |
| lib-names.h | 7 #include <bits/wordsize.h>
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
| debugreg.h | 21 #include <bits/wordsize.h> 32 which debugging register was responsible for the trap. The other bits 45 bits - each field corresponds to one of the four debug registers, 49 #define DR_CONTROL_SHIFT 16 /* Skip this many bits in ctl register */ 50 #define DR_CONTROL_SIZE 4 /* 4 control bits per register */ 62 enabled. There are 4 fields of two bits. One bit is "local", meaning 70 #define DR_ENABLE_SIZE 2 /* 2 enable bits per register */ 72 #define DR_LOCAL_ENABLE_MASK (0x55) /* Set local bits for all 4 regs */ 73 #define DR_GLOBAL_ENABLE_MASK (0xAA) /* Set global bits for all 4 regs */
|
| msg.h | 32 #include <bits/msq.h>
|