Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/usr.sbin/fwctl/
H A Dfwdv.c80 #define DSIZE 480 macro
117 pad = malloc(DSIZE*MAXBLOCKS); in dvrecv()
121 memset(pad, 0xff, DSIZE*MAXBLOCKS); in dvrecv()
224 npad *= DSIZE; in dvrecv()
241 wbuf[vec++].iov_len = DSIZE; in dvrecv()
290 pbuf = malloc(DSIZE * TNBUF); in dvsend()
310 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()
340 while (tlen < DSIZE * TNBUF) { in dvsend()
341 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen); in dvsend()
357 dv = (struct dvdbc *)(pbuf + offset * DSIZE); in dvsend()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE); in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
/netbsd-src/common/dist/zlib/examples/
H A Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE); in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE); in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE); in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
/netbsd-src/lib/libc/db/hash/
H A Dhash.c218 "DIRECTORY SIZE ", hashp->DSIZE, in __hash_open()
290 hashp->DSIZE = DEF_DIRSIZE; in init_hash()
377 if (nsegs > (uint32_t)hashp->DSIZE) in init_htab()
378 hashp->DSIZE = nsegs; in init_htab()
843 if (new_segnum >= hashp->DSIZE) { in __expand_table()
845 dirsize = hashp->DSIZE * sizeof(SEGMENT *); in __expand_table()
850 hashp->DSIZE = (uint32_t)dirsize; in __expand_table()
921 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *)); in alloc_segs()
H A Dhash.h283 #define DSIZE hdr.dsize macro
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/
H A DMakefile.inc181 CPPFLAGS.${n}_${s}_${m}+= -DL_${n} -DSIZE=${s} -DMODEL=${m}
190 CPPFLAGS.${n}_${s}_${m}+= -DL_${n} -DSIZE=${s} -DMODEL=${m}
/netbsd-src/external/gpl3/gcc/lib/libgcc/
H A DMakefile.inc181 CPPFLAGS.${n}_${s}_${m}+= -DL_${n} -DSIZE=${s} -DMODEL=${m}
190 CPPFLAGS.${n}_${s}_${m}+= -DL_${n} -DSIZE=${s} -DMODEL=${m}
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dt-lse44 $(gcc_compile) -DL_$(PAT_BASE) -DSIZE=$(PAT_N) -DMODEL=$(PAT_M) -c $<
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dt-lse44 $(gcc_compile) -DL_$(PAT_BASE) -DSIZE=$(PAT_N) -DMODEL=$(PAT_M) -c $<
/netbsd-src/usr.bin/rump_allserver/
H A Drump_allserver.c107 #define DSIZE 2 macro
194 case DSIZE: in main()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c507 int dope[DSIZE];
508 char *opst[DSIZE];
H A Dmanifest.h57 #define DSIZE (MAXOP+1) macro
H A Dmkext.c24 int chkop[DSIZE];
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y36 #define DSIZE 3 macro
956 B3(0xfc, 0x78, 0x08); F($7, 16, 4); DSP($5, 14, DSIZE);
963 B3(0xfc, 0xc8, 0x08); F($5, 16, 4); DSP($3, 14, DSIZE);
1991 case DSIZE: in displacement()
H A Drx-parse.c94 #define DSIZE 3 macro
3881 B3(0xfc, 0x78, 0x08); F((yyvsp[-1].regno), 16, 4); DSP((yyvsp[-3].exp), 14, DSIZE); in yyparse()
3896 B3(0xfc, 0xc8, 0x08); F((yyvsp[-3].regno), 16, 4); DSP((yyvsp[-5].exp), 14, DSIZE); in yyparse()
5337 case DSIZE: in displacement()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.y36 #define DSIZE 3 macro
956 B3(0xfc, 0x78, 0x08); F($7, 16, 4); DSP($5, 14, DSIZE);
963 B3(0xfc, 0xc8, 0x08); F($5, 16, 4); DSP($3, 14, DSIZE);
1991 case DSIZE: in displacement()
H A Drx-parse.c94 #define DSIZE 3 macro
3881 B3(0xfc, 0x78, 0x08); F((yyvsp[-1].regno), 16, 4); DSP((yyvsp[-3].exp), 14, DSIZE); in yyparse()
3896 B3(0xfc, 0xc8, 0x08); F((yyvsp[-3].regno), 16, 4); DSP((yyvsp[-5].exp), 14, DSIZE); in yyparse()
5337 case DSIZE: in displacement()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A DMakefile.in763 -DSIZE=`echo "$*" | sed 's/.*_//'` \
782 -DSIZE=`echo "$*" | sed 's/.*_//'` \
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DMakefile.in763 -DSIZE=`echo "$*" | sed 's/.*_//'` \
782 -DSIZE=`echo "$*" | sed 's/.*_//'` \
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drx-decode.opc46 #define DSIZE 3
H A Drx-decode.c48 #define DSIZE 3 macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.opc46 #define DSIZE 3
H A Drx-decode.c48 #define DSIZE 3 macro

12