/third_party/ffmpeg/libavcodec/ |
H A D | opus.c | 520 if (lowband_offset != 0 && (f->spread != CELT_SPREAD_AGGRESSIVE || in ff_celt_quant_bands() 597 ff_opus_rc_enc_cdf(rc, f->spread, ff_celt_model_spread); in ff_celt_bitalloc() 599 f->spread = ff_opus_rc_dec_cdf(rc, ff_celt_model_spread); in ff_celt_bitalloc() 601 f->spread = CELT_SPREAD_NORMAL; in ff_celt_bitalloc()
|
H A D | opusenc_psy.c | 305 f->spread = CELT_SPREAD_NORMAL; in ff_opus_psy_celt_frame_init() 352 f_out->spread = av_clip_uintp2(lrintf(tonal), 2); in celt_gauge_psy_weight()
|
H A D | aacpsy.c | 321 /* Use the target average bitrate to compute spread parameters */ in psy_3gpp_init() 671 //modify thresholds and energies - spread, threshold in quiet, pre-echo control in psy_3gpp_analyze_channel() 840 psy_band->spread = band->active_lines * 2.0f / band_sizes[g]; in psy_3gpp_analyze_channel()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 363 VGUFillSpread spread; /* < Gradient spread mode */ member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_reg.h | 993 spread(struct brw_reg reg, unsigned s) 1029 return suboffset(retype(spread(reg, scale), type), i);
|
H A D | brw_fs_generator.cpp | 502 retype(spread(indirect_byte_offset, 2), BRW_REGISTER_TYPE_UW); in generate_mov_indirect() 658 group_idx = retype(spread(group_idx, 2), BRW_REGISTER_TYPE_W); in generate_shuffle() 1729 struct brw_reg dst_w = spread(retype(dst, t), 2); in generate_pack_half_2x16_split()
|
H A D | brw_eu_emit.c | 1278 dst = spread(retype(dst, BRW_REGISTER_TYPE_W), 2); in brw_F32TO16() 1317 src = spread(retype(src, BRW_REGISTER_TYPE_W), 2); in brw_F16TO32()
|
H A D | brw_vec4_generator.cpp | 2034 src[0] = spread(src[0], 2); in generate_code()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 932 // We pass the spread in a register, not on the stack. in LowerJSConstructWithSpread() 938 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSConstructWithSpread() local 942 node->InsertInput(zone(), 4, spread); in LowerJSConstructWithSpread() local 945 // After: {code, target, new_target, arity, spread, receiver, ...args}. in LowerJSConstructWithSpread() 1020 DCHECK_GE(arg_count, 1); // At least the spread. in LowerJSCallWithSpread() 1036 // We pass the spread in a register, not on the stack. in LowerJSCallWithSpread() 1041 // Before: {target, receiver, ...args, spread, vector}. in LowerJSCallWithSpread() 1044 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSCallWithSpread() local 1048 node->InsertInput(zone(), 3, spread); in LowerJSCallWithSpread() local 1050 // After: {code, target, arity, spread, receive in LowerJSCallWithSpread() [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 300 Spread* spread = subexpr->AsSpread(); in VisitArrayLiteral() local 301 if (spread != nullptr && !found_ && in VisitArrayLiteral() 302 position_ == spread->expression()->position()) { in VisitArrayLiteral() 305 Find(spread->expression(), true); in VisitArrayLiteral()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 2777 int spread = (int)left->getDepth() - (int)right->getDepth(); 2778 if (std::abs(spread) > MaxReorderWindow) { 2787 int spread = (int)left->getHeight() - (int)right->getHeight(); 2788 if (std::abs(spread) > MaxReorderWindow)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | me_cmp.asm | 322 punpcklbw m1, m0 ; mm1 not spread over (mm1,mm2) 323 punpcklbw m3, m0 ; mm4 not spread over (mm3,mm4)
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1834 inline bool IsSpreadAcceptable(int spread, int ncases) { in IsSpreadAcceptable() argument 1835 return spread < FLAG_switch_table_spread_threshold * ncases; in IsSpreadAcceptable() 1899 // Due to case spread will be used as the size of jump-table, in IsSwitchOptimizable() 1905 int64_t spread = max - min + 1; in IsSwitchOptimizable() local 1907 DCHECK_GT(spread, 0); in IsSwitchOptimizable() 1909 // Check if casted spread is acceptable and doesn't overflow. in IsSwitchOptimizable() 1910 if (spread <= INT_MAX && in IsSwitchOptimizable() 1911 IsSpreadAcceptable(static_cast<int>(spread), cases->length())) { in IsSwitchOptimizable() 3363 // If we have a leading spread, use CreateArrayFromIterable to create in BuildCreateArrayLiteral() 3380 // There are some elements before the first (if any) spread, an in BuildCreateArrayLiteral() [all...] |
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 889 // load PC (may be unaligned and spread out)
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2118 ExpressionT spread = in ParseArrowParametersWithRest() local 2135 list->Add(spread); in ParseArrowParametersWithRest()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 495 * Maps an array. If the mapped value is an array, it is spread into the result. 5921 // Helpers included by ES2015 spread 8511 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8905 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8944 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8947 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9086 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9107 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9473 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
H A D | tsc.js | 5648 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 6042 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 6081 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 6084 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 6223 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 6244 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 6610 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
H A D | tsserverlibrary.js | 514 * Maps an array. If the mapped value is an array, it is spread into the result. 5940 // Helpers included by ES2015 spread 8530 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8924 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8963 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8966 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9105 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9126 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9492 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
H A D | typescript.js | 505 * Maps an array. If the mapped value is an array, it is spread into the result. 5931 // Helpers included by ES2015 spread 8521 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8915 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8954 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8957 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9096 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9117 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9483 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
H A D | typescriptServices.js | 505 * Maps an array. If the mapped value is an array, it is spread into the result. 5931 // Helpers included by ES2015 spread 8521 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8915 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8954 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8957 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9096 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9117 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9483 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
H A D | tsserver.js | 515 * Maps an array. If the mapped value is an array, it is spread into the result. 5941 // Helpers included by ES2015 spread 8531 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8925 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8964 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8967 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9106 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9127 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9493 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 693 * Maps an array. If the mapped value is an array, it is spread into the result. 5910 // Helpers included by ES2015 spread 8469 Argument_of_dynamic_import_cannot_be_spread_element: diag(1325, ts.DiagnosticCategory.Error, "Argument_of_dynamic_import_cannot_be_spread_element_1325", "Argument of dynamic import cannot be spread element."), 8846 A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: diag(2556, ts.DiagnosticCategory.Error, "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556", "A spread argument must either have a tuple type or be passed to a rest parameter."), 8885 Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: diag(2606, ts.DiagnosticCategory.Error, "Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606", "Property '{0}' of JSX spread attribute is not assignable to target property."), 8888 JSX_spread_child_must_be_an_array_type: diag(2609, ts.DiagnosticCategory.Error, "JSX_spread_child_must_be_an_array_type_2609", "JSX spread child must be an array type."), 9026 Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: diag(2764, ts.DiagnosticCategory.Error, "Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764", "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."), 9047 This_spread_always_overwrites_this_property: diag(2785, ts.DiagnosticCategory.Error, "This_spread_always_overwrites_this_property_2785", "This spread always overwrites this property."), 9407 Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3: diag(6179, ts.DiagnosticCategory.Message, "Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179", "Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."), [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 193 wide-spread wrap-around
|