/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_legalize_image_load_store.cpp | 93 auto in_range = nir_ult(b, in r600_legalize_image_load_store_impl() local 98 case 2: in_range = nir_iand(b, nir_channel(b, in_range, 0), nir_channel(b, in_range, 1)); break; in r600_legalize_image_load_store_impl() 100 auto tmp = nir_iand(b, nir_channel(b, in_range, 0), nir_channel(b, in_range, 1)); in r600_legalize_image_load_store_impl() 101 in_range = nir_iand(b, tmp, nir_channel(b, in_range, 2)); in r600_legalize_image_load_store_impl() 107 load_if = nir_push_if(b, in_range); in r600_legalize_image_load_store_impl()
|
/third_party/jerryscript/tools/ |
H A D | gen-unicode.py | 398 in_range = False 409 in_range = False 413 in_range = False 419 in_range = False 423 in_range = False 430 in_range = False 433 if in_range: 436 in_range = True 466 in_range = False 472 in_range [all...] |
/third_party/selinux/libsepol/src/ |
H A D | util.c | 135 unsigned int in_range = 0; in sepol_extended_perms_to_string() local 154 if (in_range && next_bit_in_range(bit, xperms->perms)) { in sepol_extended_perms_to_string() 160 in_range = 1; in sepol_extended_perms_to_string() 166 if (in_range) { in sepol_extended_perms_to_string() 174 if (in_range) { in sepol_extended_perms_to_string() 188 if (in_range) in sepol_extended_perms_to_string() 189 in_range = 0; in sepol_extended_perms_to_string()
|
H A D | kernel_to_cil.c | 1637 unsigned int in_range = 0; in xperms_to_str() local 1656 if (in_range && next_bit_in_range(bit, xperms->perms)) { in xperms_to_str() 1662 in_range = 1; in xperms_to_str() 1668 if (in_range) { in xperms_to_str() 1671 in_range = 0; in xperms_to_str() 1677 if (in_range) { in xperms_to_str() 1680 in_range = 0; in xperms_to_str()
|
H A D | module_to_cil.c | 635 unsigned int in_range = 0; in xperms_to_cil() local 646 if (in_range && next_bit_in_range(bit, xperms->perms)) { in xperms_to_cil() 652 in_range = 1; in xperms_to_cil() 663 if (in_range) { in xperms_to_cil() 666 in_range = 0; in xperms_to_cil() 672 if (in_range) { in xperms_to_cil() 675 in_range = 0; in xperms_to_cil()
|
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fLinearGradient.cpp | 82 bool in_range(SkScalar x, SkScalar k1, SkScalar k2) { 107 SkASSERT(in_range(fx, fIntervals->front().fT0, fIntervals->back().fT1)); in findInterval() 114 while (!in_range(fx, fCachedInterval->fT0, fCachedInterval->fT1)) { in findInterval() 130 SkASSERT(in_range(fx, i0->fT0, i1->fT1)); in findInterval() 134 if (in_range(fx, i0->fT0, i->fT1)) { in findInterval() 137 SkASSERT(in_range(fx, i->fT1, i1->fT1)); in findInterval() 142 SkASSERT(in_range(fx, i0->fT0, i0->fT1)); in findInterval() 321 SkASSERT(in_range(t, fInterval->fT0, fInterval->fT1));
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale.c | 140 int in_range; member 523 scale->in_range == scale->out_range && in config_props() 547 if (scale->in_range != AVCOL_RANGE_UNSPECIFIED) in config_props() 549 scale->in_range == AVCOL_RANGE_JPEG, 0); in config_props() 686 int in_range; in scale_frame() local 700 scale->in_range == AVCOL_RANGE_UNSPECIFIED && in scale_frame() 791 in_range = in->color_range; in scale_frame() 795 || scale-> in_range != AVCOL_RANGE_UNSPECIFIED in scale_frame() 796 || in_range != AVCOL_RANGE_UNSPECIFIED in scale_frame() 812 if (scale-> in_range ! in scale_frame() [all...] |
H A D | vf_zscale.c | 139 enum AVColorRange in_range, out_range; member 821 s->in_range = in->color_range; in filter_frame() 1068 { "in_range", "set input color range", OFFSET(range_in), AV_OPT_TYPE_INT, {.i64 = -1}, -1, ZIMG_RANGE_FULL, FLAGS, "range" },
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | bignum-dtoa.cc | 616 bool in_range; in FixupMultiply10() local 620 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in FixupMultiply10() 622 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in FixupMultiply10() 624 if (in_range) { in FixupMultiply10()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum-dtoa.cpp | 630 bool in_range; in FixupMultiply10() local 634 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in FixupMultiply10() 636 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in FixupMultiply10() 638 if (in_range) { in FixupMultiply10()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-bignum-dtoa.cpp | 630 bool in_range; in FixupMultiply10() local 634 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in FixupMultiply10() 636 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in FixupMultiply10() 638 if (in_range) { in FixupMultiply10()
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum-dtoa.cc | 581 bool in_range; in InitialScaledStartValuesNegativeExponentNegativePower() local 585 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in InitialScaledStartValuesNegativeExponentNegativePower() 587 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in InitialScaledStartValuesNegativeExponentNegativePower() 589 if (in_range) { in InitialScaledStartValuesNegativeExponentNegativePower()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-bignum-dtoa.cpp | 630 bool in_range; in FixupMultiply10() local 634 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0; in FixupMultiply10() 636 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0; in FixupMultiply10() 638 if (in_range) { in FixupMultiply10()
|
/third_party/ffmpeg/tests/fate/ |
H A D | libswscale.mak | 26 -vf scale=in_color_matrix=bt709:in_range=limited:out_color_matrix=bt601:out_range=full:flags=+accurate_rnd+bitexact 34 -vf scale=in_color_matrix=bt601:in_range=limited:out_color_matrix=bt601:out_range=full:flags=+accurate_rnd+bitexact
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_pwd_common.c | 142 unsigned int in_range; in compute_password_element() local 210 in_range = const_time_fill_msb((unsigned int) cmp_prime); in compute_password_element() 247 found |= (res & in_range) * 0xff; in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_pwd_common.c | 142 unsigned int in_range; in compute_password_element() local 210 in_range = const_time_fill_msb((unsigned int) cmp_prime); in compute_password_element() 247 found |= (res & in_range) * 0xff; in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 148 unsigned int in_range; in sae_test_pwd_seed_ecc() local 165 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc() 183 return const_time_select_int(in_range, res, 0); in sae_test_pwd_seed_ecc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 155 unsigned int in_range; in sae_test_pwd_seed_ecc() local 172 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc() 190 return const_time_select_int(in_range, res, 0); in sae_test_pwd_seed_ecc()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 942 Label* fall_through, Label* in_range, in EmitDoubleBoundaryTest() 944 if (in_range == fall_through) { in EmitDoubleBoundaryTest() 952 masm->CheckCharacter(first, in_range); in EmitDoubleBoundaryTest() 954 masm->CheckCharacterInRange(first, last, in_range); in EmitDoubleBoundaryTest() 941 EmitDoubleBoundaryTest(RegExpMacroAssembler* masm, int first, int last, Label* fall_through, Label* in_range, Label* out_of_range) EmitDoubleBoundaryTest() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 1728 bool in_range = ((ipc ^ static_cast<uint32_t>(target)) >> in j() local 1730 DCHECK(in_range && ((target & 3) == 0)); in j() 1751 bool in_range = ((ipc ^ static_cast<uint32_t>(target)) >> in jal() local 1753 DCHECK(in_range && ((target & 3) == 0)); in jal()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 3246 Node* in_range = __ Float64LessThanOrEqual( in LowerNumberIsSafeInteger() local 3248 __ Goto(&done, in_range); in LowerNumberIsSafeInteger() 3275 Node* in_range = __ Float64LessThanOrEqual( in LowerObjectIsSafeInteger() local 3277 __ Goto(&done, in_range); in LowerObjectIsSafeInteger()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12793 const nk_rune *in_range; in nk_font_bake_pack() local 12799 for (in_range = cfg->range; in_range[0] && in_range[1]; in_range += 2) { in nk_font_bake_pack() 12800 glyph_count += (int)(in_range[1] - in_range[0]) + 1; in nk_font_bake_pack() 12809 in_range = &cfg->range[i * 2]; in nk_font_bake_pack() 12811 tmp->ranges[i].first_unicode_codepoint_in_range = (int)in_range[0]; in nk_font_bake_pack() 12812 tmp->ranges[i].num_chars = (int)(in_range[ in nk_font_bake_pack() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 6013 BOOL in_range; in fast_forward_first_n_chars() local 6057 in_range = FALSE; in fast_forward_first_n_chars() 6063 if (in_range && (i - from) > range_len && (chars[i - 1].count < 255)) in fast_forward_first_n_chars() 6072 if (!in_range) in fast_forward_first_n_chars() 6074 in_range = TRUE; in fast_forward_first_n_chars() 6079 in_range = FALSE; in fast_forward_first_n_chars()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 713 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 1025 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 2010 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 2298 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 2956 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 3251 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function 3885 simdutf_really_inline uint64_t in_range(const T low, const T high) const { in in_range() function [all...] |