Home
last modified time | relevance | path

Searched refs:single (Results 226 - 250 of 526) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile26 $(call cc-option,-mno-single-pic-base)
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsmp_32.c127 * a single CPU. The trap handler needs only to do trap entry/return in smp_send_reschedule()
139 /* trigger one IPI single call on one CPU */ in arch_send_call_function_single_ipi()
140 sparc32_ipi_ops->single(cpu); in arch_send_call_function_single_ipi()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsmp_32.c127 * a single CPU. The trap handler needs only to do trap entry/return in arch_smp_send_reschedule()
139 /* trigger one IPI single call on one CPU */ in arch_send_call_function_single_ipi()
140 sparc32_ipi_ops->single(cpu); in arch_send_call_function_single_ipi()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_internal.h87 int sas_ex_phy_discover(struct domain_device *dev, int single);
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile30 $(call cc-option,-mno-single-pic-base)
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_internal.h82 int sas_ex_phy_discover(struct domain_device *dev, int single);
/third_party/curl/scripts/
H A Dcd2nroff99 sub single { subroutine
238 # convert single backslahes to doubles
310 # remove single line HTML comments
315 # replace single quotes
365 my $r = single($f);
372 exit single();
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DgenIndexFilters.bat63 # print " --id <id> Specify a single ID to transform, e.g.\n";
/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex34 registers whose values fit in a single word. See
H A Dunw_get_fpreg.tex35 read registers which fit in a single word.
H A Dunw_get_reg.tex34 registers whose values fit in a single word. See
H A Dunw_set_fpreg.tex35 write registers which fit in a single word.
/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js120 const integrity = ssri.parse(node.integrity, { single: true })
159 // If license is a single SPDX license, use the license field
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk161 all: single
/third_party/ffmpeg/tests/fate/
H A Dadpcm.mak118 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-single
119 fate-adpcm-ima-cunning-single: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/GD-cut.5c -f s16le -af aresample
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java33 single, multiple, incremental, any enum constant
371 // type under the same key. So we use a single in initFromResourceBundle()
424 h0{"single"}
629 // type under the same key. So we use a single in initFromTables()
696 return type == null ? ValueType.single : type; in getValueType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DKeyTypeData.java38 single, multiple, incremental, any enum constant
367 // type under the same key. So we use a single in initFromResourceBundle()
420 h0{"single"}
625 // type under the same key. So we use a single in initFromTables()
692 return type == null ? ValueType.single : type; in getValueType()
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs229 /// Each item is itself an iterator containing the arguments passed to a single occurrence
232 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
233 /// the iterator will only contain a single item.
441 /// Each item is itself an iterator containing the arguments passed to a single occurrence of
444 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
445 /// the iterator will only contain a single item.
561 /// Each group is a `Vec<&str>` containing the arguments passed to a single occurrence
564 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
565 /// the iterator will only contain a single item.
840 /// would all be a single valu
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A DMakefile125 ccflags-y := -fpic $(call cc-option,-mno-single-pic-base,) -fno-builtin \
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c12 #include <math-emu/single.h>
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_util.S125 | args: %d0 = source (single-precision fp value)
653 | into single/double
743 cmp.w #32,%d2 | single or double shift?
763 | Another 64-bit single shift and store
850 | normalize an extended with single (23-bit) precision
929 cmp.w #32,%d2 | single or double shift?
995 | with that exponent to fit into single precision, so just
1013 | normalize an extended with single (23-bit) precision
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S65 beq $1, $do_unroll # U : no single quads to fiddle
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A Dmath.c12 #include <math-emu/single.h>
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_util.S125 | args: %d0 = source (single-precision fp value)
653 | into single/double
743 cmp.w #32,%d2 | single or double shift?
763 | Another 64-bit single shift and store
850 | normalize an extended with single (23-bit) precision
929 cmp.w #32,%d2 | single or double shift?
995 | with that exponent to fit into single precision, so just
1013 | normalize an extended with single (23-bit) precision
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S65 beq $1, $do_unroll # U : no single quads to fiddle

Completed in 14 milliseconds

12345678910>>...22