Searched refs:SIZE (Results 1 - 25 of 85) sorted by relevance

1234

/src/sys/external/bsd/drm2/include/linux/
H A Dcirc_buf.h35 #define CIRC_SPACE(HEAD, TAIL, SIZE) \
36 (((TAIL) - ((HEAD) + 1)) & ((SIZE) - 1))
H A Dioport.h54 #define DEFINE_RES_MEM(START, SIZE) \
55 { .start = (START), .end = (START) + ((SIZE) - 1) }
H A Dkfifo.h93 #define kfifo_alloc(FIFO, SIZE, GFP) \
94 _kfifo_alloc(&(FIFO)->kf_meta, &(FIFO)->kf_buf, (SIZE), (GFP))
144 #define kfifo_out_peek(FIFO, PTR, SIZE) \
145 _kfifo_out_peek(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
179 #define kfifo_out(FIFO, PTR, SIZE) \
180 _kfifo_out(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
217 #define kfifo_in(FIFO, PTR, SIZE) \
218 _kfifo_in(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
H A Dmoduleparam.h69 #define module_param_string(VAR, TYPE, SIZE, MODE) \
/src/sys/arch/emips/stand/common/
H A Dchecksize.sh48 if [ "$SIZE" = "" ]; then
49 SIZE=size
52 size_data=`$SIZE $bootfile`
64 echo "MAXIMUM LOAD SIZE EXCEEDED ($load_size > $maxloadsize)"
69 echo "MAXIMUM TOTAL SIZE EXCEEDED ($load_size + $bss_size > $maxtotalsize)"
/src/sys/arch/pmax/stand/common/
H A Dchecksize.sh48 if [ "$SIZE" = "" ]; then
49 SIZE=size
52 size_data=`$SIZE $bootfile`
64 echo "MAXIMUM LOAD SIZE EXCEEDED ($load_size > $maxloadsize)"
69 echo "MAXIMUM TOTAL SIZE EXCEEDED ($load_size + $bss_size > $maxtotalsize)"
/src/regress/sys/fs/lfs/ckckp/
H A Drun_ckckp9 SIZE=$7
12 (cd $TMPMP; $UTILDIR/cleanalot_async -n $COUNT -p $PLEX -b $SIZE) &
/src/sys/arch/sbmips/stand/common/
H A Dchecksize.sh49 if [ "$SIZE" = "" ]; then
50 SIZE=size
53 size_data=`$SIZE $bootobj`
65 echo "MAXIMUM LOAD SIZE EXCEEDED ($load_size > $maxloadsize)"
70 echo "MAXIMUM TOTAL SIZE EXCEEDED ($load_size + $bss_size > $maxtotalsize)"
/src/sys/arch/evbmips/stand/sbmips/common/
H A Dchecksize.sh49 if [ "$SIZE" = "" ]; then
50 SIZE=size
53 size_data=`$SIZE $bootobj`
65 echo "MAXIMUM LOAD SIZE EXCEEDED ($load_size > $maxloadsize)"
70 echo "MAXIMUM TOTAL SIZE EXCEEDED ($load_size + $bss_size > $maxtotalsize)"
/src/sys/arch/alpha/stand/common/
H A Dchecksize.sh49 if [ "$SIZE" = "" ]; then
50 SIZE=size
53 size_data=`$SIZE $bootobj`
65 echo "MAXIMUM LOAD SIZE EXCEEDED ($load_size > $maxloadsize)"
70 echo "MAXIMUM TOTAL SIZE EXCEEDED ($load_size + $bss_size > $maxtotalsize)"
/src/games/hack/
H A Dhack.timeout.c80 for (upp = u.uprops; upp < u.uprops + SIZE(u.uprops); upp++)
130 if (i > 0 && i <= SIZE(stoned_texts))
131 pline("%s", stoned_texts[SIZE(stoned_texts) - i]);
H A Dconfig.h199 #define SIZE(x) (int)(sizeof(x) / sizeof(x[0])) macro
/src/sys/arch/mmeye/stand/boot/
H A Ddeflate.sh12 SIZE=`ls -l ${kernel}.gz.tmp | cut -d ' ' -f 8`
13 dd if=${kernel}.gz.tmp bs=`expr $SIZE - 8` count=1 >> ${kernel}.gz
/src/tests/lib/libc/locale/
H A Dt_mbstowcs.c73 #define SIZE 256 macro
163 wchar_t wbuf[SIZE];
164 char buf[SIZE];
165 char visbuf[SIZE];
178 REQUIRE_ERRNO((ssize_t)mbstowcs(wbuf, t->data, SIZE-1), -1);
179 REQUIRE_ERRNO((ssize_t)wcstombs(buf, wbuf, SIZE-1), -1);
203 if (wcswidth(wbuf, SIZE-1) != t->width) {
206 (void)printf(" got : %d\n", wcswidth(wbuf, SIZE-1));
/src/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh17 SIZE=${root}/bin/${target}-size; export SIZE
/src/sys/arch/sparc/stand/bootxx/
H A DMakefile27 @${SIZE} ${.TARGET}.sym
/src/tests/lib/libc/gen/
H A Dt_vis.c57 #define SIZE 256 macro
71 ATF_REQUIRE((dstbuf = malloc(SIZE)) != NULL);
72 ATF_REQUIRE((srcbuf = malloc(SIZE)) != NULL);
73 ATF_REQUIRE((visbuf = malloc(SIZE * 4 + 1)) != NULL);
75 for (i = 0; i < SIZE; i++)
79 ATF_REQUIRE(strsvisx(visbuf, srcbuf, SIZE, styles[i], "") > 0);
80 memset(dstbuf, 0, SIZE);
83 for (j = 0; j < SIZE; j++)
/src/sys/arch/sgimips/stand/boot/
H A DMakefile33 @${SIZE} ${.TARGET}
40 @${SIZE} ${.TARGET}
/src/sys/arch/news68k/stand/bootxx/
H A DMakefile17 SIZE?= size macro
39 ${SIZE} ${.TARGET}.sym
/src/sys/arch/newsmips/stand/bootxx/
H A DMakefile11 SIZE?= size macro
36 ${SIZE} ${.TARGET}.sym
/src/tests/lib/libc/sys/
H A Dt_write.c226 #define SIZE 8192 macro
234 void *map = mmap(NULL, SIZE, PROT_NONE, MAP_ANON | MAP_PRIVATE, -1, 0);
237 ssize_t retval = write(fd[1], map, SIZE);
242 munmap(map, SIZE);
260 void *map = mmap(NULL, SIZE, PROT_NONE, MAP_ANON | MAP_PRIVATE, -1, 0);
263 ssize_t retval = read(fd, map, SIZE);
268 munmap(map, SIZE);
/src/sys/arch/atari/stand/bootxx/
H A DMakefile.bootxx56 ${SIZE} ${PROG}.elf
57 @len=`${SIZE} ${PROG}.elf | \
/src/sys/arch/mvme68k/stand/bootst/
H A DMakefile13 @${SIZE} bootst.bug
/src/sys/arch/alpha/stand/
H A DMakefile.bootprogs22 CHECKSIZE_CMD= SIZE=${SIZE} ${HOST_SH} ${.CURDIR}/../common/checksize.sh
/src/sys/arch/sparc/stand/boot/
H A DMakefile56 ${SIZE} ${.TARGET}
63 ${SIZE} ${.TARGET}.tmp

Completed in 24 milliseconds

1234