HomeSort by relevance Sort by last modified time
    Searched refs:is_range (Results 1 - 20 of 20) 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/optimizing/
instruction_builder.h 171 bool is_range,
179 bool is_range,
229 bool is_range,
238 bool is_range,
246 bool is_range,
instruction_builder.cc 771 bool is_range,
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 493 template <bool is_range,
567 template <bool is_range,
612 uint32_t string_init_vreg_this = is_range ? vregC : arg[0];
672 size_t receiver_reg = is_range ? vregC : arg[0];
683 const size_t src_reg = (is_range) ? vregC + arg_offset : arg[arg_offset];
    [all...]
interpreter_common.h 140 template<bool is_range, bool do_assignability_check>
147 template<bool is_range, bool do_assignability_check>
627 template<InvokeType type, bool is_range, bool do_access_check>
630 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c();
631 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
662 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data,
669 template<bool is_range>
673 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
681 const uint32_t vtable_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c();
707 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result)
    [all...]
  /art/runtime/verifier/
method_verifier.h 265 bool is_range, bool allow_failure)
583 void VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range)
655 * The method reference is in vBBBB. The "is_range" parameter determines
665 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range)
671 bool is_range)
676 MethodType method_type, bool is_range,
680 ArtMethod* VerifyInvokeVirtualQuickArgs(const Instruction* inst, bool is_range)
    [all...]
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...]
register_line.cc 48 bool is_range, bool allow_failure) {
49 const size_t args_count = is_range ? inst->VRegA_3rc() : inst->VRegA_35c();
57 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
register_line.h 220 bool is_range,
  /art/compiler/dex/
dex_to_dex_compiler.cc 98 Instruction::Code new_opcode, bool is_range);
275 Instruction::Code new_opcode, bool is_range) {
279 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c();
305 if (is_range) {
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);
  /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...]
  /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
  /external/v8/src/
types-inl.h 110 bool ZoneTypeConfig::is_range(Type* type) { function in class:v8::internal::ZoneTypeConfig
321 bool HeapTypeConfig::is_range(Type* type) { function in class:v8::internal::HeapTypeConfig
types.h 289 // static bool is_range(Type*);
487 bool IsRange() { return Config::is_range(this); }
    [all...]
  /external/libmtp/src/
libmtp.h 550 int is_range; member in struct:LIBMTP_allowed_values_struct
    [all...]
libmtp.h.in 548 int is_range;
libmtp.c     [all...]

Completed in 1929 milliseconds