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

  /src/external/gpl2/groff/dist/src/devices/grolj4/
lj4.cpp 497 double sweep = ((atan2(p[1] + p[3] - c[1], p[0] + p[2] - c[0]) local
500 if (sweep > 0.0)
501 sweep -= 360.0;
502 printf("PDAR%d,%d,%f", int(c[0]), int(c[1]), sweep);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
badcache.c 49 atomic_uint_fast32_t sweep; member in struct:dns_badcache
93 atomic_init(&bc->sweep, 0);
351 * Slow sweep to clean out stale records.
353 i = atomic_fetch_add(&bc->sweep, 1) % bc->size;
  /src/usr.bin/m4/
gnum4.c 105 char *sweep; local
116 for (sweep = envpath;
117 (path = strsep(&sweep, ":")) != NULL;)
  /src/external/mit/xorg/lib/libGLU/
Makefile 29 sweep.c \
  /src/crypto/dist/ipsec-tools/src/racoon/
handler.c 1143 struct timeval now, diff, sweep; local
1147 /* calculate sweep time; delete entries older than this */
1150 timersub(&now, &diff, &sweep);
1155 if (timercmp(&r->time_send, &sweep, <)) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
concurrency.d 2357 static void sweep(ref ListT list)
2368 sweep(m_localBox);
2375 sweep(arrived);
  /src/sys/dist/pf/net/
pf_table.c 769 int *naddr, int sweep)
775 w.pfrw_op = sweep ? PFRW_SWEEP : PFRW_ENQUEUE;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 1554 printf("\tTotal sweep time: %lld milliseconds\n",
2592 size_t sweep() nothrow
2880 // process GC marks then sweep
2914 // fork now and sweep later
3038 // If that is the case, we move to the sweep phase.
3040 // done (and then sweep to finish the collection), or in case of error
3124 // It is time to sweep
3138 freedPages = sweep();
3143 // terminates with a sweep

Completed in 69 milliseconds