Home
last modified time | relevance | path

Searched refs:fs3 (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfilestat.c184 FILESTATUS3 fs3; in apr_file_attrs_set() local
192 rc = DosQueryPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3)); in apr_file_attrs_set()
194 ULONG old_attr = fs3.attrFile; in apr_file_attrs_set()
208 fs3.attrFile |= FILE_HIDDEN; in apr_file_attrs_set()
210 fs3.attrFile &= ~FILE_HIDDEN; in apr_file_attrs_set()
214 if (fs3.attrFile != old_attr) { in apr_file_attrs_set()
215 rc = DosSetPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3), 0); in apr_file_attrs_set()
228 FILESTATUS3 fs3; in apr_file_mtime_set() local
230 rc = DosQueryPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3)); in apr_file_mtime_set()
236 apr_apr_time_to_os2_time(&fs3.fdateLastWrite, &fs3.ftimeLastWrite, mtime); in apr_file_mtime_set()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfilestat.c185 FILESTATUS3 fs3; in apr_file_attrs_set() local
193 rc = DosQueryPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3)); in apr_file_attrs_set()
195 ULONG old_attr = fs3.attrFile; in apr_file_attrs_set()
209 fs3.attrFile |= FILE_HIDDEN; in apr_file_attrs_set()
211 fs3.attrFile &= ~FILE_HIDDEN; in apr_file_attrs_set()
215 if (fs3.attrFile != old_attr) { in apr_file_attrs_set()
216 rc = DosSetPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3), 0); in apr_file_attrs_set()
229 FILESTATUS3 fs3; in apr_file_mtime_set() local
231 rc = DosQueryPathInfo(fname, FIL_STANDARD, &fs3, sizeof(fs3)); in apr_file_mtime_set()
237 apr_apr_time_to_os2_time(&fs3.fdateLastWrite, &fs3.ftimeLastWrite, mtime); in apr_file_mtime_set()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/
H A DSimpleDeserialize.cs218 Assert.Null(fs3.DirectoryString?.BmpString); in ReadFlexibleString()
219 Assert.Null(fs3.DirectoryString?.Utf8String); in ReadFlexibleString()
223 Assert.Equal("Hi", fs3.Ascii); in ReadFlexibleString()
249 Assert.Null(fs3.DirectoryString?.BmpString); in ReadFlexibleString_Class()
251 Assert.Null(fs3.DirectoryString); in ReadFlexibleString_Class()
254 Assert.Equal("Hi", fs3.Ascii); in ReadFlexibleString_Class()
280 Assert.Null(fs3.DirectoryString?.BmpString); in ReadFlexibleString_ClassHybrid()
285 Assert.Equal("Hi", fs3.Ascii); in ReadFlexibleString_ClassHybrid()
311 Assert.Null(fs3.DirectoryString?.BmpString); in ReadFlexibleString_StructHybrid()
313 Assert.Null(fs3.DirectoryString); in ReadFlexibleString_StructHybrid()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/comb/
H A Dcs_gascomb.f90364 fs3 = fs2 * zzox(io2) / ( 1.5d0*zzs2(ih2s)+zzox(io2) )
366 fs3 = fs2
370 zzs3(ii) = (fs3/fs2)*zzs2(ii)+(1.d0-(fs3/fs2))*zzox(ii)
381 fs4 = fs3 * zzox(io2) / ( zzs3(ico) + zzox(io2) )
383 fs4 = fs3
387 zzs4(ii) = (fs4/fs3)*zzs3(ii)+(1.d0-(fs4/fs3))*zzox(ii)
400 fs3no(iel) = fs3
405 fs4no(iel) = fs3
410 +(1.d0-(fs4no(iel)/fs3))*zzox(ii)
454 bb1 = max(pdfm1(iel),fs3)
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dpair_gran_hertz_history.cpp51 double fn,fs,fs1,fs2,fs3; in compute() local
225 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in compute()
238 fs3 *= fn/fs; in compute()
239 } else fs1 = fs2 = fs3 = 0.0; in compute()
246 fz = delz*ccel + fs3; in compute()
251 tor1 = rinv * (dely*fs3 - delz*fs2); in compute()
324 double fs1,fs2,fs3,fs,fn; in single() local
442 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in single()
449 fs3 *= fn/fs; in single()
451 } else fs1 = fs2 = fs3 = fs = 0.0; in single()
[all …]
H A Dfix_wall_gran.cpp819 fs3 = -ft*vtr3; in hooke()
825 fz = dz*ccel + fs3; in hooke()
929 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in hooke_history()
942 fs3 *= fn/fs; in hooke_history()
950 fz = dz*ccel + fs3; in hooke_history()
1061 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in hertz_history()
1074 fs3 *= fn/fs; in hertz_history()
1082 fz = dz*ccel + fs3; in hertz_history()
1351 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in granular()
1383 fs3 = -Ft*vtr3; in granular()
[all …]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Dfeatstruct.doctest185 >>> fs3['a', 'a', 'a', 'a'] is fs3
211 >>> fs1 == fs3, fs1 is fs3
886 >>> fs3
888 >>> fs3['F'] is fs3['G']
890 >>> fs3['F'] is fs3['G']['H']
892 >>> fs3['F'] is fs3['G']['H']['H']
902 >>> fs3
904 >>> fs3['F'] is fs3['F']['H']
906 >>> fs3['F'] is fs3['F']['H']['H']
935 >>> fs3
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestFileSystemTokens.java85 MockFileSystem fs3 = createFileSystemForServiceName(null); in testFsWithChildTokens() local
87 createFileSystemForServiceName(null, fs1, fs2, fs3); in testFsWithChildTokens()
93 verifyTokenFetch(fs3, false); in testFsWithChildTokens()
146 MockFileSystem fs3 = createFileSystemForServiceName(null); in testFsWithChildTokensOneExists() local
147 MockFileSystem multiFs = createFileSystemForServiceName(null, fs1, fs2, fs3); in testFsWithChildTokensOneExists()
153 verifyTokenFetch(fs3, false); in testFsWithChildTokensOneExists()
222 MockFileSystem fs3 = createFileSystemForServiceName(null); in testFsWithNestedDuplicatesChildren() local
228 fs1, fs1B, fs2, fs2, new FilterFileSystem(fs3), in testFsWithNestedDuplicatesChildren()
231 fs1, fs1B, fs1, new FilterFileSystem(fs3), new FilterFileSystem(multiFs)); in testFsWithNestedDuplicatesChildren()
237 verifyTokenFetch(fs3, false); // has no tokens in testFsWithNestedDuplicatesChildren()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/functional/tester/
H A Dcluster_test.go284 fs3 := cfg.listCases()
285 if reflect.DeepEqual(fs2, fs3) {
286 t.Fatalf("expected reshuffled failure cases from %q, got %q", fs2, fs3)
293 sort.Strings(fs3)
298 if !reflect.DeepEqual(fs2, fs3) {
299 t.Fatalf("expected %q, got %q", fs2, fs3)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/functional/tester/
H A Dcluster_test.go287 fs3 := cfg.listCases()
288 if reflect.DeepEqual(fs2, fs3) {
289 t.Fatalf("expected reshuffled failure cases from %q, got %q", fs2, fs3)
296 sort.Strings(fs3)
301 if !reflect.DeepEqual(fs2, fs3) {
302 t.Fatalf("expected %q, got %q", fs2, fs3)
/dports/devel/etcd34/etcd-3.4.18/functional/tester/
H A Dcluster_test.go287 fs3 := cfg.listCases()
288 if reflect.DeepEqual(fs2, fs3) {
289 t.Fatalf("expected reshuffled failure cases from %q, got %q", fs2, fs3)
296 sort.Strings(fs3)
301 if !reflect.DeepEqual(fs2, fs3) {
302 t.Fatalf("expected %q, got %q", fs2, fs3)
/dports/www/minio-client/etcd-3.5.0/tests/functional/tester/
H A Dcluster_test.go289 fs3 := cfg.listCases()
290 if reflect.DeepEqual(fs2, fs3) {
291 t.Fatalf("expected reshuffled failure cases from %q, got %q", fs2, fs3)
298 sort.Strings(fs3)
303 if !reflect.DeepEqual(fs2, fs3) {
304 t.Fatalf("expected %q, got %q", fs2, fs3)
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/functional/tester/
H A Dcluster_test.go287 fs3 := cfg.listCases()
288 if reflect.DeepEqual(fs2, fs3) {
289 t.Fatalf("expected reshuffled failure cases from %q, got %q", fs2, fs3)
296 sort.Strings(fs3)
301 if !reflect.DeepEqual(fs2, fs3) {
302 t.Fatalf("expected %q, got %q", fs2, fs3)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/mn10300/
H A Dam33-2.s115 fmov (a1+), fs3
133 fmov a1, fs3
144 fmov fs3, (e0)
183 fmov fs9, fs3
774 fabs fs9, fs3
792 fneg fs9, fs3
805 frsqrt fs3
871 fadd fs3, fs16
1026 fnmadd fs3, fs16, fs10, fs3
1247 itof fs9, fs3
[all …]
/dports/devel/libvirt/libvirt-7.10.0/tests/qemuxml2argvdata/
H A Dvirtio-9p-createmode.x86_64-latest.args37 -fsdev local,security_model=mapped,id=fsdev-fs3,path=/export/fs3 \
38 -device '{"driver":"virtio-9p-pci","id":"fs3","fsdev":"fsdev-fs3","mount_tag":"fs3","bus":"pci.0","…
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_gran_hooke_history_omp.cpp119 double fn,fs,fs1,fs2,fs3; in eval() local
264 fs3 = - (kt*myshear[2] + meff*gammat*vtr3); in eval()
268 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in eval()
280 fs3 *= fnfs; in eval()
281 } else fs1 = fs2 = fs3 = 0.0; in eval()
288 fz = delz*ccel + fs3; in eval()
293 tor1 = rinv * (dely*fs3 - delz*fs2); in eval()
294 tor2 = rinv * (delz*fs1 - delx*fs3); in eval()
H A Dpair_gran_hertz_history_omp.cpp117 double fn,fs,fs1,fs2,fs3; in eval() local
265 fs3 = -polyhertz * (kt*shear[2] + meff*gammat*vtr3); in eval()
269 fs = sqrt(fs1*fs1 + fs2*fs2 + fs3*fs3); in eval()
281 fs3 *= fnfs; in eval()
282 } else fs1 = fs2 = fs3 = 0.0; in eval()
289 fz = delz*ccel + fs3; in eval()
294 tor1 = rinv * (dely*fs3 - delz*fs2); in eval()
295 tor2 = rinv * (delz*fs1 - delx*fs3); in eval()

12345678910>>...28