Home
last modified time | relevance | path

Searched refs:sg2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dpascal35 #!:ext sg2
/freebsd/sys/dev/hptmv/
H A Dentry.c1771 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand() local
1772 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0); in fDeviceSendCommand()
1781 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand() local
1782 do { *sg1++=*sg2; } while ((sg2++->wSgFlag & SG_FLAG_EOT)==0); in fDeviceSendCommand()
/freebsd/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5.dtsi252 function = "sg2";
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7697 double sg2 = sg * sg; in outlier_variance() local
7700 auto c_max = [n, mn, sb2, sg2](double x) -> double { in outlier_variance()
7705 double k1 = sb2 - n * sg2 + nd; in outlier_variance()
7706 double det = k1 * k1 - 4 * sg2 * k0; in outlier_variance()
7710 auto var_out = [n, sb2, sg2](double c) { in outlier_variance()
7712 return (nc / n) * (sb2 - nc * sg2); in outlier_variance()