HomeSort by relevance Sort by last modified time
    Searched defs:BITS (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DebugDisabled.asm 16 BITS 16
Port80Debug.asm 16 BITS 16
Main.asm 17 BITS 16
38 BITS 32
78 BITS 64
82 ; 32-bits of 64-bit registers are zero for these values.
SerialDebug.asm 107 BITS 16
  /external/elfutils/backends/
ppc64_corenote.c 1 #define BITS 64
s390x_corenote.c 1 #define BITS 64
sparc64_corenote.c 1 #define BITS 64
x32_corenote.c 1 #define BITS 32
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
PageTables64.asm 16 BITS 32
Flat32ToFlat64.asm 16 BITS 32
39 BITS 64
SearchForBfvBase.asm 23 BITS 32
SearchForSecEntry.asm 16 BITS 32
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 16 BITS 32
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Init16.asm 17 BITS 16
ResetVectorVtf0.asm 16 BITS 16
Real16ToFlat32.asm 19 BITS 16
41 BITS 32
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 16 BITS 64
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 32 #define BITS (sizeof(NSUInteger) * 8)
48 * @param nbits The size of the ANTLRBitSet in bits
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 32 #define BITS (sizeof(NSUInteger) * 8)
48 * @param nbits The size of the ANTLRBitSet in bits
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 32 #define BITS (sizeof(NSUInteger) * 8)
48 * @param nbits The size of the ANTLRBitSet in bits
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 33 #define BITS (sizeof(NSUInteger) * 8)
49 * @param nbits The size of the ANTLRBitSet in bits
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
struct.s 39 .bss BITS, BIT_LEN ; 000006 0000 (len = 67)
40 BITS .tag BIT_REC
41 add BITS.BIT7,a ; 000004 0046
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 50 private const int BITS = 64; // number of bits / long
60 private const int MOD_MASK = BITS - 1;
62 /** <summary>The actual data bits</summary> */
65 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
67 : this(BITS) {
71 public BitSet(ulong[] bits) {
72 _bits = bits;
83 * <param name="nbits">The size of the bitset in bits</param>
138 /** <summary>Grows the set to a larger number of bits.</summary
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 52 private const int BITS = 64; // number of bits / long
62 private const int MOD_MASK = BITS - 1;
64 /** <summary>The actual data bits</summary> */
67 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
69 : this( BITS )
75 public BitSet( ulong[] bits )
77 _bits = bits;
89 * <param name="nbits">The size of the bitset in bits</param>
153 /** <summary>Grows the set to a larger number of bits.</summary
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 14 # number of bits / long
15 Readonly my $BITS => 64;
16 sub BITS { return $BITS }
26 Readonly my $MOD_MASK => BITS - 1;
30 has 'bits' => (
46 my $bits;
48 # Construct a bitset of size one word (64 bits)
49 $bits = '0' x BITS;
    [all...]

Completed in 658 milliseconds

1 2 3 4 5 6