Home
last modified time | relevance | path

Searched refs:ffo (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/misc/fq/fq-0.0.2/format/flac/
H A Dflac.go63 ffo, ok := v.(format.FlacFrameOut)
68 samplesInFrame := ffo.Samples
70 samplesInFrame = num.MinUInt64(streamTotalSamples-streamDecodedSamples, ffo.Samples)
72 …frameStreamSamplesBuf := ffo.SamplesBuf[0 : samplesInFrame*uint64(ffo.Channels*ffo.BitsPerSample/8…
73 framesNDecodedSamples += ffo.Samples
76 streamDecodedSamples += ffo.Samples
79 flacFrameIn.SamplesBuf = ffo.SamplesBuf
/dports/math/fxt/fxt/demo/comb/
H A Dperm-dist1-gray-demo.cc32 ulong *ffo; // last string variable
40 for (ulong j=0; j<n; ++j) tct += (ff[j]!=ffo[j]); in chk_gray()
46 for (ulong j=0; j<n; ++j) ffo[j] = ff[j]; in chk_gray()
142 ffo = new ulong[n+1]; in main()
159 delete [] ffo; in main()
H A Dperm-right1-gray-demo.cc30 ulong *ffo; // last string variable
38 for (ulong j=0; j<n; ++j) tct += (ff[j]!=ffo[j]); in chk_gray()
44 for (ulong j=0; j<n; ++j) ffo[j] = ff[j]; in chk_gray()
151 ffo = new ulong[n]; in main()
168 delete [] ffo; in main()
H A Dperm-l1r2-gray-demo.cc32 ulong *ffo; // last string variable
40 for (ulong j=0; j<n; ++j) tct += (ff[j]!=ffo[j]); in chk_gray()
46 for (ulong j=0; j<n; ++j) ffo[j] = ff[j]; in chk_gray()
147 ffo = new ulong[n+2]; in main()
165 delete [] ffo; in main()
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@clean_help_dir29 set ffo = (__new __old)
44 > $ffo[$ii]
46 diff $ffo[1] $ffo[2] >& /dev/null
54 \rm -f $ffo
/dports/cad/yosys/yosys-yosys-0.12/tests/opt/
H A Dopt_merge_keep.ys4 \$_DFF_P_ ffo (
25 \$_DFF_P_ ffo (
48 \$_DFF_P_ ffo (
H A Dopt_merge_init.ys6 ) ffo (
60 ) ffo (
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dfasl.c470 struct faslFileObj ffo; in fasl_entry() local
490 ffo.size = dest_size; in fasl_entry()
491 ffo.next = ffo.buf = &BVIT(DSTBV(tc),0); in fasl_entry()
493 ffo.uf = uf; in fasl_entry()
498 ffo.next = ffo.end = ffo.buf = buf; in fasl_entry()
499 ffo.uf = uf; in fasl_entry()
517 struct faslFileObj ffo; in bv_fasl_entry() local
519 ffo.size = Sbytevector_length(bv); in bv_fasl_entry()
520 ffo.next = ffo.buf = &BVIT(bv, 0); in bv_fasl_entry()
521 ffo.end = &BVIT(bv, ffo.size); in bv_fasl_entry()
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dfasl.c499 struct faslFileObj ffo; in fasl_entry() local
530 ffo.size = dest_size; in fasl_entry()
531 ffo.next = ffo.buf = &BVIT(DSTBV(tc),0); in fasl_entry()
533 ffo.uf = uf; in fasl_entry()
539 ffo.next = ffo.end = ffo.buf = buf; in fasl_entry()
541 ffo.uf = uf; in fasl_entry()
570 struct faslFileObj ffo; in bv_fasl_entry() local
577 ffo.size = len; in bv_fasl_entry()
578 ffo.next = ffo.buf = &BVIT(bv, offset); in bv_fasl_entry()
579 ffo.end = &BVIT(bv, offset + len); in bv_fasl_entry()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dfasl.c499 struct faslFileObj ffo; in fasl_entry() local
530 ffo.size = dest_size; in fasl_entry()
531 ffo.next = ffo.buf = &BVIT(DSTBV(tc),0); in fasl_entry()
533 ffo.uf = uf; in fasl_entry()
539 ffo.next = ffo.end = ffo.buf = buf; in fasl_entry()
541 ffo.uf = uf; in fasl_entry()
570 struct faslFileObj ffo; in bv_fasl_entry() local
577 ffo.size = len; in bv_fasl_entry()
578 ffo.next = ffo.buf = &BVIT(bv, offset); in bv_fasl_entry()
579 ffo.end = &BVIT(bv, offset + len); in bv_fasl_entry()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/hdu/
H A Dhdulist.py1380 ffo = _File(old_file, mode='update', memmap=old_memmap)
1382 self._file = ffo
1389 hdu._file = ffo
1419 ffo = self._file
1421 ffo.truncate(0)
1422 ffo.seek(0)
1425 hdu._writeto(ffo, inplace=True, copy=True)
1437 hdu._file = ffo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/DWARF/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Dfind-function-regex.cpp20 void ffo() {} in ffo() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/DWARF/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-function-regex.cpp23 void ffo() {} in ffo() function
/dports/devel/git-svn/git-2.34.1/xdiff/
H A Dxmerge.c537 int ffo = off + xscr1->chg1 - xscr2->chg1; in xdl_do_merge() local
551 if (ffo < 0) { in xdl_do_merge()
552 chg0 -= ffo; in xdl_do_merge()
553 chg1 -= ffo; in xdl_do_merge()
555 chg2 += ffo; in xdl_do_merge()
/dports/devel/git-p4/git-2.34.1/xdiff/
H A Dxmerge.c537 int ffo = off + xscr1->chg1 - xscr2->chg1; in xdl_do_merge() local
551 if (ffo < 0) { in xdl_do_merge()
552 chg0 -= ffo; in xdl_do_merge()
553 chg1 -= ffo; in xdl_do_merge()
555 chg2 += ffo; in xdl_do_merge()
/dports/devel/git-gui/git-2.34.1/xdiff/
H A Dxmerge.c537 int ffo = off + xscr1->chg1 - xscr2->chg1; in xdl_do_merge() local
551 if (ffo < 0) { in xdl_do_merge()
552 chg0 -= ffo; in xdl_do_merge()
553 chg1 -= ffo; in xdl_do_merge()
555 chg2 += ffo; in xdl_do_merge()
/dports/devel/git/git-2.34.1/xdiff/
H A Dxmerge.c537 int ffo = off + xscr1->chg1 - xscr2->chg1; in xdl_do_merge() local
551 if (ffo < 0) { in xdl_do_merge()
552 chg0 -= ffo; in xdl_do_merge()
553 chg1 -= ffo; in xdl_do_merge()
555 chg2 += ffo; in xdl_do_merge()

12345678