Home
last modified time | relevance | path

Searched refs:this_value (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp474 uint64_t this_value = base; in AssignPowerUInt16() local
478 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
479 this_value = this_value * this_value; in AssignPowerUInt16()
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
488 this_value *= base; in AssignPowerUInt16()
495 AssignUInt64(this_value); in AssignPowerUInt16()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c685 VALUE this_value = Qnil; in grpc_run_batch_stack_fill_ops() local
695 this_value = rb_hash_aref(ops_hash, this_op); in grpc_run_batch_stack_fill_ops()
699 grpc_rb_md_ary_convert(this_value, &st->send_metadata); in grpc_run_batch_stack_fill_ops()
707 grpc_rb_s_to_byte_buffer(RSTRING_PTR(this_value), in grpc_run_batch_stack_fill_ops()
708 RSTRING_LEN(this_value)); in grpc_run_batch_stack_fill_ops()
716 &st->send_status_details, this_value); in grpc_run_batch_stack_fill_ops()
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c275 const char *this_value; in ucm_get_sections_for_var() local
280 rc = get_var(mgr, var, list[i], uc_verb(mgr), &this_value); in ucm_get_sections_for_var()
284 if (!strcmp(value, this_value)) { in ucm_get_sections_for_var()
290 free((void *)this_value); in ucm_get_sections_for_var()
297 free((void *)this_value); in ucm_get_sections_for_var()
/external/autotest/frontend/afe/
Drpc_utils.py217 this_value = getattr(obj, field)
218 if this_value != value: