Home
last modified time | relevance | path

Searched refs:FSIZE (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c83 #define FSIZE (512 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro
111 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range()
113 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31); in get_chunk_range()
508 if ( ftruncate(outfd, FSIZE)){ in main()
514 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){ in main()
529 p_file = mmap(0, FSIZE, PROT_READ | PROT_WRITE, MAP_SHARED, outfd, 0); in main()
586 if (munmap(p_file, FSIZE)){ in main()
H A Dfsync_integrity.c91 #define FSIZE (64 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro
121 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range()
123 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31); in get_chunk_range()
443 if ( ftruncate(outfd, FSIZE)){ in main()
449 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){ in main()
/freebsd-12.1/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c46 #define FSIZE 256*1024*1024 macro
50 static long fsize = FSIZE;
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.c1452 # define FSIZE DF_SIZE in FUNC()
1455 # define FSIZE XF_SIZE in FUNC()
1458 # define FSIZE TF_SIZE in FUNC()
1464 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC()
1471 if (! (- ((DWtype) 1 << FSIZE) < u in FUNC()
1472 && u < ((DWtype) 1 << FSIZE))) in FUNC()
1564 # define FSIZE DF_SIZE in FUNC()
1567 # define FSIZE XF_SIZE in FUNC()
1570 # define FSIZE TF_SIZE in FUNC()
1576 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC()
[all …]
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_fsize.m4123 define(`FSIZE', macro
128 `FSIZE($1)
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dlimits_conf.c55 LIM(FSIZE, 1024),
/freebsd-12.1/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c55 LIM(FSIZE, 1024),
/freebsd-12.1/share/doc/psd/05.sysman/
H A Dspell.ok15 FSIZE
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m4393 GLIBCXX_CHECK_SETRLIMIT_ancilliary(FSIZE)
H A DChangeLog-20044082 GLIBCXX_CHECK_SETRLIMIT_ancilliary for FSIZE too, adjust define