Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sbin/dkscan_bsdlabel/
H A Ddkscan_util.h33 #define BLOCK_SIZE 512 /* XXX */ macro
/netbsd-src/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S61 #define BLOCK_SIZE SPARC64_BLOCK_SIZE macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DRijndaelCBCMAC.h23 BLOCK_SIZE = 16 //!< Number of bytes in one cipher block. enumerator
/netbsd-src/common/lib/libc/arch/sparc64/string/
H A Dstrmacros.h40 #define BLOCK_SIZE SPARC64_BLOCK_SIZE macro
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dmp_subr.S88 #define BLOCK_SIZE SPARC64_BLOCK_SIZE macro
H A Dlocore.s95 #define BLOCK_SIZE SPARC64_BLOCK_SIZE macro
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Ddisklabel.c302 #define BLOCK_SIZE SBSIZE in disklabel() macro
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsymbol.cpp43 const int BLOCK_SIZE = 1024; variable
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c57 #define BLOCK_SIZE 2048 macro
/netbsd-src/sys/arch/i386/stand/cdboot/
H A Dcdboot.S42 #define BLOCK_SIZE 2048 /* Default for ISO 9660 */ macro
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.h69 enum { BLOCK_SIZE = WCE_REGION_SIZE * 64 }; // 4MByte enumerator
/netbsd-src/sys/dev/dtv/
H A Ddtv_buffer.c49 #define BLOCK_SIZE DTV_DEFAULT_BLOCKSIZE macro
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_lzop.c86 #define BLOCK_SIZE (256 * 1024) macro
/netbsd-src/external/lgpl3/gmp/dist/
H A Dprimesieve.c378 #define BLOCK_SIZE 2048 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dfs.d29 enum BLOCK_SIZE = 1 << BLOCK_SIZE_BITS; /// variable
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp55 const int BLOCK_SIZE = ((1024 - MALLOC_OVERHEAD - sizeof(struct block *) variable
/netbsd-src/sys/dev/isa/
H A Dseagate.c94 #define BLOCK_SIZE 512 /* size of READ/WRITE areas on SCSI card */ macro