HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 201 - 225 of 397) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 139 organizationalUnitName = Organizational Unit Name (eg, section)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 32 /// Utility class that carries the DWARF compile/type unit and the debug info
36 /// compile/type unit in order to extract the info correctly as some information
37 /// is relative to the compile/type unit. Prior to this class the DWARFUnit and
39 /// possibility for error if the wrong DWARFUnit was used to extract a unit
49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {}
DWARFVerifier.h 50 /// Used for unit testing.
116 /// Verifies the header of a unit in the .debug_info section.
119 /// - Unit is in 32-bit DWARF format. The function can be modified to
122 /// - The unit type is valid (if unit is in version >=5)
123 /// - The unit doesn't extend beyond .debug_info section
128 /// \param Offset A reference to the offset start of the unit. The offset will
129 /// be updated to point to the next unit in .debug_info
130 /// \param UnitIndex The index of the unit to be verified
131 /// \param UnitType A reference to the type of the unit
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-ranges-unrelocated.s 73 .long 38 # Length of Unit
dwarfdump-debug-names.s 27 .long 1 # Header: compilation unit count
28 .long 0 # Header: local type unit count
29 .long 0 # Header: foreign type unit count
34 .long .Lcu_begin0 # Compilation unit 0
68 .long 1 # Header: compilation unit count
69 .long 0 # Header: local type unit count
70 .long 0 # Header: foreign type unit count
75 .long .Lcu_begin1 # Compilation unit 0
110 # CHECK-NEXT: Compilation Unit offsets [
156 # CHECK-NEXT: Compilation Unit offsets
    [all...]
dwarfdump-line-only.s 2 # without an associated unit.
16 .long LH_5_end-LH_5_version # Length of Unit (DWARF-32 format)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
apple_types_verify_tag.s 71 .long 56 ## Length of Unit
73 .byte 1 ## DWARF Unit Type
debug-names-multi-find.s 41 .long .Lcu_end0-.Lcu_start0 # Length of Unit
65 .long 1 # Header: compilation unit count
66 .long 0 # Header: local type unit count
67 .long 0 # Header: foreign type unit count
72 .long .Lcu_begin0 # Compilation unit 0
debug-names-verify-abbrev-duplicate.s 25 .long .Lcu_end0-.Lcu_start0 # Length of Unit
41 .long 1 # Header: compilation unit count
42 .long 0 # Header: local type unit count
43 .long 0 # Header: foreign type unit count
48 .long .Lcu_begin0 # Compilation unit 0
debug-names-verify-buckets.s 35 .long .Lcu_end0-.Lcu_start0 # Length of Unit
55 .long 1 # Header: compilation unit count
56 .long 0 # Header: local type unit count
57 .long 0 # Header: foreign type unit count
62 .long .Lcu_begin0 # Compilation unit 0
debug-names-verify-no-buckets.s 35 .long .Lcu_end0-.Lcu_start0 # Length of Unit
55 .long 1 # Header: compilation unit count
56 .long 0 # Header: local type unit count
57 .long 0 # Header: foreign type unit count
62 .long .Lcu_begin0 # Compilation unit 0
debug-names-find.s 57 .long .Lcu_end0-.Lcu_start0 # Length of Unit
77 .long .Lcu_end1-.Lcu_start1 # Length of Unit
101 .long 1 # Header: compilation unit count
102 .long 0 # Header: local type unit count
103 .long 0 # Header: foreign type unit count
108 .long .Lcu_begin0 # Compilation unit 0
145 # Index of compilation unit 1. This one has no hash table.
150 .long 1 # Header: compilation unit count
151 .long 0 # Header: local type unit count
152 .long 0 # Header: foreign type unit coun
    [all...]
debug-names-verify-entries.s 70 .long .Lcu_end0-.Lcu_start0 # Length of Unit
91 .long .Lcu_end1-.Lcu_start1 # Length of Unit
116 .long 2 # Header: compilation unit count
117 .long 0 # Header: local type unit count
118 .long 0 # Header: foreign type unit count
123 .long .Lcu_begin0 # Compilation unit 0
124 .long .Lcu_begin1 # Compilation unit 1
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
rcu-statistics.s 54 # CHECK: Retire Control Unit - number of cycles where we saw N instructions retired:
  /frameworks/base/cmds/idmap2/libidmap2/
CommandLineOptions.cpp 82 Result<Unit> CommandLineOptions::Parse(const std::vector<std::string>& argv) const {
137 return Unit{};
  /frameworks/base/cmds/idmap2/tests/
ResultTests.cpp 176 Result<Unit> r(Unit{});
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 245 // Register Unit Liveness
255 /// computeRegUnitInterval - Compute the live range of a register unit, based
258 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) {
262 // The physregs aliasing Unit are the roots and their super-registers.
265 // idempotent. It is very rare for a register unit to have multiple roots, so
267 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
277 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
317 unsigned Unit = *Units;
318 LiveRange *LR = RegUnitRanges[Unit];
321 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 196 GLuint unit, GLfloat color[4])
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
202 ctx->Texture.Unit[unit]._Current,
261 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
280 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
  /external/antlr/runtime/Ruby/lib/antlr3/test/
functional.rb 9 require 'test/unit'
154 class Functional < ::Test::Unit::TestCase
  /external/antlr/runtime/Ruby/test/unit/
test-streams.rb 5 require 'test/unit'
11 class TestStringStream < Test::Unit::TestCase
201 class TestFileStream < Test::Unit::TestCase
232 class TestInputStream < Test::Unit::TestCase
242 class TestCommonTokenStream < Test::Unit::TestCase
  /external/eigen/Eigen/src/Core/
ConditionEstimator.h 111 v = dec.solve(Vector::Unit(n, v_max_abs_index)); // v = inv(matrix) * e_j.
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 254 Unit U = FileToVector(InputFilePath);
255 Unit PreciseSizedU(U);
328 std::vector<Unit> Dictionary;
408 F.AddToCorpus(Unit()); // Can't fuzz empty corpus, so add an empty input.
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 228 unsigned unit)
230 const GLuint texUnit = prog->SamplerUnits[unit];
231 struct gl_texture_object *texObj = ctx->Texture.Unit[texUnit]._Current;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
VirtRegMap.cpp 477 for (MCRegUnitIterator Unit(SuperPhysReg, TRI); Unit.isValid(); ++Unit) {
478 const LiveRange &UnitRange = LIS->getRegUnit(*Unit);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DeclContext.h 122 /// Get the child of \a Context described by \a DIE in \a Unit. The
135 CompileUnit &Unit, UniquingStringPool &StringPool,

Completed in 559 milliseconds

1 2 3 4 5 6 7 891011>>