Home
last modified time | relevance | path

Searched refs:outmode (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/lang/python27/Python-2.7.18/Tools/bgen/bgen/
H A DbgenBuffer.py44 return (self.getBufferDeclarations(name, constmode, outmode) +
45 self.getSizeDeclarations(name, outmode))
47 def getBufferDeclarations(self, name, constmode=False, outmode=False): argument
49 self.getOutputBufferDeclarations(name, constmode, outmode)
61 if outmode:
67 def getSizeDeclarations(self, name, outmode=False): argument
68 if outmode:
211 def getSizeDeclarations(self, name, outmode=False): argument
220 if outmode:
277 def getSizeDeclarations(self, name, outmode=False): argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Tools/bgen/bgen/
H A DbgenBuffer.py44 return (self.getBufferDeclarations(name, constmode, outmode) +
45 self.getSizeDeclarations(name, outmode))
47 def getBufferDeclarations(self, name, constmode=False, outmode=False): argument
49 self.getOutputBufferDeclarations(name, constmode, outmode)
61 if outmode:
67 def getSizeDeclarations(self, name, outmode=False): argument
68 if outmode:
211 def getSizeDeclarations(self, name, outmode=False): argument
220 if outmode:
277 def getSizeDeclarations(self, name, outmode=False): argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A DbgenBuffer.py44 return (self.getBufferDeclarations(name, constmode, outmode) +
45 self.getSizeDeclarations(name, outmode))
47 def getBufferDeclarations(self, name, constmode=False, outmode=False): argument
49 self.getOutputBufferDeclarations(name, constmode, outmode)
61 if outmode:
67 def getSizeDeclarations(self, name, outmode=False): argument
68 if outmode:
211 def getSizeDeclarations(self, name, outmode=False): argument
220 if outmode:
277 def getSizeDeclarations(self, name, outmode=False): argument
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = '0' + (data[0] % 10); in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/japanese/font-mona/monafont-2.90/ttftools/
H A Dremap_glyf22 ($outmode, $src_glyf, $src_loca, $src_hmtx, $numofHMetrics, $src_cmap, $dest_cmap) = @ARGV;
23 ($outmode ne 'l' && $outmode ne 'g' && $outmode ne 'h') && usage();
97 if ($outmode eq 'l') {
110 if ($outmode eq 'g') {
122 if ($outmode eq 'h') {
127 if ($outmode eq 'l') {
H A Dmerge_glyf19 $outmode = shift(@ARGV);
20 ($outmode eq 'l' || $outmode eq 'g' || $outmode eq 'h' || $outmode eq 'c') || usage();
118 if ($outmode eq 'l') {
128 } elsif ($outmode eq 'g') {
135 } elsif ($outmode eq 'h') {
143 } elsif ($outmode eq 'c') {
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c248 char outmode[20]; in LLVMFuzzerTestOneInput() local
264 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
265 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
268 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
273 outmode[3] = 0; in LLVMFuzzerTestOneInput()
277 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
281 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
285 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
289 outmode[3] = 'F'; in LLVMFuzzerTestOneInput()
293 outmode[3] = 'T'; in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libz-sys-1.1.0/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libz-sys-1.1.0/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dminigzip_fuzzer.c251 char outmode[20]; in LLVMFuzzerTestOneInput() local
267 memset(outmode, 0, sizeof(outmode)); in LLVMFuzzerTestOneInput()
268 snprintf(outmode, sizeof(outmode), "%s", "wb"); in LLVMFuzzerTestOneInput()
271 outmode[2] = data[0] % 10; in LLVMFuzzerTestOneInput()
276 outmode[3] = 0; in LLVMFuzzerTestOneInput()
280 outmode[3] = 'f'; in LLVMFuzzerTestOneInput()
284 outmode[3] = 'h'; in LLVMFuzzerTestOneInput()
288 outmode[3] = 'R'; in LLVMFuzzerTestOneInput()
292 file_compress(inFileName, outmode); in LLVMFuzzerTestOneInput()
/dports/science/minc2/minc-release-2.2.00/conversion/nifti1/
H A Dnifti1_test.c12 int iarg=1 , outmode=1 , ll ; in main() local
38 outmode = 0 ; in main()
41 case '1': outmode = 1 ; break ; in main()
42 default: outmode = 2 ; break ; in main()
43 case 'a': outmode = 3 ; break ; in main()
58 nim->nifti_type = outmode ; in main()

12345678910>>...40