Searched refs:oldest (Results 26 - 38 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d1710 oldest, ///
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d1717 oldest, ///
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtracepoint.cc925 discard if we are doing a circular buffer, and then only the oldest
985 when it fills, the oldest trace frames are discarded in order to
1533 struct traceframe *oldest; local
1639 oldest traceframe and see if that helps. */
1640 oldest = FIRST_TRACEFRAME ();
1641 if (oldest->tpnum == 0)
1657 new_start = (unsigned char *) NEXT_TRACEFRAME (oldest);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtracepoint.cc917 discard if we are doing a circular buffer, and then only the oldest
977 when it fills, the oldest trace frames are discarded in order to
1525 struct traceframe *oldest; local
1631 oldest traceframe and see if that helps. */
1632 oldest = FIRST_TRACEFRAME ();
1633 if (oldest->tpnum == 0)
1649 new_start = (unsigned char *) NEXT_TRACEFRAME (oldest);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord-full.c2844 delete the oldest recorded instruction to make room for each new one."),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c2816 delete the oldest recorded instruction to make room for each new one."),
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d1514 static ThrownExceptionExp chainExceptions(ThrownExceptionExp oldest, ThrownExceptionExp newest)
1518 printf("Collided exceptions %s %s\n", oldest.thrown.toChars(), newest.thrown.toChars());
1521 ClassReferenceExp boss = oldest.thrown;
1543 return oldest;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c1660 static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) argument
1663 ClassReferenceExp *boss = oldest->thrown;
1686 return oldest;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c19630 unsigned int slot = UNREACH_CACHE_SIZE, oldest = 0; local
19655 oldest = i;
19659 /* We haven't found any existing or free slots, use the oldest */
19661 slot = oldest;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzone.c19710 unsigned int slot = UNREACH_CACHE_SIZE, oldest = 0; local
19735 oldest = i;
19739 /* We haven't found any existing or free slots, use the oldest */
19741 slot = oldest;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3571 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3650 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc245 // with RTLD_NEXT to return the oldest versioned symbol.
249 // oldest Glibc version pre-dates support for that architecture.
3741 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest

Completed in 813 milliseconds

12