HomeSort by: relevance | last modified time | path
    Searched refs:Structure (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 373 [0012] Reset Register : [Generic Address Structure]
384 [0012] PM1A Event Block : [Generic Address Structure]
391 [0012] PM1B Event Block : [Generic Address Structure]
398 [0012] PM1A Control Block : [Generic Address Structure]
405 [0012] PM1B Control Block : [Generic Address Structure]
412 [0012] PM2 Control Block : [Generic Address Structure]
419 [0012] PM Timer Block : [Generic Address Structure]
426 [0012] GPE0 Block : [Generic Address Structure]
433 [0012] GPE1 Block : [Generic Address Structure]
441 [0012] Sleep Control Register : [Generic Address Structure]
    [all...]
  /src/external/mit/libcbor/dist/docs/doxygen/
menudata.js 5 {text:'Data Structure Index',url:'classes.html'},
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 168 StructInfo Structure;
173 Structure = S;
177 Structure = S;
227 struct StructInfo Structure)
229 new (&StructInfo) StructFieldInfo(Initializers, Structure);
594 bool lookUpField(const StructInfo &Structure, StringRef Member,
831 bool parseStructInitializer(const StructInfo &Structure,
834 const StructInfo &Structure, std::vector<StructInitializer> &Initializers,
854 bool emitStructInitializer(const StructInfo &Structure,
858 bool emitStructValues(const StructInfo &Structure, unsigned *Count = nullptr)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 456 // Keeps track of the structure of a loop. This is similar to llvm::Loop,
458 // changing and potentially invalid IR. This structure also formalizes the
530 LoopStructure Structure;
567 // Create the appropriate loop structure needed to describe a cloned copy of
612 // keep the parent loop structure consistent. The `LPPassManager' seems to
638 // The structure of the main loop (see comment at the beginning of this class
1165 Result.Structure = MainLoopStructure.map(GetClonedValue);
1166 Result.Structure.Tag = Tag;
1506 PreLoop.Structure.Header);
1510 PreLoopRRI = changeIterationSpaceEnd(PreLoop.Structure, Preheader
    [all...]
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 126 hi def link gimpleStructure Structure
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 126 hi def link gimpleStructure Structure
  /src/external/bsd/file/dist/python/
magic.py 65 class magic_set(Structure):
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 51 Disabled, Arguments, Structure, Executions, Details
60 clEnumVal(Structure, "print pass structure before run()"),
823 if (PassDebugging < Structure)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 218 class _CXString(Structure):
232 class SourceLocation(Structure):
303 class SourceRange(Structure):
1415 class Cursor(Structure):
2180 class Type(Structure):
2459 class _CXUnsavedFile(Structure):
2627 class CodeCompletionResult(Structure):
2641 class CCRStructure(Structure):
3272 class Token(Structure):
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 429 [024h 0036 12] Command/Status Register : <Generic Address Structure>
436 [030h 0048 12] Data Register : <Generic Address Structure>
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 108 Structure,
125 class STARTUPINFOW(Structure):
149 class PROCESS_INFORMATION(Structure):
1547 """Return a callable that will render a changelog data structure
1605 """Return a callable that will render a changelog data structure
1698 ## Data Structure
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
variant.d 1699 with the self-referenced type. The structure of the type involving `This` may
2253 static struct Structure { int data; }
2254 alias VariantTest = Algebraic!(Structure delegate() pure nothrow @nogc @safe);
2257 Structure example() pure nothrow @nogc @safe
2260 return Structure.init;
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
TestRunner.py 438 from ctypes import Structure
441 class SHFILEOPSTRUCTW(Structure):
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 174 /* Structure to hold timing information on a per instruction basis */
192 /* Structure for each functional unit that is busy */
208 /* Structure to hold the current state information for the simulated CPU model */
457 # Mark a function unit as busy, return the busy structure
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 174 /* Structure to hold timing information on a per instruction basis */
192 /* Structure for each functional unit that is busy */
208 /* Structure to hold the current state information for the simulated CPU model */
457 # Mark a function unit as busy, return the busy structure

Completed in 96 milliseconds