HomeSort by: relevance | last modified time | path
    Searched defs:before (Results 1 - 25 of 129) sorted by relevancy

1 2 3 4 5 6

  /src/external/ibm-public/postfix/dist/src/util/
load_file.c 59 time_t before; local
67 for (before = time((time_t *) 0); /* see below */ ; before = after) {
76 if (st.st_mtime < before - 1 || st.st_mtime > after)
dict_thash.c 72 time_t before; local
105 for (before = time((time_t *) 0); /* see below */ ; before = after) {
241 if (st.st_mtime < before - 1 || st.st_mtime > after)
  /src/external/historical/nawk/dist/testdir/
time.c 10 struct tms before, after; local
15 times(&before);
27 fprintf(stderr, "user %6.3f\n", (after.tms_cutime - before.tms_cutime)/fudge);
28 fprintf(stderr, "sys %6.3f\n", (after.tms_cstime - before.tms_cstime)/fudge);
  /src/usr.bin/indent/
parse.c 245 static struct buffer before, after; local
246 buf_clear(&before);
247 ps_psyms_to_string(&before, &ps);
253 if (strcmp(before.s, after.s) != 0) {
254 debug_println("psyms before: %s", before.s);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
enum_cond.c 24 unsigned char before; member in struct:x
41 val.before = 0xff;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
enum_cond.c 24 unsigned char before; member in struct:x
41 val.before = 0xff;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RangeSelector.cpp 106 RangeSelector transformer::before(RangeSelector Selector) { function in class:transformer
  /src/external/bsd/jemalloc/dist/test/integration/cpp/
infallible_new_true.cpp 21 uint64_t before, after; local
22 size_t sz = sizeof(before);
25 expect_d_eq(mallctl("thread.allocated", (void *)&before, &sz, NULL, 0),
32 return (after != before);
  /src/external/bsd/tmux/dist/
cmd-move-window.c 70 int idx, kflag, dflag, sflag, before; local
93 before = args_has(args, 'b');
94 if (args_has(args, 'a') || before) {
96 idx = winlink_shuffle_up(dst, target.wl, before);
98 idx = winlink_shuffle_up(dst, dst->curw, before);
cmd-break-pane.c 62 int idx = target->idx, before; local
65 before = args_has(args, 'b');
66 if (args_has(args, 'a') || before) {
68 idx = winlink_shuffle_up(dst_s, target->wl, before);
70 idx = winlink_shuffle_up(dst_s, dst_s->curw, before);
cmd-new-window.c 63 int idx = target->idx, before; local
100 before = args_has(args, 'b');
101 if (args_has(args, 'a') || before) {
102 idx = winlink_shuffle_up(s, wl, before);
  /src/tests/kernel/
t_nanosleep.c 66 struct timespec before, after; local
70 if (clock_gettime(clock, &before) != 0)
74 timespecadd(&to_sleep, &before, &after);
80 (int)clock, flags, (intmax_t)before.tv_sec, before.tv_nsec);
110 timespecadd(&before, &to_sleep, &before);
111 if (timespeccmp(&before, &after, >))
  /src/external/mit/libuv/dist/test/
benchmark-fs-stat.c 63 uint64_t before; local
69 before = uv_hrtime();
78 (after - before) / 1e9,
79 fmt((1.0 * NUM_SYNC_REQS) / ((after - before) / 1e9)));
96 uint64_t before; local
110 before = uv_hrtime();
117 (after - before) / 1e9,
118 fmt((1.0 * NUM_ASYNC_REQS) / ((after - before) / 1e9)));
  /src/sys/dev/pci/
hptide.c 284 u_int32_t before, after; local
343 before = pci_conf_read(sc->sc_pc, sc->sc_tag,
377 after, before), DEBUG_PROBE);
  /src/tests/lib/libc/sys/
t_sigtimedwait.c 63 struct timespec ts, before, after, len; local
70 RL(clock_gettime(CLOCK_MONOTONIC, &before));
79 timespecsub(&after, &before, &len);
  /src/usr.bin/time/
time.c 76 struct timespec before, after; local
123 (void)clock_gettime(CLOCK_MONOTONIC, &before);
143 timespecsub(&after, &before, &after);
151 before.tv_sec = 0;
152 before.tv_nsec = 0;
153 prusage1(stderr, fmt, prec, &null_ru, &ru, &after, &before);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_daa.c 97 int before = mallinfo().uordblks;
117 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before);
139 int before = mallinfo().uordblks; local
155 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before);
197 int before = mallinfo().uordblks;
233 LogDebug("TSPI_DAA_IssueSetup ALLOC DELTA:%d", mallinfo().uordblks-before);
249 int before = mallinfo().uordblks; local
286 LogDebug("TSPI_DAA_IssueSetup ALLOC DELTA:%d", mallinfo().uordblks-before);
314 int before = mallinfo().uordblks; local
334 LogDebug("Tspi_DAA_IssueInit_internal ALLOC DELTA:%d", mallinfo().uordblks-before);
358 int before = mallinfo().uordblks; local
393 int before = mallinfo().uordblks; local
430 int before = mallinfo().uordblks; local
469 int before = mallinfo().uordblks; local
512 int before = mallinfo().uordblks; local
557 int before = mallinfo().uordblks; local
596 int before = mallinfo().uordblks; local
634 int before = mallinfo().uordblks; local
677 int before = mallinfo().uordblks; local
    [all...]
  /src/external/bsd/jemalloc/dist/src/
mutex.c 54 nstime_t before; local
76 nstime_init_update(&before);
77 /* Copy before to after to avoid clock skews. */
79 nstime_copy(&after, &before);
97 nstime_subtract(&delta, &before);
  /src/external/bsd/jemalloc.old/dist/src/
mutex.c 49 UNUSED nstime_t before = NSTIME_INITIALIZER; local
70 nstime_update(&before);
71 /* Copy before to after to avoid clock skews. */
73 nstime_copy(&after, &before);
91 nstime_subtract(&delta, &before);
  /src/external/bsd/kyua-cli/dist/store/
backend_test.cpp 110 const datetime::timestamp before = datetime::timestamp::now(); local
114 ATF_REQUIRE(md.timestamp() >= before.to_seconds());
  /src/external/gpl3/gdb/dist/sim/common/
sim-arange.c 23 /* This must come before any other includes. */
68 ADDR_SUBRANGE **before; local
79 before = &ar->ranges;
81 while ((asr = *before) != NULL)
109 delete_range (before);
143 delete_range (before);
157 before = &asr->next;
166 insert_range (before, new_asr);
178 insert_range (before, left);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-arange.c 23 /* This must come before any other includes. */
68 ADDR_SUBRANGE **before; local
79 before = &ar->ranges;
81 while ((asr = *before) != NULL)
109 delete_range (before);
143 delete_range (before);
157 before = &asr->next;
166 insert_range (before, new_asr);
178 insert_range (before, left);
  /src/regress/sys/kern/getcwd/
getcwd.c 198 struct timeval before, after; local
204 gettimeofday(&before, 0);
210 delta_t = after.tv_sec - before.tv_sec;
212 delta_t += ((double)(after.tv_usec - before.tv_usec))/1000000.0;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.cc 35 // just before the stack. As only asan has scariness score we have no
481 static void PrintShadowByte(InternalScopedString *str, const char *before,
483 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after);
525 static void PrintShadowBytes(InternalScopedString *str, const char *before,
528 if (before) str->append("%s%p:", before, bytes);
531 const char *before = local
534 PrintShadowByte(str, before, *p, after);
  /src/tests/usr.bin/indent/
lsym_preprocessing.c 91 * Before indent.c 1.129 from 2021-10-08, indent mistakenly interpreted quotes
160 * Before io.c 1.135 from 2021-11-26, indent fixed malformed preprocessing
238 int before; variable
250 int before; variable
262 * Before 2023-06-14, indent was limited to 5 levels of conditional compilation

Completed in 43 milliseconds

1 2 3 4 5 6