/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:
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrFormats.td | 16 class IType<bits<5> t> { 17 bits<5> Value = t; 31 class SubTarget<bits<6> value> { 32 bits<6> Value = value; 39 class AddrModeType<bits<3> value> { 40 bits<3> Value = value; 51 class MemAccessSize<bits<4> value> { 52 bits<4> Value = value; 67 field bits<32> Inst = ?; // Default to an invalid insn. 68 bits<4> IClass = 0; // ICLAS [all...] |
/external/pcre/dist/ |
RunTest.bat | 160 set bits=8 variable 210 set bits=16 variable 215 set bits=32 variable 259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput% 262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput% 269 set type=-%bits% 272 set type=-%bits% 275 set type=-%bits% 278 set type=-%bits% 281 fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NU [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 44 int bitcnt; /* number of bits in bit buffer */ 46 /* input limit error return state for bits() and decode() */ 58 * Return need bits from the input stream. This always leaves less than 59 * eight bits in the buffer. bits() works properly for need == 0. 63 * - Bits are stored in bytes from the least significant bit to the most 64 * significant bit. Therefore bits are dropped from the bottom of the bit 68 local int bits(struct state *s, int need) function 72 /* load at least need bits into val */ 79 val |= (int)(*(s->in)++) << s->bitcnt; /* load eight bits */ [all...] |
/bionic/libm/ |
signbit.c | 38 return (u.bits.sign); 46 return (u.bits.sign); 55 return (u.bits.sign);
|
/external/fonttools/Lib/fontTools/misc/ |
textTools.py | 37 def num2binary(l, bits=32): 40 for i in range(bits): 52 assert l in (0, -1), "number doesn't fit in number of bits"
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLong.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^64 + bits}. 70 public static UnsignedLong fromLongBits(long bits) { 72 return new UnsignedLong(bits); 124 * Returns the result of adding this and {@code val}. If the result would have more than 64 bits, 125 * returns the low 64 bits of the result. 135 * bits, returns the low 64 bits of the result [all...] |
/external/iptables/extensions/ |
libxt_MARK.man | 5 The mark field is 32 bits wide. 8 Zeroes out the bits given by \fImask\fP and XORs \fIvalue\fP into the packet 12 Zeroes out the bits given by \fImask\fP and ORs \fIvalue\fP into the packet
|
/external/libogg/doc/libogg/ |
oggpack_writetrunc.html | 28 void oggpack_writetrunc(oggpack_buffer *b, long bits); 38 <dt><i>bits</i></dt> 39 <dd>Number of bits to keep in the buffer (size after truncation)</dd>
|
/external/llvm/include/llvm/ADT/ |
PointerIntPair.h | 30 /// can only be done for small integers: typically up to 3 bits, but it depends 31 /// on the number of bits available according to PointerLikeTypeTraits for the 34 /// Note that PointerIntPair always puts the IntVal part in the highest bits 36 /// the bool into bit #2, not bit #0, which allows the low two bits to be used 39 /// ... and the two bools will land in different bits. 47 "cannot use a pointer type that has all bits free"); 51 /// PointerBitMask - The bits that come from the pointer. 55 /// IntShift - The number of low bits that we reserve for other uses, and 59 /// IntMask - This is the unshifted mask for valid bits of the int type. 62 // ShiftedIntMask - This is the bits for the integer shifted in place [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
jdct.h | 30 typedef int DCTELEM; /* 16 or 32 bits is fine */ 32 typedef INT32 DCTELEM; /* must have 32 bits */ 58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */ 59 #define IFAST_SCALE_BITS 2 /* fractional bits in scale factors */ 61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */ 62 #define IFAST_SCALE_BITS 13 /* fractional bits in scale factors */ 78 #define RANGE_MASK (MAXJSAMPLE * 4 + 3) /* 2 bits wider than legal samples */ 126 * Fractional constants are scaled left by CONST_BITS bits. 141 /* Descale and correctly round an INT32 value that's scaled by N bits. 150 * 16 bits wide, so that a 16x16->32 bit multiply can be used instead of [all...] |
/external/skia/src/utils/ |
SkBitSet.h | 50 /** Or bits from source. false is returned if this doesn't have the same 55 /** Export indices of set bits to T array. 63 if (value) { // There are set bits
|
/external/valgrind/none/tests/s390x/ |
clcl.c | 70 /* Run CLCL twice using different fill bits for unused register bits. 85 /* Build up register contents setting unused bits to 0 */ 95 /* Check unused bits */ 97 printf("FAIL: r1[0:39] modified (unused bits 0)\n"); 99 printf("FAIL: r2[0:31] modified (unused bits 0)\n"); 103 printf("FAIL: pad byte modified (unused bits 0)\n"); 105 /* Build up register contents setting unused bits to 1 */ 113 /* Check unused bits */ 115 printf("FAIL: r1[0:39] modified (unused bits 1)\n") [all...] |
stfle.c | 3 /* Number of double words needed to store all facility bits. */ 46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected condition 48 that need 2 do double words to store facility bits. */
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
dyn_bits.h | 60 Word16 sideInfoBits; /* sectioning bits */ 61 Word16 huffmanBits; /* huffman coded bits */ 62 Word16 scalefacBits; /* scalefac coded bits */
|
/frameworks/av/media/libstagefright/rtsp/ |
AMPEG4ElementaryAssembler.cpp | 256 unsigned AU_headers_length = U16_AT(buffer->data()); // in bits 264 ABitReader bits(buffer->data() + 2, buffer->size() - 2); 271 unsigned AU_size = bits.getBits(mSizeLength); 277 unsigned AU_index = bits.getBits(n); 291 if (bits.getBits(1)) { 295 bits.skipBits(mCTSDeltaLength); 305 if (bits.getBits(1)) { 309 bits.skipBits(mDTSDeltaLength); 318 bits.skipBits(1); 326 bits.skipBits(mStreamStateIndication) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_firstpass.h | 65 // Projected total bits available for a key frame group of frames 71 // Projected Bits available for a group of frames including 1 GF or ARF 73 // Bits for the golden frame or ARF - 2 pass only
|
/libcore/luni/src/main/java/java/security/spec/ |
RSAKeyGenParameterSpec.java | 47 * the size of the modulus (number of bits). 57 * Returns the size of the modulus (number of bits). 59 * @return the size of the modulus (number of bits).
|
/ndk/sources/android/support/src/stdio/arm/ |
_fpmath.h | 50 } bits; member in union:IEEEl2bits 61 (a)[0] = (uint32_t)(u).bits.manl; \ 62 (a)[1] = (uint32_t)(u).bits.manh; \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
ipc.h | 20 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead." 23 #include <bits/types.h> 25 /* Mode bits for `msgget', `semget', and `shmget'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
bsg.h | 14 * sg.h sg_io_hdr also has bits defined for it's flags member. However 15 * none of these bits are implemented/used by bsg. The bits below are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
ioctl.h | 27 #include <bits/ioctls.h> 30 #include <bits/ioctl-types.h> 34 values). The code to generate <bits/ioctls.h> has omitted these
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
memory | 42 #include <bits/stl_algobase.h> // std::swap 46 #include <bits/functexcept.h> 47 #include <bits/stl_function.h> // std::less
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
ipc.h | 20 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead." 23 #include <bits/types.h> 25 /* Mode bits for `msgget', `semget', and `shmget'. */
|