HomeSort by relevance Sort by last modified time
    Searched defs:Features (Results 76 - 84 of 84) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 125 errs() << "Too many (> 64) subtarget features!\n";
171 // FeatureKeyValues - Emit data of all the subtarget features. Used by the
175 // Gather and sort all the features
185 OS << "// Sorted (by key) array of values for CPU features.\n"
256 Processor->getValueAsListOfDefs("Features");
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 323 const RegionStoreFeatures Features;
352 : StoreManager(mgr), Features(f),
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 492 std::vector<const char *> &Features) {
495 Features.push_back("+fp-armv8");
497 Features.push_back("+fp-armv8");
498 Features.push_back("+neon");
500 Features.push_back("+fp-armv8");
501 Features.push_back("+neon");
502 Features.push_back("+crypto");
504 Features.push_back("+neon");
512 std::vector<const char *> &Features) {
515 Features.push_back("+hwdiv-arm")
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 341 // Initialize the set of available features.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 310 milliseconds

1 2 34