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

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
decode_with_drops.c 47 // `n`, `m`, and `is_range` variables:
82 int is_range = 0; local
99 is_range = (*nptr == '-');
126 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
127 (!is_range && m - (frame_cnt - 1) % m <= n);
  /external/libvpx/libvpx/examples/
decode_with_drops.c 47 // `n`, `m`, and `is_range` variables:
84 int is_range = 0; local
101 is_range = (*nptr == '-');
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
129 (!is_range && m - (frame_cnt - 1) % m <= n);
  /art/compiler/dex/
verified_method.cc 216 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) || local
219 reg_type(line->GetRegisterType(is_range ? inst->VRegC_3rc() : inst->VRegC_35c()));
235 is_range ? inst->VRegB_3rc() : inst->VRegB_35c());
mir_graph.h 530 bool is_range; member in struct:art::CallInfo
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 328 bool is_range; local
337 is_range = false;
341 is_range = true;
345 is_range = false;
349 is_range = true;
353 is_range = false;
357 is_range = true;
361 is_range = false;
365 is_range = true;
369 is_range = false
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 886 BOOLEAN is_range = FALSE; local
891 if (is_range == FALSE)
909 is_range = TRUE;
912 is_range = FALSE;
915 is_range = FALSE;
  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 172 bool is_range = false; local
179 is_range = true;
190 is_range = true;
230 if (is_range)
339 else // else is_range was false
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 725 bool is_range; local
729 is_range = false;
733 is_range = true;
737 is_range = false;
741 is_range = true;
745 is_range = false;
749 is_range = true;
753 is_range = false;
757 is_range = true;
761 is_range = false
    [all...]
  /art/runtime/verifier/
method_verifier.cc 446 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
447 return GetQuickInvokedMethod(inst, register_line, is_range);
2221 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || local
2260 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); local
2343 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); local
2369 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); local
2677 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
    [all...]
  /external/libmtp/src/
libmtp.h 550 int is_range; member in struct:LIBMTP_allowed_values_struct
    [all...]

Completed in 505 milliseconds