HomeSort by relevance Sort by last modified time
    Searched refs:x7 (Results 126 - 150 of 500) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/kernel-headers/original/asm-mips/mach-au1x00/
au1000.h 515 #define INTC_INT_HIGH_AND_LOW_LEVEL 0x7
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 121 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
126 #define APIC_MODE_EXTINT 0x7
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 121 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
126 #define APIC_MODE_EXTINT 0x7
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 25 0x0, 0xd, 0xb, 0x6, 0x7, 0xa, 0xc, 0x1 };
27 0x3, 0x4, 0xd, 0xa, 0xe, 0x9, 0x0, 0x7 };
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DXTFlipper.java 55 long mask = 0x7;
64 long mask = 0x7;
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 92 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
96 #define APIC_MODE_EXTINT 0x7
  /external/llvm/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 41 unsigned RegSpace = RegNo & 0x7;
42 unsigned RegType = (RegNo >> 3) & 0x7;
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 95 case GL_NEVER & 0x7:
98 case GL_LESS & 0x7:
101 case GL_EQUAL & 0x7:
104 case GL_LEQUAL & 0x7:
107 case GL_GREATER & 0x7:
110 case GL_NOTEQUAL & 0x7:
113 case GL_GEQUAL & 0x7:
116 case GL_ALWAYS & 0x7:
  /external/openssl/crypto/rsa/
rsa_pss.c 112 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
224 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
  /external/oprofile/events/mips/20K/
events 13 event:0x7 counters:0 um:zero minimum:500 name:JTLB_EXCEPTIONS : Taken Joint-TLB exceptions
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 96 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
100 #define APIC_MODE_EXTINT 0x7
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 96 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
100 #define APIC_MODE_EXTINT 0x7
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 96 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
100 #define APIC_MODE_EXTINT 0x7
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 96 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
100 #define APIC_MODE_EXTINT 0x7
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 96 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7)
100 #define APIC_MODE_EXTINT 0x7
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 181 setSolidity(eState & 0x7);
182 setKind((eState >> 3) & 0x7);
  /system/core/libpixelflinger/codeflinger/
armreg.h 252 #define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7) /* associativity */
253 #define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7) /* size */
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 374 #define BRIDGE_RESP_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_RESP_ERRUPPR_DEVNUM_SHFT)
505 #define BRIDGE_INT_DEV_MASK(n) (0x7 << BRIDGE_INT_DEV_SHFT(n))
551 #define BRIDGE_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_ERRUPPR_DEVNUM_SHFT)
552 #define BRIDGE_ERRUPPR_DEVICE(err) (((err) >> BRIDGE_ERRUPPR_DEVNUM_SHFT) & 0x7)
559 #define BRIDGE_RRB_DEV 0x7
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 374 #define BRIDGE_RESP_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_RESP_ERRUPPR_DEVNUM_SHFT)
505 #define BRIDGE_INT_DEV_MASK(n) (0x7 << BRIDGE_INT_DEV_SHFT(n))
551 #define BRIDGE_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_ERRUPPR_DEVNUM_SHFT)
552 #define BRIDGE_ERRUPPR_DEVICE(err) (((err) >> BRIDGE_ERRUPPR_DEVNUM_SHFT) & 0x7)
559 #define BRIDGE_RRB_DEV 0x7
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 445 #define BRIDGE_RESP_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_RESP_ERRUPPR_DEVNUM_SHFT)
618 #define BRIDGE_INT_DEV_MASK(n) (0x7 << BRIDGE_INT_DEV_SHFT(n))
683 #define BRIDGE_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_ERRUPPR_DEVNUM_SHFT)
684 #define BRIDGE_ERRUPPR_DEVICE(err) (((err) >> BRIDGE_ERRUPPR_DEVNUM_SHFT) & 0x7)
695 #define BRIDGE_RRB_DEV 0x7 /* after shifting down */
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 72 CHECK( ! VG_IS_2_ALIGNED(0x7) );
89 CHECK( ! VG_IS_4_ALIGNED(0x7) );
106 CHECK( ! VG_IS_8_ALIGNED(0x7) );
123 CHECK( ! VG_IS_16_ALIGNED(0x7) );
140 CHECK( ! VG_IS_WORD_ALIGNED(0x7) );
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/pci/
bridge.h 374 #define BRIDGE_RESP_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_RESP_ERRUPPR_DEVNUM_SHFT)
505 #define BRIDGE_INT_DEV_MASK(n) (0x7 << BRIDGE_INT_DEV_SHFT(n))
551 #define BRIDGE_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_ERRUPPR_DEVNUM_SHFT)
552 #define BRIDGE_ERRUPPR_DEVICE(err) (((err) >> BRIDGE_ERRUPPR_DEVNUM_SHFT) & 0x7)
559 #define BRIDGE_RRB_DEV 0x7
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/pci/
bridge.h 374 #define BRIDGE_RESP_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_RESP_ERRUPPR_DEVNUM_SHFT)
505 #define BRIDGE_INT_DEV_MASK(n) (0x7 << BRIDGE_INT_DEV_SHFT(n))
551 #define BRIDGE_ERRUPPR_DEVNUM_MASK (0x7 << BRIDGE_ERRUPPR_DEVNUM_SHFT)
552 #define BRIDGE_ERRUPPR_DEVICE(err) (((err) >> BRIDGE_ERRUPPR_DEVNUM_SHFT) & 0x7)
559 #define BRIDGE_RRB_DEV 0x7
  /external/openssl/crypto/bn/
bn_gf2m.c 145 s = tab[b & 0x7]; l = s;
146 s = tab[b >> 3 & 0x7]; l ^= s << 3; h = s >> 29;
147 s = tab[b >> 6 & 0x7]; l ^= s << 6; h ^= s >> 26;
148 s = tab[b >> 9 & 0x7]; l ^= s << 9; h ^= s >> 23;
149 s = tab[b >> 12 & 0x7]; l ^= s << 12; h ^= s >> 20;
150 s = tab[b >> 15 & 0x7]; l ^= s << 15; h ^= s >> 17;
151 s = tab[b >> 18 & 0x7]; l ^= s << 18; h ^= s >> 14;
152 s = tab[b >> 21 & 0x7]; l ^= s << 21; h ^= s >> 11;
153 s = tab[b >> 24 & 0x7]; l ^= s << 24; h ^= s >> 8;
154 s = tab[b >> 27 & 0x7]; l ^= s << 27; h ^= s >> 5
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 71 #define LOWREG(x) ((x & 0x7) == x)
300 kArmCondVc = 0x7, /* 0111 */
640 kNSH = 0x7,
    [all...]

Completed in 1288 milliseconds

1 2 3 4 56 7 8 91011>>