HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 701 - 725 of 935) sorted by null

<<21222324252627282930>>

  /external/pcre/dist/sljit/
sljitNativeTILEGX_64.c 613 tilegx_bundle_bits bits = opcode->fixed_bit_values[inst->pipe]; local
620 bits |= operand->insert(val);
623 return bits;
634 tilegx_bundle_bits bits = 0; local
639 bits |= get_bundle_bit(inst_buf + i);
649 print_insn_tilegx(&bits);
655 return push_inst_nodebug(compiler, bits);
657 return push_inst(compiler, bits);
672 bits |= get_bundle_bit(inst_buf + i);
683 print_insn_tilegx(&bits);
    [all...]
  /external/pdfium/third_party/freetype/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 */
2548 PByte bits; local
2580 PByte bits; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 291 // need to send the raster bits to the (gpu) window
2194 int bits = 8; local
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 1506 const UInt8* bits = CFDataGetBytePtr(bitmap); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 895 // Read the bits from the unsigned integer register_[] array
2243 uint32_t bits = get_register(rm); local
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 36 #include "src/base/bits.h"
423 // TODO(all): currently each relocated constant is 64 bits, consider adding
455 // A constant pool size is expressed in number of 32-bits words.
605 DCHECK(m >= 4 && base::bits::IsPowerOfTwo32(m));
2075 uint32_t bits = float_to_rawbits(imm); local
2091 uint64_t bits = double_to_rawbits(imm); local
2741 uint32_t bits = float_to_rawbits(imm); local
2766 uint64_t bits = double_to_rawbits(imm); local
    [all...]
simulator-arm64.cc 72 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) {
74 DCHECK(is_uintn(bits, width) || is_intn(bits, width));
76 bits <<= lsb;
80 value_ = (value_ & ~mask) | (bits & mask);
132 set_xreg(index_x++, arg.bits());
134 set_dreg_bits(index_d++, arg.bits());
137 stack_args.push_back(arg.bits());
310 // Extending the stack by 2 * 64 bits is required for stack alignment purposes.
513 // The simulator assumes all runtime calls return two 64-bits values. If the
2647 int64_t bits = local
2659 int32_t bits = local
    [all...]
  /external/v8/src/
deoptimizer.cc 2913 uint32_t bits = ((is_negative ? -value : value) << 1) | local
2928 uint32_t bits = 0; local
    [all...]
globals.h 177 // Quiet NaNs have bits 51 to 62 set, possibly the sign bit, and no
178 // other bits set.
182 // Code-point values in Unicode 4.0 are 21 bits wide.
183 // Code units in UTF-16 are 16 bits wide.
245 // 0xfffff bits (1M pages), go to the owner offset, and see that this field
286 // If looking only at the top 32 bits, the QNaN mask is bits 19 to 30.
508 int64_t bits; member in union:v8::internal::DoubleRepresentation
511 return bits == other.bits;
526 } bits; member in union:v8::internal::IeeeDoubleLittleEndianArchType
537 } bits; member in union:v8::internal::IeeeDoubleBigEndianArchType
    [all...]
hydrogen-instructions.cc 7 #include "src/base/bits.h"
240 int32_t bits = value & 0x1F; local
241 lower_ = lower_ >> bits;
242 upper_ = upper_ >> bits;
248 int32_t bits = value & 0x1F; local
251 lower_ = lower_ << bits;
252 upper_ = upper_ << bits;
253 if (old_lower != lower_ >> bits || old_upper != upper_ >> bits) {
    [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
332 * Bits in the action code that represent a pointer index, used with
344 * Bit shift for the action bits holding the pointer index as
395 * the actual data contained in these bits.
402 * the actual data contained in these bits.
3456 final long bits = other.mPackedAxisBits; local
3513 final long bits = mPackedAxisBits; local
3566 final long bits = mPackedAxisBits; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1112 uint16_t bits = static_cast<uint16_t>(bitsPerSample); local
1876 uint16_t bits = BITS_PER_RGB_SAMPLE; 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
280 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
342 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
345 * slower. Hence the default is now to store 32 bits per Long.
557 ULtod(ULong *L, ULong *bits, Long exp, int k)
569 L[_1] = bits[0];
570 L[_0] = bits[1];
575 L[_1] = bits[0];
576 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
1372 (_d, e, bits) double d; int *e, *bits
1662 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/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 68 * (and fast) estimation (of how many bits a residual value will be
272 unsigned *bits
322 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
323 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
336 unsigned best_subframe_bits[FLAC__MAX_CHANNELS]; /* size in bits of the best subframe for each channel */
3252 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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 246 logger.log(Level.FINER, "Subpixel Bits: {0}", subpixelBits);
422 int bits = 0; local
429 bits = GL_COLOR_BUFFER_BIT;
441 bits |= GL_DEPTH_BUFFER_BIT;
444 bits |= GL_STENCIL_BUFFER_BIT;
446 if (bits != 0) {
447 glClear(bits);
    [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 
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 169 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon17422
170 /* length k bits; bits[0] is unused */
361 int data_precision; /* bits of precision in image data */
600 int data_precision; /* bits of precision in image data */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 169 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon17635
170 /* length k bits; bits[0] is unused */
361 int data_precision; /* bits of precision in image data */
600 int data_precision; /* bits of precision in image data */
    [all...]
  /external/valgrind/include/vki/
vki-s390x-linux.h 249 // bits/sigaction.h (which gets dragged in somehow via signal.h)
440 unsigned long __pad5; /* future possible st_blocks high bits */
447 unsigned long st_ctime_nsec; /* will be high 32 bits of ctime someday */
746 vki_per_cr_bits bits; member in union:__anon20808::__anon20809
764 vki_per_lowcore_bits bits; member in union:__anon20808::__anon20810

Completed in 1751 milliseconds

<<21222324252627282930>>