/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 3305 } *combined, _combined; in bond_na_rcv() local 3311 combined = skb_header_pointer(skb, 0, sizeof(_combined), &_combined); in bond_na_rcv() 3312 if (!combined || combined->ip6.nexthdr != NEXTHDR_ICMP || in bond_na_rcv() 3313 (combined->icmp6.icmp6_type != NDISC_NEIGHBOUR_SOLICITATION && in bond_na_rcv() 3314 combined->icmp6.icmp6_type != NDISC_NEIGHBOUR_ADVERTISEMENT)) in bond_na_rcv() 3317 saddr = &combined->ip6.saddr; in bond_na_rcv() 3318 daddr = &combined->ip6.daddr; in bond_na_rcv()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 1338 bool combined = true; in acceptTextureType() local 1341 case EHTokBuffer: dim = EsdBuffer; combined = false; break; in acceptTextureType() 1440 // Non-image Buffers are combined in acceptTextureType() 1457 if (!combined) in acceptTextureType() 1458 sampler.combined = false; in acceptTextureType()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 1072 pa_log_warn("Multiple jacks per combined device '%s': '%s' '%s'", name, jack->name, jack2->name); in ucm_add_port_combination() 1079 pa_log_warn("Multiple device types per combined device '%s': %d %d", name, type, type2); in ucm_add_port_combination()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng_new.cpp | 552 std::list<RefPtr<NGGestureRecognizer>> combined; in HWTEST_F() local 553 auto exclusiveRecognizer = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(combined)); in HWTEST_F() 554 auto exclusiveRecognizer1 = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(combined)); in HWTEST_F()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 2070 base::uc32 combined = in AddTrailSurrogate() local 2072 if (NeedsDesugaringForIgnoreCase(combined)) { in AddTrailSurrogate() 2073 AddCharacterClassForDesugaring(combined); in AddTrailSurrogate()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 3484 // If we're remapping separate samplers and images, only emit the combined samplers. 4640 // GLSL does not use this type because OpSampledImage immediately creates a combined image sampler 6393 // We'll need to use the same array index into the combined image sampler array. 6425 auto &combined = current_function->combined_parameters; 6426 auto itr = find_if(begin(combined), end(combined), [=](const SPIRFunction::CombinedImageSamplerParameter &p) { 6431 if (itr != end(combined)) 6435 SPIRV_CROSS_THROW("Cannot find mapping for combined sampler parameter, was " 6444 auto itr = find_if(begin(mapping), end(mapping), [image_id, samp_id](const CombinedImageSampler &combined) { 6445 return combined [all...] |
H A D | spirv_cross.cpp | 2423 // Alternatively, we need to provide combined image samplers to our callees, in end_function_scope() 2661 // One potential way is to create a combinatorial explosion where N textures and M samplers are combined into N * M sampler2Ds, in handle() 2720 // that their callees know which combined image samplers to propagate down the call stack. in handle() 2752 [image_id, sampler_id](const CombinedImageSampler &combined) { in handle() 2753 return combined.image_id == image_id && combined.sampler_id == sampler_id; in handle() 4201 // Forward information from separate images and samplers into combined image samplers. in analyze_image_and_sampler_usage() 4202 for (auto &combined : combined_image_samplers) in analyze_image_and_sampler_usage() 4203 if (comparison_ids.count(combined.sampler_id)) in analyze_image_and_sampler_usage() 4204 comparison_ids.insert(combined in analyze_image_and_sampler_usage() [all...] |
H A D | spirv_cross_c.cpp | 2255 auto combined = compiler->compiler->get_combined_image_samplers(); in spvc_compiler_get_combined_image_samplers() local 2257 translated.reserve(combined.size()); in spvc_compiler_get_combined_image_samplers() 2258 for (auto &c : combined) in spvc_compiler_get_combined_image_samplers()
|
H A D | spirv_hlsl.cpp | 1341 // If we're remapping separate samplers and images, only emit the combined samplers. in emit_resources() 2050 // Do not try to merge combined decorations for children like in GLSL. in layout_for_member() 2299 // We don't have to consider combined image samplers here via OpSampledImage because in to_func_call_arg() 2365 // to combined image samplers. in emit_function_prototype() 2377 // Flatten a combined sampler to two separate arguments in modern HLSL. in emit_function_prototype() 3306 // For combined image samplers. in to_resource_binding_sampler() 3388 // For combined image samplers, also emit a combined image sampler. in emit_modern_uniform() 4902 auto *combined = maybe_get<SPIRCombinedImageSampler>(ops[2]); in emit_instruction() local 4904 if (combined) in emit_instruction() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | mps2-uart.c | 297 MAKE_NAME(-combined), mps_port); in mps2_uart_startup() 545 /* Only combined irq is presesnt */ in mps2_of_get_port()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | do_func.S | 14 | and combined to form the table index. The function called
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | do_func.S | 14 | and combined to form the table index. The function called
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 425 st->combined = 1; in combine_lock_stats() 446 if (combine_locks && st->combined) in insert_to_result()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_sse2.c | 624 const __m128i combined = _mm_unpacklo_epi64(top_values, left_values); in DC8uv_SSE2() local 625 const int DC = VP8HorizontalAdd8b(&combined) + 8; in DC8uv_SSE2()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3274 * ice_get_combined_cnt - return the current number of combined channels 3282 u32 combined = 0; in ice_get_combined_cnt() local 3289 combined++; in ice_get_combined_cnt() 3292 return combined; in ice_get_combined_cnt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3318 * ice_get_combined_cnt - return the current number of combined channels 3326 u32 combined = 0; in ice_get_combined_cnt() local 3333 combined++; in ice_get_combined_cnt() 3336 return combined; in ice_get_combined_cnt()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 150 combined = baseline.copy() 151 combined.update(adjustments) 153 self.assertEqual(list(combined.items()), list(cm.items()))
|
H A D | test_ssl.py | 1495 # combined 1497 combined = "\n".join((cacert_pem, neuronio_pem)) 1498 ctx.load_verify_locations(cadata=combined) 1503 combined = ["head", cacert_pem, "other", neuronio_pem, "again", 1505 ctx.load_verify_locations(cadata="\n".join(combined)) 1517 # combined 1519 combined = b"".join((cacert_der, neuronio_der)) 1520 ctx.load_verify_locations(cadata=combined)
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 2701 unsigned combined; in generate_unswizzled_blend() local 2707 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend() 2712 row_type.length *= combined; in generate_unswizzled_blend() 2713 src_count /= combined; in generate_unswizzled_blend()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 4614 * @param out_combined Expected result of "combined" operation 4641 Utils::vec4<glw::GLfloat> combined = left; in calculate() local 4656 calculate(function, combined, right, combined); in calculate() 4665 out_combined = combined; in calculate() 4671 out_loop = combined; in calculate()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageSchema.java | 697 int[] combined = in newSchemaForMessageInfo() 699 System.arraycopy(checkInitialized, 0, combined, 0, checkInitialized.length); in newSchemaForMessageInfo() 701 mapFieldPositions, 0, combined, checkInitialized.length, mapFieldPositions.length); in newSchemaForMessageInfo() 705 combined, in newSchemaForMessageInfo() 717 combined, in newSchemaForMessageInfo()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 295 # combined for GCM encrypt and decrypt functions 1080 # XMM8 has the combined result here 2030 # XMM8 has the combined result here
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 261 # combined for GCM encrypt and decrypt functions 1048 # XMM8 has the combined result here 1998 # XMM8 has the combined result here
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 1961 bool combined = instr->intrinsic == in emit_intrinsic() local 1968 if (combined) { in emit_intrinsic()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 2722 std::list<RefPtr<NGGestureRecognizer>> combined; in OnTouchEvent() local 2723 combined.emplace_back(recognizer); in OnTouchEvent() 2728 combined.emplace_back(outRecognizer); in OnTouchEvent() 2733 auto exclusiveRecognizer = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(combined)); in OnTouchEvent()
|