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

  /external/libvpx/libvpx/examples/
decode_with_drops.c 47 // `n`, `m`, and `is_range` variables:
82 int is_range = 0; local
97 is_range = (*nptr == '-');
123 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
124 (!is_range && m - (frame_cnt - 1) % m <= n);
  /system/bt/stack/sdp/
sdp_utils.cc 786 bool is_range = false; local
790 if (is_range == false) {
803 is_range = true;
805 is_range = false;
807 is_range = false;
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1020 bool is_range; local
2550 const bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 730 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
731 return GetQuickInvokedMethod(inst, register_line, is_range, false);
2895 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || local
2931 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); local
3009 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); local
3032 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); local
3087 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); local
3119 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); local
3445 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 107 milliseconds