Searched refs:run2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstale-infcall.c44 run2 (void) function
50 if (memcmp (buf, buf_zero, sizeof (buf)) != 0) /* break-run2 */
63 run2 ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstale-infcall.c44 run2 (void) function
50 if (memcmp (buf, buf_zero, sizeof (buf)) != 0) /* break-run2 */
63 run2 ();
/netbsd-current/regress/sys/kern/allocfree/
H A Dallocfree.c192 run2(int nt, void (*func)(void)) function
230 run2(nt, malloc_method);
231 run2(nt, kmem_method);
232 run2(nt, pool_method);
233 run2(nt, cache_method);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d2299 immutable run2 = stackLen - 3;
2302 if ( (stackLen > 2 && stack[run2].length <= stack[run3].length + stack[run4].length) ||
2303 (stackLen > 3 && stack[run1].length <= stack[run3].length + stack[run2].length) )
2305 immutable at = stack[run2].length < stack[run4].length ? run2 : run3;
2333 immutable run2 = stackLen - 2;
2336 ? run1 : run2;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d2395 immutable run2 = stackLen - 3;
2398 if ( (stackLen > 2 && stack[run2].length <= stack[run3].length + stack[run4].length) ||
2399 (stackLen > 3 && stack[run1].length <= stack[run3].length + stack[run2].length) )
2401 immutable at = stack[run2].length < stack[run4].length ? run2 : run3;
2441 immutable run2 = stackLen - 2;
2444 ? run1 : run2;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5860 auto run2 = [tuple(0, (1 << 20)+512+1), tuple((1 << 20)+512+4, lastDchar+1)];
5862 assert(compressIntervals(run2) == enc2);
5872 assert(equal(decompressIntervals(compressIntervals(run2)), run2));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5863 auto run2 = [tuple(0, (1 << 20)+512+1), tuple((1 << 20)+512+4, lastDchar+1)];
5865 assert(compressIntervals(run2) == enc2);
5875 assert(equal(decompressIntervals(compressIntervals(run2)), run2));

Completed in 146 milliseconds