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

  /src/external/bsd/jemalloc/dist/test/unit/
spin.c 6 spin_t spinner = SPIN_INITIALIZER; local
9 spin_adaptive(&spinner);
retained.c 75 spin_t spinner = SPIN_INITIALIZER; local
78 spin_adaptive(&spinner);
126 spin_t spinner = SPIN_INITIALIZER; local
128 spin_adaptive(&spinner);
  /src/external/bsd/jemalloc.old/dist/test/unit/
spin.c 6 spin_t spinner = SPIN_INITIALIZER; local
9 spin_adaptive(&spinner);
retained.c 74 spin_t spinner = SPIN_INITIALIZER; local
77 spin_adaptive(&spinner);
120 spin_t spinner = SPIN_INITIALIZER; local
122 spin_adaptive(&spinner);
  /src/external/lgpl3/gmp/dist/tests/
spinner.c 36 defined. Don't bother with a spinner in this case. */
43 /* An application can update this to get a count printed with the spinner.
68 /* Initialize the spinner.
70 This is done the first time spinner() is called, so an application
73 The spinner is only wanted if the output is a tty. */
90 printf ("(no spinner)\r");
96 /* unbuffered output so the spinner will show up */
102 spinner (void) function
Makefile.am 34 memory.c misc.c refmpf.c refmpn.c refmpq.c refmpz.c spinner.c trace.c
tests.h 110 void spinner (void);
  /src/external/bsd/jemalloc/dist/src/
extent_dss.c 72 spin_t spinner = SPIN_INITIALIZER; local
79 spin_adaptive(&spinner);
jemalloc.c 1804 spin_t spinner = SPIN_INITIALIZER; local
1807 spin_adaptive(&spinner);
  /src/external/bsd/jemalloc.old/dist/src/
extent_dss.c 73 spin_t spinner = SPIN_INITIALIZER; local
80 spin_adaptive(&spinner);
jemalloc.c 1294 spin_t spinner = SPIN_INITIALIZER; local
1297 spin_adaptive(&spinner);
  /src/external/lgpl3/gmp/dist/tests/devel/
primes.c 161 spinner();
201 spinner();
274 spinner();
sqrtrem_1_2.c 54 #define SPINNER(v) \
58 spinner(); \
92 SPINNER(1);
100 SPINNER(2);
113 SPINNER(2);
122 SPINNER(2);
176 SPINNER(1);
187 SPINNER(2);
207 SPINNER(2);
220 SPINNER(2)
    [all...]
try.c 46 the spinner with the -W option when doing this, or single stepping won't
74 Automatically detect gdb and disable the spinner (use -W for now).
3067 spinner();
3536 printf (" -W don't show the spinner (use this in gdb)\n");
  /src/usr.bin/unzip/
unzip.c 435 static char spinner[] = { '|', '/', '-', '\\' }; variable
525 info(" %c\b\b", spinner[(n / 4) % sizeof spinner]);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 1768 static u32 *spinner(u32 *batch, int i) function
1775 *spinner(batch, i) = MI_BATCH_BUFFER_END;

Completed in 69 milliseconds