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

<<31323334353637383940>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 250 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
kvm.h 104 __u64 bits; member in union:kvm_ioapic_state::__anon76692
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 262 unsigned int bits[0]; member in struct:microcode
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 91 * integer type (of >= 64 bits). On such machines, you can
92 * #define Just_16 to store 16 bits per 32-bit Long when doing
134 * for the 52 fraction bits of the resulting NaN; if there are two
135 * or more strings of hex digits, the first is for the high 20 bits,
136 * the second and subsequent for the low 32 bits, with intervening
138 * fraction bits being on (an IEEE Infinity symbol), then NAN_WORD0
413 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
497 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
500 * slower. Hence the default is now to store 32 bits per Long.
1267 (d, e, bits) U *d; int *e, *bits member in namespace:dmg_fp
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 259 /* 32 bits. */
297 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */
551 /* Each gray pixel takes 2 bits long there */
586 /* A lookup table used to quickly count set bits in four gray 2x2 */
2543 PByte bits; local
2575 PByte bits; local
    [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 151 ** lower 30 bits of a 32-bit signed integer.
3098 uint32 bits[2]; member in struct:MD5Context
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 894 // Read the bits from the unsigned integer register_[] array
2242 uint32_t bits = get_register(rm); local
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 1847 uint32_t bits = float_to_rawbits(imm); local
1863 uint64_t bits = double_to_rawbits(imm); local
2381 uint32_t bits = float_to_rawbits(imm); local
2406 uint64_t bits = double_to_rawbits(imm); local
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc 2878 uint32_t bits = ((is_negative ? -value : value) << 1) | local
2893 uint32_t bits = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/elfutils/0.153/libcpu/
i386_parse.c 139 unsigned long int bits; member in struct:known_bitfield
232 .name = "ax", .bits = 0, .tmp = 0
237 .name = "dx", .bits = 0, .tmp = 0
242 .name = "es_di", .bits = 0, .tmp = 0
247 .name = "ds_si", .bits = 0, .tmp = 0
252 .name = "ds_bx", .bits = 0, .tmp = 0
285 /* Number of bits used mnemonics. */
    [all...]
  /external/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/genext2fs/
genext2fs.c 27 // 22 Jun 2000 Changed types for 64bits archs
847 uint8 bits; local
849 if((bits = b[i]) != (uint8)-1)
853 if(!(bits & (1 << j)))
    [all...]

Completed in 2291 milliseconds

<<31323334353637383940>>