Searched refs:BLOCK_SIZE (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D960521-1.c7 #define BLOCK_SIZE (STACK_SIZE / (sizeof (*a) + sizeof (*b))) macro
9 #define BLOCK_SIZE 32768 macro
16 for (i = 0; i < BLOCK_SIZE - 1; i++)
22 n = BLOCK_SIZE;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D960521-1.c7 #define BLOCK_SIZE (STACK_SIZE / (sizeof (*a) + sizeof (*b))) macro
9 #define BLOCK_SIZE 32768 macro
16 for (i = 0; i < BLOCK_SIZE - 1; i++)
22 n = BLOCK_SIZE;
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S61 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
112 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
115 inc BLOCK_SIZE, %l0
119 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
121 add %l0, 2*BLOCK_SIZE, %l0 /* and skip what we already stored */
123 inc BLOCK_SIZE, %l0
144 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
147 inc BLOCK_SIZE, %l0
152 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
154 inc 2*BLOCK_SIZE,
[all...]
/netbsd-6-1-5-RELEASE/sbin/dkscan_bsdlabel/
H A Ddkscan_util.h33 #define BLOCK_SIZE 512 /* XXX */ macro
H A Ddkscan_util.c73 if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dsymbol.cpp39 #ifdef BLOCK_SIZE
40 #undef BLOCK_SIZE macro
43 const int BLOCK_SIZE = 1024; variable
141 block_size = len > BLOCK_SIZE ? len : BLOCK_SIZE;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsvr4_sigcode64.s72 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
131 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
134 inc BLOCK_SIZE, %l0
138 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
140 add %l0, 2*BLOCK_SIZE, %l0 ! and skip what we already stored
142 inc BLOCK_SIZE, %l0
163 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
166 inc BLOCK_SIZE, %l0
171 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
173 inc 2*BLOCK_SIZE,
[all...]
H A Dmemcpyset.s40 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
881 inc BLOCK_SIZE, %o0
891 inc BLOCK_SIZE, %o0
893 dec BLOCK_SIZE, %o2
909 inc BLOCK_SIZE, %o0
911 inc BLOCK_SIZE, %o1
913 dec BLOCK_SIZE, %o2
928 inc BLOCK_SIZE, %o0
930 inc BLOCK_SIZE, %o1
932 dec BLOCK_SIZE,
[all...]
H A Dmp_subr.S87 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
295 add %g3, 2*BLOCK_SIZE, %g3 ! Skip a block
298 inc BLOCK_SIZE, %g3
303 inc BLOCK_SIZE, %g3
306 inc BLOCK_SIZE, %g3
H A Dlocore.s93 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
5022 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
5025 inc BLOCK_SIZE, %l0
5029 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
5031 add %l0, 2*BLOCK_SIZE, %l0 ! and skip what we already stored
5033 inc BLOCK_SIZE, %l0
5056 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
5059 inc BLOCK_SIZE, %l0
5064 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 ! Generate a pointer so we can
5066 inc 2*BLOCK_SIZE,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/string/
H A Dmemcpy.S56 #define BLOCK_SIZE SPARC64_BLOCK_SIZE define
808 save %sp, -(CC64FSZ+FS_SIZE+BLOCK_SIZE), %sp ! Allocate an fpstate
811 add %sp, (CC64FSZ+STKB+BLOCK_SIZE-1), %l0 ! Calculate pointer to fpstate
1083 inc BLOCK_SIZE, %o0
1093 inc BLOCK_SIZE, %o0
1095 dec BLOCK_SIZE, %o2
1111 inc BLOCK_SIZE, %o0
1113 inc BLOCK_SIZE, %o1
1115 dec BLOCK_SIZE, %o2
1130 inc BLOCK_SIZE,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/cdboot/
H A Dcdboot.S42 #define BLOCK_SIZE 2048 /* Default for ISO 9660 */ define
45 #define ROOTDIR_ADDR end+BLOCK_SIZE /* Where Root Directory is loaded */
123 movw $BLOCK_SIZE/2, %cx
279 addl $(BLOCK_SIZE-1), %edx /* Convert file length to */
305 #define MAX_SECTORS (0x10000/BLOCK_SIZE)
362 . = start + BLOCK_SIZE
/netbsd-6-1-5-RELEASE/sys/dev/dtv/
H A Ddtv_buffer.c49 #define BLOCK_SIZE DTV_DEFAULT_BLOCKSIZE macro
50 #define BLOCK_ALIGN(a) (((a) + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1))
140 nbufs = BLOCK_ALIGN(bufsize) / BLOCK_SIZE;
178 ds->ds_buf[i]->db_length = BLOCK_SIZE;
179 offset += BLOCK_SIZE;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp335 ref = VirtualAlloc(0, BLOCK_SIZE, MEM_RESERVE, PAGE_NOACCESS);
341 for (paddr = pstart; paddr < pend; paddr += BLOCK_SIZE) {
342 if (!VirtualCopy(ref, LPVOID(paddr >> 8), BLOCK_SIZE,
350 ofs = checkMagicRegion(vaddr_t(ref), BLOCK_SIZE, _page_size);
353 if (!VirtualFree(ref, BLOCK_SIZE, MEM_DECOMMIT)) {
H A Dmemory.h69 enum { BLOCK_SIZE = WCE_REGION_SIZE * 64 }; // 4MByte enumerator in enum:MemoryManager::__anon5917
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/indxbib/
H A Dindxbib.cpp51 #ifdef BLOCK_SIZE
52 #undef BLOCK_SIZE macro
55 const int BLOCK_SIZE = ((1024 - MALLOC_OVERHEAD - sizeof(struct block *) variable
60 int v[BLOCK_SIZE];
715 else if (pp->ptr->used >= BLOCK_SIZE)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dseagate.c94 #define BLOCK_SIZE 512 /* size of READ/WRITE areas on SCSI card */ macro
100 * BLOCK_SIZE bytes at a time.
1302 if (scb->datalen && !(scb->datalen % BLOCK_SIZE)) {
1328 "1" (BLOCK_SIZE >> 2),
1331 for (len = BLOCK_SIZE;
1345 "1" (BLOCK_SIZE >> 2),
1348 for (len = BLOCK_SIZE;
1353 scb->datalen -= BLOCK_SIZE;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h567 # undef BLOCK_SIZE macro

Completed in 129 milliseconds