HomeSort by relevance Sort by last modified time
    Searched refs:NumChars (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/TableGen/
StringMatcher.cpp 80 unsigned NumChars = FirstNonCommonLetter-CharNo;
83 if (NumChars == 1) {
93 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\", "
94 << NumChars << "))\n";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.cpp 80 unsigned NumChars = FirstNonCommonLetter-CharNo;
83 if (NumChars == 1) {
93 << NumChars << ") != \"";
94 OS << Matches[0]->first.substr(CharNo, NumChars) << "\")\n";
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 101 UINTN NumChars;
174 NumChars = UnicodeSPrint (Name, GUID_STRING_SIZE, L"%g", &NameGuid);
175 ASSERT ((NumChars + 1) * sizeof (CHAR16) == GUID_STRING_SIZE);
433 UINTN NumChars;
511 NumChars = UnicodeSPrint (
517 ASSERT ((NumChars + 1) * sizeof (CHAR16) == FVFS_VOLUME_LABEL_SIZE);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
NativeFormatting.cpp 146 unsigned NumChars =
153 char *EndPtr = NumberBuffer + NumChars;
161 S.write(NumberBuffer, NumChars);
  /external/clang/lib/Format/
BreakableToken.cpp 53 for (unsigned NumChars = 0;
54 NumChars < MaxSplit && MaxSplitBytes < Text.size();) {
57 NumChars +=
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 341 CharUnits NumChars =
345 if (NumChars > CharUnits::One())
346 Ty = llvm::ArrayType::get(Ty, NumChars.getQuantity());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
adoint_backcompat.h     [all...]

Completed in 348 milliseconds