HomeSort by: relevance | last modified time | path
    Searched refs:past (Results 1 - 25 of 86) 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/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/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/dist/include/jemalloc/internal/
nstime.h 38 uint64_t nstime_ns_since(const nstime_t *past);
  /src/external/bsd/jemalloc/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;
gzread.c 302 state->past = 1; /* tried to read past end */
472 state->past = 0;
494 state->past = 0;
532 state->past = 1; /* read past end */
  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 196 int past; /* true if read requested past end */ member in struct:__anon8940
gzlib.c 80 state.state->past = 0; /* have not read past end yet */
379 state.state->past = 0;
488 return state.state->mode == GZ_READ ? state.state->past : 0;
523 state.state->past = 0;
gzread.c 326 state.state->past = 1; /* tried to read past end */
507 state.state->past = 0;
529 state.state->past = 0;
567 state.state->past = 1; /* read past end */
  /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/dist/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon19995
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/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
sha256-armv4.S 137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
195 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
202 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
253 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
260 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
311 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
318 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
369 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
376 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
    [all...]
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
sha256-armv4.S 137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
195 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
202 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
253 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
260 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
311 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
318 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
369 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
376 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
    [all...]

Completed in 36 milliseconds

1 2 3 4