HomeSort by: relevance | last modified time | path
    Searched refs:DIST (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.sbin/racoonctl/
Makefile 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
12 CPPFLAGS+= -I${DIST}/src/racoon -I${DIST}/src/libipsec \
20 .PATH: ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon
  /src/usr.bin/bzip2recover/
Makefile 14 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
15 .PATH: ${DIST}
  /src/tools/m4/bootstrap/
Makefile 9 DIST=${NETBSDSRCDIR}/usr.bin/m4
11 parser.c parser.h: ${DIST}/parser.y
12 ${YACC} -d ${DIST}/parser.y
17 tokenizer.c: ${DIST}/tokenizer.l
18 ${LEX} ${DIST}/tokenizer.l
  /src/sbin/setkey/
Makefile 13 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
15 CPPFLAGS+= -I${DIST}/src/setkey -I${DIST}/src/libipsec
26 .PATH: ${DIST}/src/setkey
  /src/share/examples/racoon/roadwarrior/
Makefile 14 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
15 .PATH: ${DIST}/src/racoon/samples/roadwarrior
  /src/share/examples/racoon/roadwarrior/client/
Makefile 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
13 .PATH: ${DIST}/src/racoon/samples/roadwarrior/client
  /src/share/examples/racoon/roadwarrior/server/
Makefile 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
13 .PATH: ${DIST}/src/racoon/samples/roadwarrior/server
  /src/share/examples/racoon/
Makefile 17 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
18 .PATH: ${DIST}/src/racoon/samples ${DIST}/src/racoon/doc
  /src/usr.bin/klist/
Makefile 11 DIST= ${NETBSDSRCDIR}/crypto/dist
12 .PATH: ${DIST}/heimdal/kuser
19 -I${DIST}/heimdal/kuser \
  /src/lib/libipsec/
Makefile 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
12 CPPFLAGS+= -I${DIST}/src/libipsec -I. -DHAVE_CONFIG_H
21 .PATH: ${DIST}/src/libipsec
  /src/tests/usr.bin/bzip2/
Makefile 11 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
12 .PATH: ${DIST}
  /src/usr.bin/bzip2/
Makefile 20 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
21 .PATH: ${DIST}
  /src/lib/libbz2/
Makefile 10 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
11 .PATH: ${DIST}
  /src/sys/external/isc/libsodium/dist/dist-build/
emscripten.sh 24 export DIST='yes'
31 export DIST='yes'
39 export DIST='no'
47 export DIST='no'
68 if [ "$DIST" = yes ]; then
  /src/lib/libpam/libpam/
Makefile 53 DIST= ${NETBSDSRCDIR}/external/bsd/openpam/dist
219 .PATH.h: ${DIST}/include
220 .PATH.c: ${DIST}/lib/libpam
221 .PATH.3: ${DIST}/doc/man
222 .PATH.5: ${DIST}/doc/man
  /src/common/dist/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 372 unsigned dist; local in function:updatewindow
398 dist = state->wsize - state->wnext;
399 if (dist > copy) dist = copy;
400 zmemcpy(state->window + state->wnext, end - copy, dist);
401 copy -= dist;
408 state->wnext += dist;
410 if (state->whave < state->wsize) state->whave += dist;
1094 state->mode = DIST;
1096 case DIST
    [all...]
  /src/games/hack/
hack.h 179 #define DIST(x1,y1,x2,y2) (((x1)-(x2))*((x1)-(x2)) + ((y1)-(y2))*((y1)-(y2)))
hack.unix.c 429 if (dist(md->mx, md->my) > 2)
451 if (dist(fx, fy) < dist(doors[tmp].x, doors[tmp].y)) {
472 d1 = DIST(fx, fy, md->mx, md->my);
476 d2 = DIST(fx + dx, fy + dy, md->mx, md->my);
hack.mon.c 224 if ((dd = dist(mtmp->mx, mtmp->my)) < dist(x, y))
285 nearby = (dist(mtmp->mx, mtmp->my) < 3);
435 if ((dd = DIST(omx, omy, gold->gx, gold->gy)) < mind) {
447 if ((dd = DIST(omx, omy, otmp->ox, otmp->oy)) < mind) {
454 if (dist(omx, omy) < 10) {
480 int d1 = DIST(nx, ny, gx, gy);
481 int d2 = DIST(nix, niy, gx, gy);
485 nearer = (DIST(nx, ny, gx, gy) < DIST(nix, niy, gx, gy))
668 dist(int x, int y) function in typeref:typename:int
    [all...]
hack.c 186 if (dist(u.ustuck->mx, u.ustuck->my) > 2) {
302 DIST(u.ux + u.dx, u.uy + u.dy, uchain->ox, uchain->oy) > 2) {
307 if (DIST(u.ux + u.dx, u.uy + u.dy, uball->ox, uball->oy) < 3) {
607 i = DIST(x, y, u.ux + u.dx, u.uy + u.dy);
610 if (corrct == 1 && DIST(x, y, x0, y0) != 1)
702 d = dist(x, y);
751 if (dist(x, y) < 3)
hack.fight.c 110 boolean far = (dist(magr->mx, magr->my) > 15);
184 if (DIST(mon->mx, mon->my, mtmp->mx, mtmp->my) < 3)
  /src/sys/net/
zlib.c 556 int _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
564 #define d_code(dist) \
565 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
566 /* Mapping from a distance to a distance code. dist is the distance - 1 and
591 ush dist = (distance); \
592 s->d_buf[s->last_lit] = dist; \
594 dist--; \
596 s->dyn_dtree[d_code(dist)].Freq++;
2344 int dist; \/* distance index *\/ local in function:tr_static_init
3171 unsigned dist; \/* distance of matched string *\/ local in function:compress_block
5102 uInt dist; \/* distance back to copy from *\/ member in struct:inflate_codes_state::__anon0201f1530e0a::__anon0201f1531008
    [all...]

Completed in 19 milliseconds