HomeSort by: relevance | last modified time | path
    Searched refs:Single (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/bsd/flex/dist/tests/
extended.l 42 abc(?# Single Line Comment )def ECHO;
  /src/sys/arch/acorn32/doc/
bootoptions 53 single Single user mode
76 -s Single user mode
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypes.h 62 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
  /src/sys/external/bsd/gnu-efi/dist/inc/
lib.h 75 IN EFI_DEVICE_PATH *Single
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 400 Single,
424 explicit Variant(float V) : Type(PDB_VariantType::Single) {
425 Value.Single = V;
459 float Single;
496 VARIANT_WIDTH(Single, 32u)
536 case PDB_VariantType::Single:
539 return APFloat(Value.Single);
563 VARIANT_EQUAL_CASE(Single)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLTraits.h 130 enum class QuotingType { None, Single, Double };
146 /// static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
212 /// return QuotingType::Single;
654 return QuotingType::Single;
659 MaxQuotingNeeded = QuotingType::Single;
661 MaxQuotingNeeded = QuotingType::Single;
663 MaxQuotingNeeded = QuotingType::Single;
665 MaxQuotingNeeded = QuotingType::Single;
672 MaxQuotingNeeded = QuotingType::Single;
690 // LF(0xA) and CR(0xD) may delimit values and so require at least single
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 45 Single, // Use a single table for all indirect jumptable calls.
57 Single // Single Threaded Environment
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 51 else static if (GNU_Thread_Model == ThreadModel.Single)
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-syscfg-ssstep.S 1 # Blackfin testcase for hardware single stepping
15 # Enable single stepping
19 # Lower to the code we want to single step through
29 # Single step and set a new bit every time
49 # Make sure exception reason is single step
57 # Set a new bit in R6 every single step to match R7
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-syscfg-ssstep.S 1 # Blackfin testcase for hardware single stepping
15 # Enable single stepping
19 # Lower to the code we want to single step through
29 # Single step and set a new bit every time
49 # Make sure exception reason is single step
57 # Set a new bit in R6 every single step to match R7
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
fdiv.s 9 # Single test
64 # This add must be in single precision. The rest must be in double.
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
styling.py 56 ttype = Comment.Single
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
fdiv.s 9 # Single test
64 # This add must be in single precision. The rest must be in double.
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
styling.py 60 ttype = Comment.Single
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 314 /// vtable. Well-formed classes have a single final overrider for each
384 return Inheritance <= MSInheritanceModel::Single;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 143 /// A matrix component is a single element of a matrix.
353 Single = 0,
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
WebAssembly.cpp 242 Opts.setThreadModel(LangOptions::ThreadModelKind::Single);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS)
372 case PDB_VariantType::Single:
373 OS << Value.Value.Single;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 207 // We force the use of single quotes for uniformity.
208 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
279 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 195 return MSInheritanceModel::Single;
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStubCommon.cpp 234 return QuotingType::Single;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h 247 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 80 stream in a single call.}
87 function GetCompressionRate: Single;
94 property CompressionRate: Single read GetCompressionRate;
114 large chunk of data from the decompression stream in a single call.}
472 function TCompressionStream.GetCompressionRate: Single;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 80 stream in a single call.}
87 function GetCompressionRate: Single;
94 property CompressionRate: Single read GetCompressionRate;
114 large chunk of data from the decompression stream in a single call.}
472 function TCompressionStream.GetCompressionRate: Single;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 80 stream in a single call.}
87 function GetCompressionRate: Single;
94 property CompressionRate: Single read GetCompressionRate;
114 large chunk of data from the decompression stream in a single call.}
472 function TCompressionStream.GetCompressionRate: Single;

Completed in 35 milliseconds

1 2 3 4