HomeSort by relevance Sort by last modified time
    Searched refs:BIT (Results 1 - 25 of 28) sorted by null

1 2

  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 26 #define MACEPCI_ERROR_MASTER_ABORT BIT(31)
27 #define MACEPCI_ERROR_TARGET_ABORT BIT(30)
29 #define MACEPCI_ERROR_DATA_PARITY_ERR BIT(29)
30 #define MACEPCI_ERROR_RETRY_ERR BIT(28)
31 #define MACEPCI_ERROR_ILLEGAL_CMD BIT(27)
32 #define MACEPCI_ERROR_SYSTEM_ERR BIT(26)
34 #define MACEPCI_ERROR_INTERRUPT_TEST BIT(25)
35 #define MACEPCI_ERROR_PARITY_ERR BIT(24)
36 #define MACEPCI_ERROR_OVERRUN BIT(23)
37 #define MACEPCI_ERROR_RSVD BIT(22
    [all...]
crime.h 57 #define MACE_VID_IN1_INT BIT(0)
59 #define MACE_VID_IN2_INT BIT(1)
60 #define MACE_VID_OUT_INT BIT(2)
61 #define MACE_ETHERNET_INT BIT(3)
62 #define MACE_SUPERIO_INT BIT(4)
64 #define MACE_MISC_INT BIT(5)
65 #define MACE_AUDIO_INT BIT(6)
66 #define MACE_PCI_BRIDGE_INT BIT(7)
67 #define MACEPCI_SCSI0_INT BIT(8)
69 #define MACEPCI_SCSI1_INT BIT(9
    [all...]
  /external/mksh/src/
sh.h 195 * These types are exactly 32 bit wide; signed and unsigned
450 /* define bit in flag */
451 #define BIT(i) (1 << (i))
456 * not a char that is used often. Also, can't use the high bit as it causes
732 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
733 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
870 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
871 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
872 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
873 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL *
    [all...]
funcs.c 277 #define PO_NL BIT(0) /* print newline */
278 #define PO_EXPAND BIT(1) /* expand backslash sequences */
279 #define PO_PMINUSMINUS BIT(2) /* print a -- argument */
280 #define PO_HIST BIT(3) /* print to history instead of stdout */
281 #define PO_COPROC BIT(4) /* printing to coprocess: block SIGPIPE */
    [all...]
eval.c 959 /* age tilde_ok info - ~ code tests second bit */
    [all...]
edit.c 59 #define XCF_COMMAND BIT(0) /* Do command completion */
60 #define XCF_FILE BIT(1) /* Do file completion */
61 #define XCF_FULLPATH BIT(2) /* command completion: store full path */
63 #define XCF_IS_COMMAND BIT(3) /* return flag: is command */
64 #define XCF_IS_NOSPACE BIT(4) /* return flag: do not append a space */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
BitwiseOperations.h 36 // zeros in a binary value, starting with the most significant bit. C does not
59 #if CPU(64BIT)
61 // MSVC only supplies _BitScanForward64 when building for a 64-bit target.
89 #if CPU(64BIT)
ByteSwap.h 66 #if CPU(64BIT)
PageAllocator.cpp 65 #if CPU(32BIT)
66 // When running 32-bit processes under 32-bit Windows, the userspace is
77 #else // CPU(32BIT)
79 #endif // CPU(32BIT)
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.h 22 #define BIT(obj,st) (((obj) >> (st)) & 1)
25 ((long) (BITS(obj,st,fn) | ((long) BIT(obj,fn) * ~ SUBMASK(fn - st))))
trace.c 119 /* Addresses for calling Thumb functions have the bit 0 set.
120 Here are some macros to test, set, or clear bit 0 of addresses. */
208 if (BIT(this_instr, 25)) {
289 if (!BIT(this_instr, 20)
293 if (BIT(this_instr, 22))
302 if (BIT(this_instr, 24)) {
306 if (BIT(this_instr, 25)) {
315 if (BIT(this_instr, 23))
330 if (!BIT(this_instr, 20))
333 if (BIT(this_instr, 15))
    [all...]
regs.c 79 if (BIT(inst, 4)) {
90 res = (uintptr_t)pc_val + (BIT(inst, 4) ? 12 : 8);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 115 #ifndef BIT
116 #define BIT(n) (1<<n)
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
166 if (reg_ebx & BIT(5)) flags |= HAS_AVX2
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86.h 115 #ifndef BIT
116 #define BIT(n) (1<<n)
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
166 if (reg_ebx & BIT(5)) flags |= HAS_AVX2
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 228 #define BIT(nz, n) (!!((nz) & (1 << (n))))
236 top_nz[0] = BIT(tnz, 12);
237 top_nz[1] = BIT(tnz, 13);
238 top_nz[2] = BIT(tnz, 14);
239 top_nz[3] = BIT(tnz, 15);
241 top_nz[4] = BIT(tnz, 18);
242 top_nz[5] = BIT(tnz, 19);
244 top_nz[6] = BIT(tnz, 22);
245 top_nz[7] = BIT(tnz, 23);
247 top_nz[8] = BIT(tnz, 24)
    [all...]
  /external/libunwind/tests/
Gia64-test-nat.c 26 /* This file tests corner-cases of NaT-bit handling. */
505 # define BIT(n) ((unw_word_t) 1 << (n))
506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \
507 | BIT(11) | BIT(12) | BIT(13) | BIT(14) | BIT(15)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 32 assertEquals(BIT, -7);
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 234 #define KVM_CPUID_FLAG_SIGNIFCANT_INDEX BIT(0)
235 #define KVM_CPUID_FLAG_STATEFUL_FUNC BIT(1)
236 #define KVM_CPUID_FLAG_STATE_READ_NEXT BIT(2)
  /external/deqp/framework/common/
tcuFormatUtil.hpp 77 deUint64 bit; member in class:tcu::Format::BitDesc
80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {}
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
101 if (curDesc->bit & bitsLeft)
106 bitsLeft ^= curDesc->bit;
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 214 #define KVM_CPUID_FLAG_SIGNIFCANT_INDEX BIT(0)
215 #define KVM_CPUID_FLAG_STATEFUL_FUNC BIT(1)
216 #define KVM_CPUID_FLAG_STATE_READ_NEXT BIT(2)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 170 OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) walk"),
667 #define BIT(x) (1ul << x)
671 const uint32_t taps = BIT(1) | BIT(5) | BIT(6) | BIT(31);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 1152 Types.SMALLINT, Types.BIT, Types.SMALLINT,
1153 Types.BIT, Types.BIT, Types.BIT,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 245 //Fill in the padding and recalulate the trailing six-bit group...
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 29 WrapperLarge, // 4-instruction MOVZ/MOVK sequence for 64-bit addresses.
90 // Vector bit select: similar to ISD::VSELECT but not all bits within an
147 BIT,
312 /// \brief Returns false if N is a bit extraction pattern of (X >> C) & Mask.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 121 P_MMAP_FLAG(32BIT);
613 u8 mask = 0, bit = 1; local
616 field = field->next, ++i, bit <<= 1) {
617 if (mask & bit)
    [all...]

Completed in 2099 milliseconds

1 2