Home
last modified time | relevance | path

Searched refs:Longer (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-15.s7 @CHECK-OBJ-NEXT: Value: 15, Longer Corporation NaMe
/external/autotest/server/site_tests/firmware_ECPowerButton/
Dcontrol26 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
/external/autotest/test_suites/
Dcontrol.kernel_per-build_benchmarks18 it should consist of SHORT tests. Longer running benchmarks should be added
Dcontrol.kernel_per-build_regression20 re-assess corrected issues. Longer running regression tests should be added
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp245 const ArgPromotion::IndicesVector &Longer) { in IsPrefix() argument
246 if (Prefix.size() > Longer.size()) in IsPrefix()
249 if (Prefix[i] != Longer[i]) in IsPrefix()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp395 static bool IsPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in IsPrefix() argument
396 if (Prefix.size() > Longer.size()) in IsPrefix()
398 return std::equal(Prefix.begin(), Prefix.end(), Longer.begin()); in IsPrefix()
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt330 # Do this BEFORE mapping consonants to initials. Longer keys must
363 # AFTER mapping finals. Longer keys must precede shorter keys that
/external/llvm/docs/
DFAQ.rst69 Longer explanation: In order to generate a textual representation of the
DGarbageCollection.rst231 either implementation (on a per :ref:`GC strategy <plugin>` basis). Longer
/external/libjpeg-turbo/
Dusage.txt646 argument. Longer comments can be read from a text file.
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1389 // Longer forms that use a ModR/M byte. Needed for disassembler