HomeSort by: relevance | last modified time | path
    Searched refs:past (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /src/sys/dev/ic/
arcofivar.h 41 uint8_t *past; member in struct:arcofi_softc::__anon2708
arcofi.c 472 uint8_t *past; local
475 past = sc->sc_recv.past;
477 while (cur != past &&
483 return past - cur;
493 uint8_t *past; local
496 past = sc->sc_xmit.past;
498 while (cur != past &&
504 return past - cur
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/
setup.sh 23 cp template.db.in past.test.db
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
nstime.h 45 uint64_t nstime_ns_since(const nstime_t *past);
46 uint64_t nstime_ms_since(const nstime_t *past);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
nstime.h 45 uint64_t nstime_ns_since(const nstime_t *past);
46 uint64_t nstime_ms_since(const nstime_t *past);
  /src/external/bsd/jemalloc/dist/src/
nstime.c 176 /* Returns time since *past in nanoseconds, w/o updating *past. */
178 nstime_ns_since(const nstime_t *past) {
179 nstime_assert_initialized(past);
182 nstime_copy(&now, past);
184 return nstime_ns_between(past, &now);
187 /* Returns time since *past in milliseconds, w/o updating *past. */
189 nstime_ms_since(const nstime_t *past) {
190 return nstime_ns_since(past) / MILLION
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c 35 ssize_t past = past_ref, future = future_ref; local
41 assert_zd_eq(past, past_ref, "output was touched"); \
47 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, NULL, 0);
49 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, &future, len);
58 ssize_t past, future; local
68 &past, &len, NULL, 0), 0, "Read error");
69 expect_zd_eq(past, OPT_ALLOC_MAX, "Wrong read result");
75 &past, &len, &future, len), 0, "Read/write error");
76 expect_zd_eq(past, OPT_ALLOC_MAX + 1, "Wrong read result");
79 &past, &len, &future, len), EINVAL
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 37 ssize_t past = past_ref, future = future_ref; local
45 assert_zd_eq(past, past_ref, "output was touched"); \
51 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, NULL, 0);
53 ASSERT_SHOULD_FAIL("alloc_max", &past, &len, &future, len);
62 ssize_t past, future; local
73 mallctl("experimental.prof_recent.alloc_max", &past, &len, NULL, 0),
75 expect_zd_eq(past, OPT_ALLOC_MAX, "Wrong read result");
81 assert_d_eq(mallctl("experimental.prof_recent.alloc_max", &past, &len,
84 expect_zd_eq(past, OPT_ALLOC_MAX + 1, "Wrong read result");
86 assert_d_eq(mallctl("experimental.prof_recent.alloc_max", &past, &len
    [all...]
nstime.c 239 nstime_t past; local
240 nstime_copy(&past, &now);
241 nstime_subtract(&past, &delta);
243 expect_u64_ge(nstime_ms_since(&past), nstime_ms(&delta),
  /src/external/bsd/jemalloc.old/dist/src/
nstime.c 161 /* Returns time since *past, w/o updating *past. */
163 nstime_ns_since(const nstime_t *past) {
164 nstime_assert_initialized(past);
167 nstime_copy(&now, past);
170 assert(nstime_compare(&now, past) >= 0);
171 return now.ns - past->ns;
  /src/share/locale/ctype/
el_GR.ISO8859-7.src 10 VARIABLE Greek/ISO8859-7 character set by <past@netmode.ntua.gr>, CODESET=ISO8859-7
  /src/lib/libc/arch/vax/gen/
__setjmp14.S 71 addl3 $SC_LEN,4(%ap),%r2 # point to past signal context
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
nstime.h 38 uint64_t nstime_ns_since(const nstime_t *past);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
nstime.h 38 uint64_t nstime_ns_since(const nstime_t *past);
  /src/common/dist/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon54
gzlib.c 73 state->past = 0; /* have not read past end yet */
374 state->past = 0;
483 return state->mode == GZ_READ ? state->past : 0;
518 state->past = 0;
  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 196 int past; /* true if read requested past end */ member in struct:__anon8940
  /src/external/gpl3/binutils/dist/zlib/
gzguts.h 188 int past; /* true if read requested past end */ member in struct:__anon10984
gzlib.c 73 state->past = 0; /* have not read past end yet */
374 state->past = 0;
483 return state->mode == GZ_READ ? state->past : 0;
518 state->past = 0;
  /src/external/gpl3/binutils.old/dist/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon12431
gzlib.c 81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
  /src/external/gpl3/gdb.old/dist/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon22734
gzlib.c 81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
  /src/external/gpl3/gdb/dist/zlib/
gzguts.h 188 int past; /* true if read requested past end */ member in struct:__anon2118
gzlib.c 73 state->past = 0; /* have not read past end yet */
374 state->past = 0;
483 return state->mode == GZ_READ ? state->past : 0;
518 state->past = 0;

Completed in 24 milliseconds

1 2 3 4