Searched refs:old (Results 126 - 150 of 200) sorted by relevance

12345678

/barrelfish-master/lib/lua/src/
H A Dlgc.c55 ** 'makewhite' erases all color bits plus the old bit and then
710 ** objects, where a dead (not alive) object is one marked with the "old"
715 ** old; stop when hitting an old object, as all objects after that
716 ** one will be old too.
726 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */
727 tostop = bitmask(OLDBIT); /* do not sweep old generation */
730 toclear = maskcolors; /* clear all color bits + old bit */
759 GCObject ** old = p; local
764 } while (p == old);
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dos_support.c415 ec_rename(char *old, char *new) argument
419 return rename(os_filename(old, winold), os_filename(new, winnew));
1658 DWORD old_ivl; /* old interval setting (ms) */
1733 * the new times and return the old ones.
1824 /* wait for thread to accept new times and return old ones */
1929 double volatile old_ivl; /* old interval setting (s) */
2007 * the new times and return the old ones.
2086 /* wait for thread to accept new times and return old ones */
H A Dsepia.h48 /* For compiling old-style externals */
820 { char *neww, *old = (cstring);\
824 while((*neww++ = *old++))\
H A Dbip_io.c731 hstream.val.all = vi.all; /* reuse old anchor */
1336 char *old, *new; local
1339 Get_Name(vo,to,old)
1341 old = expand_filename(old, fullold, EXPAND_STANDARD);
1343 if (ec_rename(old, new) < 0) {
1562 case 2: /* old style mode, not very clean, for backward compatibility */
H A Dbip_delay.c305 WL = wl_init(); /* saves old WP, WL, LD */
1523 * reset the postponed suspension list to the given old value.
1568 pword *pw = &PostponedList.val.ptr[2]; /* return old suspension list */
2177 pword *old; local
2193 old = WLFirst(vold.ptr);
2199 o = old++; /* no references allowed */
2230 /* we are at the end of new and we didn't find old */
2232 /* an old one is missing from the new one; this means
H A Dio.c2705 stream_id old; local
2709 old = get_stream_id(vv1, tdict, 0, &res);
2713 if (old == neww)
/barrelfish-master/usr/eclipseclp/documents/internal/project/
H A Dorganisation.tex32 contains installations of current, old and future \eclipse\
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdynamic.tex130 the new clauses in \about{Somefile} replace the old procedure.
H A Dumsprofile.tex311 %old value was not {\tt all}.
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto-lib.com1363 $! Save old value of the logical name OPENSSL
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c1807 identifier_t * old; member in struct:__anon1710
1848 identifiers.old = (identifier_t *) 0;
1867 ide = identifiers.old;
1925 identifiers.old = ide;
1963 if (id == identifiers.old) {
1965 identifiers.old = id->prev;
1967 identifiers.old = id->next;
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmegalog.pl716 %% print_gc_statistics.== statistics_gc % old name, not in MegaLog manual
940 ** old predicates included for compatibility
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dfacts.pl363 % ---- used by old versions only
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex35 This choicepoint virtually separates all stacks into an old and a new part,
H A Dkernel.tex1369 address and the old stamp value.
1404 | old stamp value |
1507 (when it is a constant, it is assumed to be old).
1509 Assume the location to be assigned to is Arg, its old value Old and
1514 Simply overwrite without trailing, regardless of old or new value,
1518 because the old value is unaccessible after backtracking anyway.
1525 (then old) value's address indicates how old the assignment is,
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplexdiff.tex26 phased out, so users of these old variants must now move
H A Dintroduction.tex116 The {\em ic} library replaces the old {\em ria} interval solver, and
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl454 } elseif {[regexp {^\^([^^]*)\^([^^]*)\^?$} $cmd dummy old new]} {
457 regsub -all -- $old $cmd $new cmd
1192 # in one of the common forms !!, !<number>, or ^old^new. If
H A Dhierarchy.tcl821 set old [$data(basecmd) cget -cursor]
838 $data(basecmd) config -cursor $old
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A DMakefile85 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A DMakefile77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A DMakefile106 rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A DMakefile75 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A DMakefile78 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A DMakefile76 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

Completed in 305 milliseconds

12345678