HomeSort by: relevance | last modified time | path
    Searched defs:slow (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
print-threads.c 8 int slow = 0; variable
30 if (slow)
43 if (slow)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
print-threads.c 8 int slow = 0; variable
30 if (slow)
43 if (slow)
  /src/usr.bin/tip/aculib/
v3451.c 59 int slow = number(value(BAUDRATE)) < 1200; local
66 vawrite("I\r", 1 + slow);
67 vawrite("I\r", 1 + slow);
68 vawrite("I\r", 1 + slow);
69 vawrite("\005\r", 2 + slow);
78 vawrite("D\r", 2 + slow);
84 vawrite(phone, 1 + slow);
95 vawrite("\r", 1 + slow);
96 vawrite("\r", 1 + slow);
  /src/games/worm/
worm.c 77 static int slow = 0; variable
127 slow = (baudrate() <= 1200);
344 if (!(slow && running))
  /src/sys/arch/arm/at91/
at91busvar.h 43 uint32_t slow; /* slow clock in Hz */ member in struct:at91bus_clocks
53 #define AT91_SCLK at91bus_clocks.slow
  /src/external/bsd/nvi/dist/regex/
engine.c 51 #define slow sslow macro
62 #define slow lslow macro
98 static RCHAR_T *slow __P((struct match *m, RCHAR_T *start, RCHAR_T *stop, sopno startst, sopno stopst));
172 /* prescreening; this does wonders for this rather slow code */
211 endp = slow(m, m->coldp, stop, gf, gl);
255 endp = slow(m, m->coldp, endp-1, gf, gl);
372 rest = slow(m, sp, stp, ss, es);
375 tail = slow(m, rest, stop, es, stopst);
385 if (slow(m, sp, rest, ssub, esub) != NULL) {
397 rest = slow(m, sp, stp, ss, es)
801 slow(m, start, stop, startst, stopst) function
1101 #undef slow macro
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
lib1funcs.S 150 jmp slow
154 slow: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
lib1funcs.S 150 jmp slow
154 slow: label
  /src/sys/dev/usb/
ohci.c 3408 u_int npoll, slow, shigh, nslots; local
3436 slow = npoll-1;
3437 shigh = slow + npoll;
3439 for (best = i = slow, bestbw = ~0; i < shigh; i++) {
3448 DPRINTFN(2, "best=%jd(%jd..%jd) bestbw=%jd", best, slow, shigh, bestbw);
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 736 HOST_WIDE_INT slow () const;
872 generic_wide_int <storage>::slow () const function in class:generic_wide_int
1825 return xi.slow () >= 0;
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 1657 * The designation 'slow' is because it involves register reads, while
3268 unsigned int width, density, slow, attempts; local
3276 slow = val & F_SLOW;
3284 if (!slow) {
3306 if (!slow)
3311 val = slow ? 3 : 6;
3318 if (!slow) {
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 528 /* Slow path, called only by arena_choose(). */
2263 bool slow; member in struct:static_opts_s
2280 static_opts->slow = false;
2349 zero_get(bool guarantee, bool slow) {
2350 if (config_fill && slow && unlikely(opt_zero)) {
2358 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {
2361 if (likely(!slow)) {
2412 sopts->slow, /* is_alloc */ true);
2426 arena, sopts->slow);
2521 /* Reentrancy is only checked on slow path. *
    [all...]
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 557 /* Slow path, called only by arena_choose(). */
1365 bool slow; member in struct:static_opts_s
1382 static_opts->slow = false;
1444 zero_get(bool guarantee, bool slow) {
1445 if (config_fill && slow && unlikely(opt_zero)) {
1477 tsd, dopts->tcache_ind, sopts->slow, /* is_alloc */ true);
1491 slab, tcache, false, arena, sopts->slow);
1583 /* Reentrancy is only checked on slow path. */
1598 dopts->zero = zero_get(dopts->zero, sopts->slow);
1616 if (sopts->slow && unlikely(reentrancy_level > 0))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 4298 enum { ignore, fast, slow, warn }
4299 cv_check = (abi_version_crosses (19) ? slow
4294 enum { ignore, fast, slow, warn } enumerator in enum:__anon13550

Completed in 48 milliseconds