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

  /external/libvpx/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 152 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || local
156 is_range ? inst->VRegC_3rc() : inst->VRegC_35c()));
174 is_range ? inst->VRegB_3rc() : inst->VRegB_35c(), pointer_size);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
opt.h 306 int is_range; ///< if set to 1 the struct encodes a range, if set to 0 a single value member in struct:AVOptionRange
  /system/bt/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;
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 953 bool is_range; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 687 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
688 return GetQuickInvokedMethod(inst, register_line, is_range, false);
2834 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || local
2871 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); local
2950 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); local
2972 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); local
3315 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 191 milliseconds