| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
| processor_32.h | 250 unsigned int bits[0]; member in struct:microcode
|
| /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
| processor_32.h | 250 unsigned int bits[0]; member in struct:microcode
|
| /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
| processor_32.h | 250 unsigned int bits[0]; member in struct:microcode
|
| /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-21/arch-x86/usr/include/asm/ |
| kvm.h | 104 __u64 bits; member in union:kvm_ioapic_state::__anon63372
|
| /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/ |
| kvm.h | 104 __u64 bits; member in union:kvm_ioapic_state::__anon64149
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
| processor_32.h | 262 unsigned int bits[0]; member in struct:microcode
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
| /external/elfutils/src/libcpu/ |
| i386_parse.c | 138 unsigned long int bits; member in struct:known_bitfield 231 .name = "ax", .bits = 0, .tmp = 0 236 .name = "dx", .bits = 0, .tmp = 0 241 .name = "es_di", .bits = 0, .tmp = 0 246 .name = "ds_si", .bits = 0, .tmp = 0 251 .name = "ds_bx", .bits = 0, .tmp = 0 284 /* Number of bits used mnemonics. */ [all...] |
| /external/freetype/src/raster/ |
| ftraster.c | 258 /* 32 bits. */ 296 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */ 2475 PByte bits; local 2505 PByte bits; local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| Normalizer2Impl.java | 477 int bits=0; local 478 for(int c=0; c<0x180; bits>>=1) { 480 bits=smallFCD[c>>8]; // one byte per 0x100 code points 482 if((bits&1)!=0) { 703 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0. 720 byte bits=smallFCD[lead>>8]; 721 if(bits==0) { return false; } 722 return ((bits>>((lead>>5)&7))&1)!=0; [all...] |
| /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
| OGLESShaderRenderer.java | 232 logger.log(Level.INFO, "Subpixel Bits: {0}", subpixelBits); 409 int bits = 0; local 411 bits = GLES20.GL_COLOR_BUFFER_BIT; 414 bits |= GLES20.GL_DEPTH_BUFFER_BIT; 417 bits |= GLES20.GL_STENCIL_BUFFER_BIT; 419 if (bits != 0) { 423 GLES20.glClear(bits); [all...] |
| /external/jpeg/ |
| jpeglib.h | 102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon10836 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:__anon13393 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...] |