/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_proto.h | 129 extern int FPU_load_single(float __user *single, FPU_REG *loaded_data); 139 float __user * single);
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_proto.h | 129 extern int FPU_load_single(float __user *single, FPU_REG *loaded_data); 139 float __user * single);
|
/third_party/skia/third_party/externals/brotli/ |
H A D | configure-cmake | 114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 116 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinystr.h | 115 TiXmlString& operator += (char single) in operator +=() argument 117 return append(&single, 1); in operator +=() 146 // single char extraction
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | freetype.mk | 52 # BASE_OBJ_M A list of base objects (for single object and multiple 60 # DRV_OBJ_M A list of driver objects (for single object and multiple 78 .PHONY: single multi objects library refdoc refdoc-venv 80 # default target -- build single objects and library 82 single: objects library 235 # single `ftinit.c' source. 271 # Otherwise, each module/driver is compiled in a single object file through
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_expander.c | 370 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() 375 disc_req[9] = single; in sas_ex_phy_discover_helper() 386 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper() 390 int sas_ex_phy_discover(struct domain_device *dev, int single) in sas_ex_phy_discover() argument 409 if (0 <= single && single < ex->num_phys) { in sas_ex_phy_discover() 410 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover() 1169 * @single: if you want to do a single phy, else set to -1; 1174 static int sas_ex_discover_devices(struct domain_device *dev, int single) in sas_ex_discover_devices() argument 369 sas_ex_phy_discover_helper(struct domain_device *dev, u8 *disc_req, u8 *disc_resp, int single) sas_ex_phy_discover_helper() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_expander.c | 354 int single) in sas_ex_phy_discover_helper() 359 disc_req[9] = single; in sas_ex_phy_discover_helper() 369 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper() 373 int sas_ex_phy_discover(struct domain_device *dev, int single) in sas_ex_phy_discover() argument 392 if (0 <= single && single < ex->num_phys) { in sas_ex_phy_discover() 393 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover() 1100 * @single: if you want to do a single phy, else set to -1; 1105 static int sas_ex_discover_devices(struct domain_device *dev, int single) in sas_ex_discover_devices() argument 352 sas_ex_phy_discover_helper(struct domain_device *dev, u8 *disc_req, struct smp_disc_resp *disc_resp, int single) sas_ex_phy_discover_helper() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | fmadds.c | 9 #include <math-emu/single.h>
|
H A D | fdivs.c | 9 #include <math-emu/single.h>
|
H A D | fmuls.c | 9 #include <math-emu/single.h>
|
H A D | fsubs.c | 9 #include <math-emu/single.h>
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.h | 67 * @single: use Single Range Output instead of ToPA 84 bool single; member
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
H A D | lcd_dma.h | 55 extern void omap_set_lcd_dma_single_transfer(int single);
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | fsubs.c | 9 #include <math-emu/single.h>
|
H A D | fmadds.c | 9 #include <math-emu/single.h>
|
H A D | fdivs.c | 9 #include <math-emu/single.h>
|
H A D | fmuls.c | 9 #include <math-emu/single.h>
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | lcd_dma.h | 55 extern void omap_set_lcd_dma_single_transfer(int single);
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | pt.h | 67 * @single: use Single Range Output instead of ToPA 84 bool single; member
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | crossover_mutator.js | 50 dependencies[dependency] = random.single(variables);
|
/third_party/toybox/scripts/ |
H A D | test.sh | 18 PREFIX=generated/testdir/ scripts/single.sh "$@" || exit 1
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 66 print " --id <id> Specify a single ID to transform, e.g.\n"; 420 # Remove single-quoted matter 438 # Restore single-quoted matter 469 s|\\\'|<<sq>>|g; # Transform backslash single quote
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | disassemble.c | 423 decode_M(enum bi_constmod *mod, unsigned M1, unsigned M2, bool single) in decode_M() argument 428 if (!single) in decode_M() 434 memcpy(mod, M2_table[M2], sizeof(*mod) * (single ? 1 : 2)); in decode_M() 437 memcpy(mod, M1_table[M1], sizeof(*mod) * (single ? 1 : 2)); in decode_M()
|
/third_party/ffmpeg/tests/fate/ |
H A D | hlsenc.mak | 62 FATE_HLSENC-$(call ALLYES, HLS_DEMUXER MPEGTS_MUXER MPEGTS_DEMUXER AEVALSRC_FILTER LAVFI_INDEV MP2FIXED_ENCODER) += fate-hls-segment-single 63 fate-hls-segment-single: tests/data/hls_segment_single.m3u8 64 fate-hls-segment-single: CMD = framecrc -auto_conversion_filters -flags +bitexact -i $(TARGET_PATH)/tests/data/hls_segment_single.m3u8 -vf setpts=N*23
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 265 # convert single backslahes to doubles 298 # replace single quotes 322 sub single { subroutine 531 if($multi eq "single") { 614 # convert single backslahes to doubles 898 $ret += single($f, 0); 912 if(single($f, 1)) { 941 elsif($f eq "single") { 954 print "Usage: gen.pl <mainpage/listhelp/single FILE/protos/listcats> [files]\n";
|