HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 851 - 875 of 1014) sorted by null

<<31323334353637383940>>

  /external/jpeg/
jpeglib.h 102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon26530
103 /* length k bits; bits[0] is unused */
298 int data_precision; /* bits of precision in image data */
540 int data_precision; /* bits of precision in image data */
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 83 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR
89 /* First generate 8 new bits then shift them in at the end. */
449 png_uint_32 bits[FORMAT_SET_COUNT]; member in struct:__anon28414
457 pf->bits[i] = 0; /* All off */
465 pf->bits[i] = 0;
473 if (pf->bits[i] != 0)
482 return pf->bits[format >> 5] |= ((png_uint_32)1) << (format & 31);
491 return pf->bits[format >> 5] &= ~((png_uint_32)1) << (format & 31);
500 (pf->bits[format >> 5] & (((png_uint_32)1) << (format & 31))) != 0;
511 pf->bits[i] = ~(png_uint_32)0
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 553 // Extend the number of bits to ignore for the mismatch
562 m_state.dbg.__bcr[i] |= BAS_IMVA_ALL; // Stop when any address bits change
590 static inline uint32_t bits(uint32_t value, uint32_t msbit, uint32_t lsbit) function
690 uint32_t numBRPs = bits(register_DBGDIDR, 27, 24);
749 uint32_t numWRPs = bits(register_DBGDIDR, 31, 28) + 1;
796 // Make sure bits 1:0 are clear in our address
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 259 /* 32 bits. */
297 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */
553 /* Each gray pixel takes 2 bits long there */
588 /* A lookup table used to quickly count set bits in four gray 2x2 */
2545 PByte bits; local
2577 PByte bits; local
    [all...]
  /external/pixman/pixman/
pixman-private.h 83 BITS,
180 uint32_t * bits; member in struct:bits_image
192 /* Used for indirect access to the bits */
201 bits_image_t bits; member in union:pixman_image
254 uint8_t * bits; member in struct:pixman_iter_t
284 uint32_t * bits,
309 __bits__ = image->bits.bits; \
310 __stride__ = image->bits.rowstride; \
449 uint32_t * bits,
    [all...]
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon33037
103 /* length k bits; bits[0] is unused */
298 int data_precision; /* bits of precision in image data */
540 int data_precision; /* bits of precision in image data */
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 295 // need to send the raster bits to the (gpu) window
599 // since gAnimTime can be up to 32 bits, we can't convert it to a float
600 // or we'll lose the low bits. Hence we use doubles for the intermediate
2311 int bits = 8; local
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 383 id &= 0x3FFFFFFF; // make top two bits 00
393 id = (id & 0x3FFFFFFF) | 0x40000000; // make top two bits 01
398 id = (id & 0x3FFFFFFF) | 0x80000000; // make top two bits 10
1492 const UInt8* bits = CFDataGetBytePtr(bitmap); local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 611 * Must be a multiple of 32-bits */
6246 int bits; local
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 231 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
242 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
306 * Bits in the action code that represent a pointer index, used with
318 * Bit shift for the action bits holding the pointer index as
369 * the actual data contained in these bits.
376 * the actual data contained in these bits.
3335 final long bits = other.mPackedAxisBits; local
3392 final long bits = mPackedAxisBits; local
3445 final long bits = mPackedAxisBits; local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 81 * #define Just_16 to store 16 bits per 32-bit Long when doing high-precision
289 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
351 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
354 * slower. Hence the default is now to store 32 bits per Long.
566 ULtod(ULong *L, ULong *bits, Long exp, int k)
578 L[_1] = bits[0];
579 L[_0] = bits[1];
584 L[_1] = bits[0];
585 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
1381 (_d, e, bits) double d; int *e, *bits
1671 ULong bits[2]; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 149 // Bits used in EAS recurrences for days of the week
1112 int bits = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 159 /* is not useful for longer numbers because overflow of 32 bits */
287 /* masked special-values bits */
288 #define SPECIALARG (rhs->bits & DECSPECIAL)
289 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
360 if (in<0) dn->bits=DECNEG; /* sign needed */
392 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
409 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
414 if (dn->bits&DECNEG) return -i;
427 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=
498 uByte bits=0; \/* working flags [assume +ve] *\/ local
1972 uByte bits=0; \/* result sign if errors *\/ local
3820 uByte bits; \/* result bits *\/ local
4258 uByte bits; \/* working sign *\/ local
4849 uByte bits; \/* result sign *\/ local
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 2521 int bits; local
2567 int bits; local
2592 int bits, l; local
3913 int bits, i = 0; local
3949 int bits, i = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 132 OP_INSBF, // insert first src1[8:15] bits of src0 into src2 at src1[0:7]
226 FILE_FLAGS, // zero/sign/carry/overflow bits
360 Modifier() : bits(0) { }
361 Modifier(unsigned int m) : bits(m) { }
367 Modifier operator==(const Modifier m) const { return m.bits == bits; }
368 Modifier operator!=(const Modifier m) const { return m.bits != bits; }
370 inline Modifier operator&(const Modifier m) const { return bits & m.bits; }
386 uint8_t bits; member in class:nv50_ir::Modifier
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 46 #define ERRCODE_BITS "bits(word) != sizeof(word)*8"
47 #define ERRCODE_WORD "bits(word) < 16"
48 #define ERRCODE_LONG "bits(word) > bits(long)"
49 #define ERRCODE_POWR "bits(word) != 2^x"
50 #define ERRCODE_LOGA "bits(word) != 2^ld(bits(word))"
112 static N_word BITS; /* = # of bits in machine word (must be power of 2) */
113 static N_word MODMASK; /* = BITS - 1 (mask for calculating modulo BITS) *
569 N_word bits; local
671 N_word bits = bits_(addr); local
700 N_word bits = bits_(X); local
741 N_word bits = bits_(addr); local
780 N_word bits = bits_(addr); local
821 N_word bits = bits_(addr); local
862 N_word bits = bits_(addr); local
1072 N_word bits; local
1457 N_word bits = bits_(addr); local
1652 N_word bits = bits_(addr); local
1811 N_word bits = bits_(addr); local
1922 N_word bits = bits_(addr); local
2061 N_word bits = bits_(addr); local
2133 N_word bits = bits_(addr); local
2462 N_word bits = bits_(addr); local
2479 N_word bits = bits_(addr); local
2817 N_word bits = bits_(Q); local
2876 N_word bits = bits_(Q); local
2937 N_word bits = bits_(X); local
3028 N_word bits = bits_(U); local
3190 N_word bits = bits_(X); local
3358 N_word bits = bits_(addr); local
3382 value >>= bits; local
3391 N_word bits = bits_(addr); local
3432 N_word bits = bits_(X); local
3445 N_word bits = bits_(X); local
3458 N_word bits = bits_(X); local
3471 N_word bits = bits_(X); local
    [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 73 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) {
75 ASSERT(is_uintn(bits, width) || is_intn(bits, width));
77 bits <<= lsb;
81 value_ = (value_ & ~mask) | (bits & mask);
133 set_xreg(index_x++, arg.bits());
135 set_dreg_bits(index_d++, arg.bits());
138 stack_args.push_back(arg.bits());
311 // Extending the stack by 2 * 64 bits is required for stack alignment purposes.
514 // The simulator assumes all runtime calls return two 64-bits values. If the
2561 int64_t bits = local
2573 int32_t bits = local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 235 int32_t bits = value & 0x1F; local
236 lower_ = lower_ >> bits;
237 upper_ = upper_ >> bits;
243 int32_t bits = value & 0x1F; local
246 lower_ = lower_ << bits;
247 upper_ = upper_ << bits;
248 if (old_lower != lower_ >> bits || old_upper != upper_ >> bits) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/flac/libFLAC/
stream_encoder.c 90 * (and fast) estimation (of how many bits a residual value will be
292 unsigned *bits
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
356 unsigned best_subframe_bits[FLAC__MAX_CHANNELS]; /* size in bits of the best subframe for each channel */
3067 unsigned bits[4]; \/* WATCHOUT - indexed by FLAC__ChannelAssignment *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 159 /* is not useful for longer numbers because overflow of 32 bits */
302 /* masked special-values bits */
303 #define SPECIALARG (rhs->bits & DECSPECIAL)
304 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
375 if (in<0) dn->bits=DECNEG; /* sign needed */
407 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
424 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
429 if (dn->bits&DECNEG) return -i;
442 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=
513 uByte bits=0; \/* working flags [assume +ve] *\/ local
1991 uByte bits=0; \/* result sign if errors *\/ local
3843 uByte bits; \/* result bits *\/ local
4283 uByte bits; \/* working sign *\/ local
4874 uByte bits; \/* result sign *\/ local
    [all...]
  /external/libxml2/
HTMLparser.c 2561 int bits; local
2607 int bits; local
2632 int bits, l; local
3990 int bits, i = 0; local
4026 int bits, i = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 132 OP_INSBF, // insert first src1[8:15] bits of src0 into src2 at src1[0:7]
226 FILE_FLAGS, // zero/sign/carry/overflow bits
360 Modifier() : bits(0) { }
361 Modifier(unsigned int m) : bits(m) { }
367 Modifier operator==(const Modifier m) const { return m.bits == bits; }
368 Modifier operator!=(const Modifier m) const { return m.bits != bits; }
370 inline Modifier operator&(const Modifier m) const { return bits & m.bits; }
386 uint8_t bits; member in class:nv50_ir::Modifier
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 1789 milliseconds

<<31323334353637383940>>