Home
last modified time | relevance | path

Searched refs:fresh (Results 1 – 25 of 75) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drbtree.cc125 struct rbt_string_node *fresh = rbt_create_node (t, str); in rbt_insert() local
126 fresh->par = trail; in rbt_insert()
129 t->rbt_root = fresh; in rbt_insert()
130 else if (strcmp (fresh->str, trail->str) < 0) in rbt_insert()
131 trail->left = fresh; in rbt_insert()
133 trail->right = fresh; in rbt_insert()
135 fresh->left = t->rbt_nil; in rbt_insert()
136 fresh->right = t->rbt_nil; in rbt_insert()
146 curr = fresh; in rbt_insert()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_uart.c195 bfin_uart_get_next_byte (struct hw *me, bu16 rbr, bu16 mcr, bool *fresh) in bfin_uart_get_next_byte() argument
204 if (!fresh) in bfin_uart_get_next_byte()
205 fresh = &_fresh; in bfin_uart_get_next_byte()
207 *fresh = false; in bfin_uart_get_next_byte()
211 *fresh = true; in bfin_uart_get_next_byte()
226 *fresh = true; in bfin_uart_get_next_byte()
Ddv-bfin_uart.h26 bu16 bfin_uart_get_next_byte (struct hw *, bu16, bu16, bool *fresh);
/netbsd/src/external/bsd/nvi/dist/regex/
Dengine.c83 states fresh; /* states for a fresh start */ member
192 SETUP(m->fresh);
718 states fresh = m->fresh; local
730 ASSIGN(fresh, st);
737 if (EQ(st, fresh))
779 ASSIGN(st, fresh);
/netbsd/src/lib/libc/regex/
Dengine.c101 states fresh; /* states for a fresh start */ member
296 SETUP(m->fresh); in matcher()
882 states fresh = m->fresh; in walk() local
904 ASSIGN(fresh, st); in walk()
927 if (fast && EQ(st, fresh)) in walk()
998 ASSIGN(st, fresh); in walk()
/netbsd/src/external/gpl2/xcvs/dist/doc/
DChangeLog.fsf37 * fresh changelog.
/netbsd/src/external/bsd/am-utils/dist/
Dcvs-server.txt10 (2) Then, check out a fresh copy of 6.2 (development branch)
DBUGS231 older revision of Solaris or build tools. In that case, build a fresh
/netbsd/src/compat/
DREADME14 The basic premise is to re-set $MAKEOBJDIR to fresh subdirectory
/netbsd/src/games/quiz/datfiles/
Dlatin69 dulcis:sweet|fresh
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_edid.h507 int hsize, int vsize, int fresh,
/netbsd/src/external/zlib/pigz/dist/
Dpigz.c1937 int fresh; /* if true, reset compression history */ in single_compress() local
2060 fresh = 0; in single_compress()
2064 fresh = 1; in single_compress()
2071 if (fresh) in single_compress()
2116 if (fresh) in single_compress()
/netbsd/src/external/gpl3/gdb/dist/bfd/doc/
Dbfd.texi243 some operation and reopen the BFD again, to get a fresh copy of the data
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dbfd.texi243 some operation and reopen the BFD again, to get a fresh copy of the data
/netbsd/src/external/gpl2/xcvs/dist/man/
DChangeLog422 * fresh changelog.
/netbsd/src/crypto/external/bsd/libsaslc/dist/ref/
Drfc2831.txt866 fresh nonce for each authentication, as this specification requires.
887 Offline dictionary attacks are defeated if the client chooses a fresh
925 long as the client chooses a fresh nonce for each authentication, as
/netbsd/src/games/adventure/
Dglorkz1272 000 "Drop coins here to receive fresh batteries."
1274 000 There are fresh batteries here.
1614 183 You can find some fresh batteries. I seem to recall there's a vending
/netbsd/src/external/gpl2/xcvs/dist/src/
DChangeLog-9194519 * fresh changelog.
/netbsd/src/external/lgpl3/gmp/dist/tune/
DREADME130 to take effect. A partial rebuild is enough sometimes, but a fresh
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_edid.c2190 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument
2201 if (fresh != drm_mode_vrefresh(ptr)) in drm_mode_find_dmt()
/netbsd/src/external/gpl2/xcvs/dist/
DChangeLog.zoo213 to checkout a fresh copy.
/netbsd/src/external/ibm-public/postfix/dist/
DTLS_CHANGES1612 opening, so that fresh databases are used whenever postfix is restarted.
1620 the watchdog and new, fresh cache files are installed, but that is not
1987 - Applied patch to the fresh release of postfix-19990906-pl06 without
/netbsd/src/share/dict/
Dweb2a16480 dewy-fresh
20786 fertile-fresh
23451 fresh air
23452 fresh-baked
23453 fresh-boiled
23454 fresh-caught
23455 fresh-cleaned
23456 fresh-coined
23457 fresh-colored
23458 fresh-complexioned
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc2409.txt406 fresh keying material and negotiate non-ISAKMP security services. In
912 fresh key material and prevent replay attacks from generating bogus
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen-opts.def653 To insure a fresh fileset, remove all

123