HomeSort by relevance Sort by last modified time
    Searched defs:IsRange (Results 1 - 5 of 5) sorted by null

  /art/tools/dexanalyze/
dexanalyze_experiments.cc 37 bool IsRange(Instruction::Code code) {
46 return IsRange(inst.Opcode()) ? inst.VRegA_3rc() : inst.VRegA_35c();
50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c();
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 161 def IsRange(x):
490 elif IsRange(seld):
522 elif IsRange(seld):
  /external/v8/src/compiler/
types.h 397 bool IsRange() const { return IsKind(TypeBase::kRange); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 509 bool IsRange = false) {
514 if (!IsRange) {
569 bool IsRange = (Ind->getValueKind()->getZExtValue() ==
572 if (!IsRange) {
    [all...]
  /external/libusb/libusb/os/
windows_winusb.h 905 BOOLEAN IsRange;

Completed in 373 milliseconds