HomeSort by: relevance | last modified time | path
    Searched defs:Full (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningService.h 40 /// This outputs the full module dependency graph suitable for use for
42 Full,
  /src/sys/external/bsd/acpica/dist/utilities/
utmath.c 62 UINT64 Full;
101 MultiplicandOvl.Full = Multiplicand;
119 *OutProduct = Product.Full;
150 OperandOvl.Full = Operand;
165 *OutResult = OperandOvl.Full;
195 OperandOvl.Full = Operand;
210 *OutResult = OperandOvl.Full;
359 DividendOvl.Full = Dividend;
375 *OutQuotient = Quotient.Full;
430 Divisor.Full = InDivisor
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 44 enum LVEnableState { Unspecified, Enable, Disable, Full };
49 /// Value for llvm.loop.unroll.* metadata (enable, disable, or full).
52 /// Value for llvm.loop.unroll_and_jam.* metadata (enable, disable, or full).
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 50 Full // Use one table per unique function type
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 24 None, Partial, Sync, Full, Finish, Block
  /src/external/bsd/am-utils/dist/amq/
amq.c 77 Full, Stats, Calc, Short, ShowDone
114 case Full:
234 case Full:
281 case Full:
706 show_mi(ml, Full, &mwid, &dwid, &twid);
727 show_mapinfo(ml, Full, &mwid, &wwid);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 146 type t = None | Full | LineTablesOnly
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 36 Full, // The value fills the full location.
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 327 // non-overlapping case. We also need to avoid full overlap (i.e. two
489 SDValue Full = N.getOperand(0);
492 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -

Completed in 40 milliseconds