Home
last modified time | relevance | path

Searched refs:do_mmap (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/elfutils/elfutils-0.179/tests/
H A Dtest-elf_cntl_gelf_getshdr.c45 bool do_mmap = false; in main() local
49 do_mmap = false; in main()
54 do_mmap = true; in main()
59 do_mmap = false; in main()
78 Elf *elf = elf_begin (fd, do_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in main()
86 if (! do_mmap && close_fd) in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dcoredump-filter.c28 do_mmap (void *addr, size_t size, int prot, int flags, int fd, off_t offset) in do_mmap() function
45 private_anon = do_mmap (NULL, size, default_prot, in main()
49 shared_anon = do_mmap (NULL, size, default_prot, in main()
53 dont_dump = do_mmap (NULL, size, default_prot, in main()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dAutoTcorrelate.c17 # define do_mmap 0 macro
19 static int do_mmap = 0 ; variable
336 do_mmap = 1 ; nopt++ ; continue ; in main()
413 if( do_mmap && cpt != NULL ){ in main()
539 if( nb > 1000.0 && !do_mmap ) in main()
550 if( !do_mmap ) in main()
564 if( !do_mmap ) in main()
571 if( do_mmap ){ in main()
636 if( !do_mmap ) car = DSET_ARRAY(cset,kout) ; in main()
695 if( !do_mmap ){ in main()
[all …]
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_read.c278 int fua, int dpo, int * diop, int do_mmap, in sg_bread() argument
299 if (! do_mmap) in sg_bread()
303 else if (do_mmap) in sg_bread()
384 int do_mmap = 0; in main() local
460 do_mmap = sg_get_num(buf); in main()
512 if (do_dio && do_mmap) { in main()
516 if (no_dxfer && (do_dio || do_mmap)) { in main()
570 if ((do_mmap) && (0 != (t % psz))) in main()
580 if (do_mmap && (t < 30122)) { in main()
586 if (do_mmap) { in main()
[all …]
H A Dsg_rbuf.c81 int do_mmap; member
181 ++optsp->do_mmap; in process_cl_new()
258 ++optsp->do_mmap; in process_cl_old()
402 if (op->do_mmap) { in main()
484 if (op->do_mmap && (0 != (k % psz))) in main()
491 if (op->do_mmap) { in main()
544 if (! op->do_mmap) in main()
550 if (op->do_mmap) in main()
H A Dsgm_dd.c465 int bs, int cdbsz, int fua, int dpo, int do_mmap) in sg_read() argument
483 if (! do_mmap) in sg_read()
489 if (do_mmap) in sg_read()
555 int bs, int cdbsz, int fua, int dpo, int do_mmap, int * diop) in sg_write() argument
574 if (! do_mmap) in sg_write()
580 if (do_mmap) in sg_write()
1283 int do_mmap = (FT_SG == in_type) ? 0 : 1; in main() local
1287 out_flags.fua, out_flags.dpo, do_mmap, &dio_res); in main()
1294 do_mmap, &dio_res); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_dmp.c101 do_mmap = FALSE; in ngram_model_dmp_read()
112 do_mmap = 0; in ngram_model_dmp_read()
135 if (do_mmap) { in ngram_model_dmp_read()
245 if (do_mmap) { in ngram_model_dmp_read()
266 if (do_mmap) { in ngram_model_dmp_read()
293 if (do_mmap) { in ngram_model_dmp_read()
322 if (do_mmap) in ngram_model_dmp_read()
383 if (do_mmap) in ngram_model_dmp_read()
386 if (do_mmap) { in ngram_model_dmp_read()
411 if (do_mmap) { in ngram_model_dmp_read()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_dmp.c101 do_mmap = FALSE; in ngram_model_dmp_read()
112 do_mmap = 0; in ngram_model_dmp_read()
135 if (do_mmap) { in ngram_model_dmp_read()
245 if (do_mmap) { in ngram_model_dmp_read()
266 if (do_mmap) { in ngram_model_dmp_read()
293 if (do_mmap) { in ngram_model_dmp_read()
322 if (do_mmap) in ngram_model_dmp_read()
383 if (do_mmap) in ngram_model_dmp_read()
386 if (do_mmap) { in ngram_model_dmp_read()
411 if (do_mmap) { in ngram_model_dmp_read()
[all …]
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/lm/
H A Dngram_model_dmp.c101 do_mmap = FALSE;
112 do_mmap = 0;
135 if (do_mmap) {
245 if (do_mmap) {
266 if (do_mmap) {
293 if (do_mmap) {
322 if (do_mmap)
383 if (do_mmap)
386 if (do_mmap) {
411 if (do_mmap) {
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmalloc_hook_mmap_freebsd.h70 static inline void* do_mmap(void *start, size_t length, in do_mmap() function
92 result = do_mmap(start, length, prot, flags, fd, in mmap()
121 result = do_mmap(start, length, prot, flags, fd, offset); in UnhookedMMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook_mmap_freebsd.h70 static inline void* do_mmap(void *start, size_t length, in do_mmap() function
92 result = do_mmap(start, length, prot, flags, fd, in mmap()
121 result = do_mmap(start, length, prot, flags, fd, offset); in UnhookedMMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook_mmap_freebsd.h70 static inline void* do_mmap(void *start, size_t length, in do_mmap() function
92 result = do_mmap(start, length, prot, flags, fd, in mmap()
121 result = do_mmap(start, length, prot, flags, fd, offset); in UnhookedMMap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dmalloc_hook_mmap_freebsd.h70 static inline void* do_mmap(void *start, size_t length, in do_mmap() function
92 result = do_mmap(start, length, prot, flags, fd, in mmap()
121 result = do_mmap(start, length, prot, flags, fd, offset); in UnhookedMMap()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-randlist.c144 bool do_mmap = false; in stress_randlist() local
156 do_mmap = true; in stress_randlist()
197 if (do_mmap && (stress_mwc8() < 16)) { in stress_randlist()
201 do_mmap = false; in stress_randlist()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Dlogmath.c169 int chksum_present, do_mmap; in logmath_read() local
230 do_mmap = 1; in logmath_read()
235 do_mmap = 0; in logmath_read()
240 do_mmap = 0; in logmath_read()
243 if (do_mmap) { in logmath_read()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Dlogmath.c169 int chksum_present, do_mmap;
230 do_mmap = 1;
235 do_mmap = 0;
240 do_mmap = 0;
243 if (do_mmap) {
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/util/
H A Dlogmath.c169 int chksum_present, do_mmap;
230 do_mmap = 1;
235 do_mmap = 0;
240 do_mmap = 0;
243 if (do_mmap) {
/dports/comms/sunxi-tools/sunxi-tools-1.4.2/
H A Dpio.c348 int do_mmap = 0; in main() local
357 do_mmap = 1; in main()
367 if (!in_name && !do_mmap) in main()
369 if (do_mmap) { in main()
/dports/net/libsrtp2/libsrtp-2.4.2/fuzzer/
H A Dfuzzer.c38 bool do_mmap, mmap_high = true; in fuzz_alloc() local
62 do_mmap = (fuzz_mt19937_get() % 64) == 0 ? true : false; in fuzz_alloc()
63 if (do_mmap == true) { in fuzz_alloc()
67 do_mmap = false; in fuzz_alloc()
74 if (g_mmap_allocation == NULL && g_no_mmap == false && do_mmap == true) { in fuzz_alloc()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/fuzzer/
H A Dfuzzer.c38 bool do_mmap, mmap_high = true; in fuzz_alloc() local
62 do_mmap = (fuzz_mt19937_get() % 64) == 0 ? true : false; in fuzz_alloc()
63 if (do_mmap == true) { in fuzz_alloc()
67 do_mmap = false; in fuzz_alloc()
74 if (g_mmap_allocation == NULL && g_no_mmap == false && do_mmap == true) { in fuzz_alloc()
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dmkfs.cramfs.c145 do_mmap(char *path, unsigned int size, unsigned int mode){ in do_mmap() function
193 start = do_mmap(e->path, e->size, e->mode); in mdfile()
214 start1 = do_mmap(e1->path, e1->size, e1->mode); in identical_file()
217 start2 = do_mmap(e2->path, e2->size, e2->mode); in identical_file()
579 start = do_mmap(path, size, mode); in do_compress()
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Dmkfs.cramfs.c152 do_mmap(char *path, unsigned int size, unsigned int mode){ in do_mmap() function
199 start = do_mmap(e->path, e->size, e->mode); in mdfile()
222 start1 = do_mmap(e1->path, e1->size, e1->mode); in identical_file()
225 start2 = do_mmap(e2->path, e2->size, e2->mode); in identical_file()
575 start = do_mmap(path, size, mode); in do_compress()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dbin_mdef.c328 int32 val, i, do_mmap, swap; in bin_mdef_read() local
403 do_mmap = config ? cmd_ln_boolean_r(config, "-mmap") : TRUE; in bin_mdef_read()
406 do_mmap = FALSE; in bin_mdef_read()
409 if (do_mmap) { in bin_mdef_read()
412 do_mmap = FALSE; in bin_mdef_read()
415 if (do_mmap) { in bin_mdef_read()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dbin_mdef.c330 int do_mmap; in bin_mdef_read() local
403 do_mmap = config ? cmd_ln_boolean_r(config, "-mmap") : TRUE; in bin_mdef_read()
406 do_mmap = FALSE; in bin_mdef_read()
409 if (do_mmap) { in bin_mdef_read()
412 do_mmap = FALSE; in bin_mdef_read()
415 if (do_mmap) { in bin_mdef_read()
/dports/math/faiss/faiss-1.7.1/faiss/invlists/
H A DOnDiskInvertedLists.h128 void do_mmap();

123