/build/soong/python/ |
binary.go | 40 Suffix *string `android:"arch_variant"` 162 return stem + String(binary.binaryProperties.Suffix)
|
/external/llvm/include/llvm/Target/ |
TargetLoweringObjectFile.h | 128 /// base, with the specified suffix. 130 StringRef Suffix, Mangler &Mang,
|
/external/llvm/include/llvm/Transforms/Scalar/ |
JumpThreading.h | 134 const char *Suffix);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
AsmPrinter.h | 287 /// global value name as its base, with the specified suffix, and where the 290 StringRef Suffix,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Verifier.cpp | 302 int VT, unsigned ArgNo, std::string &Suffix); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
JumpThreading.h | 152 const char *Suffix);
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
edit_distance_test.cc | 83 TEST_F(LevenshteinDistanceTest, Suffix) {
|
/external/v8/src/compiler/ |
machine-operator.h | 723 #define PSEUDO_OP(Prefix, Suffix) \ 724 const Operator* Prefix##Suffix() { \ 725 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
|
/external/curl/docs/cmdline-opts/ |
version.d | 56 PSL is short for Public Suffix List and means that this curl has been built
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86InstComments.cpp | 27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ 28 case X86::V##Inst##Suffix##src: 30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 31 case X86::V##Inst##Suffix##src##k: 33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ 34 case X86::V##Inst##Suffix##src##kz: 36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ 37 CASE_AVX_INS_COMMON(Inst, Suffix, src) \ 38 CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 39 CASE_MASKZ_INS_COMMON(Inst, Suffix, src [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/ |
X86InstComments.cpp | 29 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ 30 case X86::V##Inst##Suffix##src: 32 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 33 case X86::V##Inst##Suffix##src##k: 35 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ 36 case X86::V##Inst##Suffix##src##kz: 38 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ 39 CASE_AVX_INS_COMMON(Inst, Suffix, src) \ 40 CASE_MASK_INS_COMMON(Inst, Suffix, src) \ 41 CASE_MASKZ_INS_COMMON(Inst, Suffix, src [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.cpp | 1448 O << '.' << suffix; local [all...] |
/external/lzma/C/ |
Ppmd7.c | 32 #define SUFFIX(ctx) CTX((ctx)->Suffix)
304 p->MinContext->Suffix = 0;
356 while (c->Suffix)
360 c = SUFFIX(c);
409 c1->Suffix = REF(c);
431 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
433 c = SUFFIX(p->MinContext);
507 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
645 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) + [all...] |
/build/kati/ |
ninja.go | 65 // Suffix is suffix for generated files. 66 Suffix string 598 return fmt.Sprintf("ninja%s.sh", n.Suffix) 602 return fmt.Sprintf("build%s.ninja", n.Suffix) 606 return fmt.Sprintf(".kati_env%s", n.Suffix) 646 if n.Suffix != "" {
|
/external/llvm/lib/MC/ |
MCContext.cpp | 327 const Twine &Suffix, unsigned Type, 330 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
CrashDebugger.cpp | 63 std::vector<std::string> &Suffix,
87 << getPassesString(Suffix) << ": ";
89 if (BD.runPasses(BD.getProgram(), Suffix)) {
90 delete OrigProgram; // The suffix crashes alone...
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCContext.cpp | 367 const Twine &Suffix, unsigned Type, 370 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
|
/build/soong/cc/ |
binary.go | 33 Suffix *string `android:"arch_variant"` 41 // install symlinks to the binary. Symlink names will have the suffix and the binary 115 return stem + String(binary.Properties.Suffix) 397 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix()) 401 if String(binary.Properties.Stem) == "" && String(binary.Properties.Suffix) == "" { 402 ctx.PropertyErrorf("symlink_preferred_arch", "must also specify stem or suffix")
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/ |
IfrLibrary.h | 1243 IN CHAR16 *Suffix,
1253 But it only does it if the Name ends with specified Suffix.
1254 For example, if Suffix="MyOverride" and the Name="XyzSetupMyOverride",
1255 the Suffix matches the end of Name, so the variable will be loaded from NV
1259 Suffix - Suffix the Name should end with.
1265 EFI_INVALID_PARAMETER - The name of the variable does not end with <Suffix>.
1274 IN CHAR16 *Suffix,
1284 But it only does it if the NV contains the same variable with Name is appended with Suffix.
1285 For example, if Suffix="MyOverride" and the Name="XyzSetup", [all...] |
/external/swiftshader/third_party/LLVM/utils/ |
NewNightlyTest.pl | 302 my $Suffix = shift; 304 my @Result = reverse sort grep !/$DATE/, grep /[-0-9]+$Suffix/, readdir DH;
|
/build/soong/android/ |
androidmk.go | 243 if amod.commonProperties.Dist.Suffix != nil { 245 suffix := *amod.commonProperties.Dist.Suffix 246 dest = strings.TrimSuffix(dest, ext) + suffix + ext
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
IFWIStitch.bat | 26 :: Set default Suffix as: YYYY_MM_DD_HHMM
229 echo IFWI_Suffix: Suffix to append to the end of the IFWI filename
235 echo IFIWStitch.bat /B ../testBIOS.rom /S test123 : Stitch single ROM and add custom suffix
237 echo don't create backup, and add custom suffix.
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
rx-util.hpp | 26 #define RXCPP_CONCAT(Prefix, Suffix) Prefix ## Suffix 27 #define RXCPP_CONCAT_EVALUATE(Prefix, Suffix) RXCPP_CONCAT(Prefix, Suffix)
|
/external/clang/include/clang/Driver/ |
Driver.h | 426 /// as part of compilation; the file will have the given prefix and suffix. 429 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
|
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 69 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix); 186 assert(!UDSuffixBuf.empty() && "no ud-suffix"); 251 /// Get the index of a token containing a ud-suffix. 253 assert(!UDSuffixBuf.empty() && "no ud-suffix"); 256 /// Get the spelling offset of the first byte of the ud-suffix. 258 assert(!UDSuffixBuf.empty() && "no ud-suffix");
|