Searched refs:fss (Results 1 – 15 of 15) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | adp.c | 65 struct statfs fss; in fs_show() local 70 ret = statfs(path, &fss); in fs_show() 74 PRINTK(" Total clusters: %u \n", fss.f_blocks); in fs_show() 75 PRINTK(" Cluster size: %u \n", fss.f_bsize); in fs_show() 76 PRINTK(" Free clusters: %u \n", fss.f_bfree); in fs_show()
|
/third_party/boost/libs/format/tools/ |
D | format_matrix.cpp | 372 std::stringstream fss; in cell() local 373 fss << '%'; in cell() 374 fss << format_flags[ffi]; in cell() 375 fss << minimum_width[mwi]; in cell() 376 fss << precision[pri]; in cell() 377 fss << length_modifier[ncol]; in cell() 378 fss << row.conversion_specifier; in cell() 379 std::string fmtStr = fss.str(); in cell()
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | k3-j721e-mcu-wakeup.dtsi | 122 fss: fss@47000000 { label
|
/third_party/boost/libs/fiber/test/ |
D | test_fss_dispatch.cpp | 48 void fss() { in fss() function 74 boost::fibers::fiber( boost::fibers::launch::dispatch, fss).join(); in test_fss()
|
D | test_fss_post.cpp | 48 void fss() { in fss() function 74 boost::fibers::fiber( boost::fibers::launch::post, fss).join(); in test_fss()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ssim.c | 170 int64_t fss = ss; in ssim_end1x() local 172 int64_t vars = fss * 64 - fs1 * fs1 - fs2 * fs2; in ssim_end1x() 186 int fss = ss; in ssim_end1() local 188 int vars = fss * 64 - fs1 * fs1 - fs2 * fs2; in ssim_end1()
|
D | vf_mestimate.c | 200 SEARCH_MV(fss); in filter_frame()
|
/third_party/ffmpeg/tests/ |
D | tiny_ssim.c | 92 type fss = ss; in ssim_end1() local 94 type vars = fss*64 - fs1*fs1 - fs2*fs2; in ssim_end1()
|
/third_party/boost/libs/fiber/doc/ |
D | fls.qbk | 27 #include <boost/fiber/fss.hpp>
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_ssim.asm | 191 ; m1 = fs1, m2 = fs2, m3 = fss, m4 = fs12
|
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 2604 static int ocontext_selinux_fs_to_cil(struct policydb *UNUSED(pdb), struct ocontext *fss) in ocontext_selinux_fs_to_cil() argument 2606 if (fss != NULL) { in ocontext_selinux_fs_to_cil()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5323 "fss",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5503 "fss",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5523 "fss",
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13550 @item fss 13640 @item fss
|