Home
last modified time | relevance | path

Searched refs:single (Results 201 - 225 of 544) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsierra_net.c377 struct lsi_umts_single *single = (struct lsi_umts_single *)lsi; in sierra_net_parse_lsi() local
380 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi()
381 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi()
383 single->link_type); in sierra_net_parse_lsi()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsierra_net.c377 struct lsi_umts_single *single = (struct lsi_umts_single *)lsi; in sierra_net_parse_lsi() local
380 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi()
381 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi()
383 single->link_type); in sierra_net_parse_lsi()
/third_party/ffmpeg/libavcodec/
H A Dlibxvid.c381 xvid_plugin_single_t single = { 0 }; in xvid_encode_init() local
547 single.version = XVID_VERSION; in xvid_encode_init()
548 single.bitrate = avctx->bit_rate; in xvid_encode_init()
551 plugins[xvid_enc_create.num_plugins].param = &single; in xvid_encode_init()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_1.h58 PTEST((std::string url), Test single player play url video, and finished automatically) in FIXTURE()
70 PTEST((std::string url, int32_t fileSize), Test single player play fd source, and finished automatically) in FIXTURE()
84 PTEST((std::string url, int32_t fileSize), Test single player wrong fd) in FIXTURE()
H A Dtest_single_audio_recorder_fast.h90 PTEST((AudioRecordSource recordSource), Test single audio fd recorder) in FIXTURE()
118 PTEST((AudioRecordSource recordSource), Test single audio recorder) in FIXTURE()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memset.S70 bic $1,7,$1 # E : fit within a single quadword?
251 bic $1,7,$1 # E : fit within a single quadword
436 bic $1,7,$1 # E : fit within a single quadword
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memset.S70 bic $1,7,$1 # E : fit within a single quadword?
251 bic $1,7,$1 # E : fit within a single quadword
436 bic $1,7,$1 # E : fit within a single quadword
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp477 de::MovePtr<tcu::TestCaseGroup> single (new tcu::TestCaseGroup(testCtx, "single")); in createGranularityQueryTests()
550 single->addChild(new GranularityCase(testCtx, name.c_str(), attachments)); in createGranularityQueryTests()
591 group->addChild(single.release()); in createGranularityQueryTests()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1113 OCSP_SINGLERESP *single; in make_ocsp_response() local
1117 single = OCSP_basic_add1_status(bs, cid, in make_ocsp_response()
1120 if (single == NULL) { in make_ocsp_response()
1126 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, in make_ocsp_response()
1129 OCSP_SINGLERESP_add1_ext_i2d(single, in make_ocsp_response()
/third_party/openssl/apps/
H A Docsp.c1113 OCSP_SINGLERESP *single; in make_ocsp_response() local
1117 single = OCSP_basic_add1_status(bs, cid, in make_ocsp_response()
1120 if (single == NULL) { in make_ocsp_response()
1126 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, in make_ocsp_response()
1129 OCSP_SINGLERESP_add1_ext_i2d(single, in make_ocsp_response()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsun4m_smp.c266 .single = sun4m_ipi_single,
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dsleep.S46 @ The following must all exist in a single cache line to
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A DMakefile103 ccflags-y := -fpic $(call cc-option,-mno-single-pic-base,) -fno-builtin \
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dsleep.S46 @ The following must all exist in a single cache line to
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsun4m_smp.c268 .single = sun4m_ipi_single,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_generic.h95 bool single; member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_generic.h95 bool single; member
/third_party/gn/src/gn/
H A Drust_variables.cc94 main.rs for executable) or a single file in sources, if sources contains
/third_party/node/test/parallel/
H A Dtest-http2-util-headers-list.js166 // Arrays containing a single set-cookie value are handled correctly
178 // pseudo-headers are only allowed a single value
187 message: 'Header field ":status" must only have a single value'
250 const msg = `Header field "${name}" must only have a single value`;
/third_party/node/deps/npm/lib/utils/
H A Dsbom-spdx.js124 const integrity = ssri.parse(node.integrity, { single: true })
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
H A Djsimdcfg.inc.h68 ; Representation of a single sample (pixel element value).
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c709 pr_err("Unable to insert object into single page hole\n"); in igt_mmap_offset_exhaustion()
716 pr_err("Unexpectedly succeeded in inserting too large object into single page hole\n"); in igt_mmap_offset_exhaustion()
1314 struct intel_memory_region *single[] = { mr }; in igt_mmap_migrate() local
1353 err = __igt_mmap_migrate(single, ARRAY_SIZE(single), mr, in igt_mmap_migrate()
1375 err = __igt_mmap_migrate(single, ARRAY_SIZE(single), mr, in igt_mmap_migrate()
1390 err = __igt_mmap_migrate(single, ARRAY_SIZE(single), mr, in igt_mmap_migrate()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_tile.cpp100 std::vector<Rect> single = {{ x, y, w, h }}; in InitTileRects() local
101 presetRectsForAllLevel.emplace_back(single); in InitTileRects()
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl578 a single specific feature.
582 Output features for a single specific feature.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex91 Since \Func{ptrace}(2) works within a single machine only, the
97 The \Prog{\_UPT}-facility assumes that a single \Prog{\_UPT}-info

Completed in 20 milliseconds

12345678910>>...22