/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | Makefile | 26 $(call cc-option,-mno-single-pic-base)
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | smp_32.c | 127 * 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 D | smp_32.c | 127 * 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 D | sas_internal.h | 87 int sas_ex_phy_discover(struct domain_device *dev, int single);
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | Makefile | 30 $(call cc-option,-mno-single-pic-base)
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_internal.h | 82 int sas_ex_phy_discover(struct domain_device *dev, int single);
|
/third_party/curl/scripts/ |
H A D | cd2nroff | 99 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 D | genIndexFilters.bat | 63 # print " --id <id> Specify a single ID to transform, e.g.\n";
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 34 registers whose values fit in a single word. See
|
H A D | unw_get_fpreg.tex | 35 read registers which fit in a single word.
|
H A D | unw_get_reg.tex | 34 registers whose values fit in a single word. See
|
H A D | unw_set_fpreg.tex | 35 write registers which fit in a single word.
|
/third_party/node/deps/npm/lib/utils/ |
H A D | sbom-cyclonedx.js | 120 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 D | toplevel.mk | 161 all: single
|
/third_party/ffmpeg/tests/fate/ |
H A D | adpcm.mak | 118 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 D | KeyTypeData.java | 33 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 D | KeyTypeData.java | 38 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 D | arg_matches.rs | 229 /// 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 D | Makefile | 125 ccflags-y := -fpic $(call cc-option,-mno-single-pic-base,) -fno-builtin \
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | math.c | 12 #include <math-emu/single.h>
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_util.S | 125 | 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 D | ev6-memcpy.S | 65 beq $1, $do_unroll # U : no single quads to fiddle
|
/kernel/linux/linux-6.6/arch/alpha/math-emu/ |
H A D | math.c | 12 #include <math-emu/single.h>
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_util.S | 125 | 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 D | ev6-memcpy.S | 65 beq $1, $do_unroll # U : no single quads to fiddle
|