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

1 2 3 4 5 6 7 8 91011>>

  /src/external/ibm-public/postfix/dist/src/global/
tok822_find.c 55 TOK822 *tp; local
57 for (tp = head; tp != 0 && tp->type != op; tp = tp->next)
59 return (tp);
66 TOK822 *tp; local
68 for (tp = tail; tp != 0 && tp->type != op; tp = tp->prev
    [all...]
tok822_node.c 15 /* TOK822 *tok822_free(tp)
16 /* TOK822 *tp;
59 TOK822 *tp; local
64 tp = (TOK822 *) mymalloc(sizeof(*tp));
65 tp->type = type;
66 tp->next = tp->prev = tp->head = tp->tail = tp->owner = 0
    [all...]
  /src/tests/lib/semaphore/pthread/
t_sem_pth.c 4 ATF_TP_ADD_TCS(tp)
7 ATF_TP_ADD_TC(tp, postwait);
8 ATF_TP_ADD_TC(tp, initvalue);
9 ATF_TP_ADD_TC(tp, destroy);
10 ATF_TP_ADD_TC(tp, busydestroy);
11 ATF_TP_ADD_TC(tp, blockwait);
12 ATF_TP_ADD_TC(tp, blocktimedwait);
13 ATF_TP_ADD_TC(tp, named);
14 ATF_TP_ADD_TC(tp, unlink);
  /src/external/bsd/atf/dist/tools/
zero_tcs_helper.c 32 ATF_TP_ADD_TCS(tp)
34 if (tp != NULL) {} /* Use tp. */
  /src/external/bsd/atf/dist/atf-c/
atf_c_test.c 44 ATF_TP_ADD_TCS(tp)
47 ATF_TP_ADD_TC(tp, include);
  /src/external/lgpl3/gmp/dist/mpz/
set_d.c 51 mp_limb_t tp[LIMBS_PER_DOUBLE]; local
62 rn = __gmp_extract_double (tp, d);
77 rp[1] = tp[1], rp[0] = tp[0];
80 rp[0] = tp[1];
85 rp[2] = tp[2], rp[1] = tp[1], rp[0] = tp[0];
88 rp[1] = tp[2], rp[0] = tp[1]
    [all...]
  /src/sys/netinet/
tcp_seq.h 56 #define tcp_rcvseqinit(tp) \
57 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
59 #define tcp_sendseqinit(tp) \
60 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
61 (tp)->snd_recover = (tp)->snd_high = (tp)->snd_fack = (tp)->is
    [all...]
tcp_congctl.c 201 static void tcp_reno_congestion_exp(struct tcpcb *tp);
209 static void tcp_cubic_slow_retransmit(struct tcpcb *tp);
318 tcp_congctl_select(struct tcpcb *tp, const char *name)
325 old_found = (tp == NULL || tp->t_congctl == NULL);
331 if (!old_found && tccp->congctl_ctl == tp->t_congctl) {
342 if (tp) {
346 tp->t_congctl = new_tccp->congctl_ctl;
363 tcp_congctl_release(struct tcpcb *tp)
367 KASSERT(tp->t_congctl)
    [all...]
tcp_timer.c 226 struct tcpcb *tp = arg; local
235 if ((tp->t_flags & (TF_DEAD | TF_DELACK)) != TF_DELACK) {
239 if (!callout_expired(&tp->t_delack_ch)) {
244 tp->t_flags |= TF_ACKNOW;
246 (void) tcp_output(tp);
280 * Cancel all timers for TCP tp.
283 tcp_canceltimers(struct tcpcb *tp)
288 TCP_TIMER_DISARM(tp, i);
303 struct tcpcb *tp = arg; local
311 if ((tp->t_flags & TF_DEAD) != 0)
450 struct tcpcb *tp = arg; local
514 struct tcpcb *tp = arg; local
593 struct tcpcb *tp = arg; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
gethrtime.c 32 struct timespec tp; local
36 int r = clock_gettime (CLOCK_MONOTONIC_RAW, &tp);
38 int r = clock_gettime (CLOCK_MONOTONIC, &tp);
42 rc = ((hrtime_t) tp.tv_sec)*1000000000 + (hrtime_t) tp.tv_nsec;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
gethrtime.c 32 struct timespec tp; local
36 int r = clock_gettime (CLOCK_MONOTONIC_RAW, &tp);
38 int r = clock_gettime (CLOCK_MONOTONIC, &tp);
42 rc = ((hrtime_t) tp.tv_sec)*1000000000 + (hrtime_t) tp.tv_nsec;
  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_context_print.c 61 const TLS_SESS_STATE *tp = (const TLS_SESS_STATE *) ptr; local
68 STRING_OR_EMPTY(tp->peer_CN)),
70 STRING_OR_EMPTY(tp->issuer_CN)),
72 STRING_OR_EMPTY(tp->peer_cert_fprint)),
74 STRING_OR_EMPTY(tp->peer_pkey_fprint)),
76 tp->level),
78 tp->peer_status),
80 STRING_OR_EMPTY(tp->protocol)),
82 STRING_OR_EMPTY(tp->cipher_name)),
84 tp->cipher_usebits)
    [all...]
  /src/external/lgpl3/gmp/dist/mpq/
set_d.c 50 mp_limb_t tp[LIMBS_PER_DOUBLE]; local
62 exp = __gmp_extract_double (tp, d);
67 if (exp <= 1 || (exp == 2 && (tp[0] | tp[1]) != 0))
70 if (exp <= 1 || (exp == 2 && tp[0] != 0))
86 if ((tp[0] | tp[1] | tp[2]) == 0)
87 np[0] = tp[3], nn = 1;
88 else if ((tp[0] | tp[1]) == 0
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/gpl3/binutils.old/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/gpl3/gcc/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/gpl3/gcc.old/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/gpl3/gdb/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/gpl3/gdb.old/dist/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz)
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
steady_clock.cpp 5 Clock::time_point tp = Clock::now(); local
6 ((void)tp);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
steady_clock.cpp 5 Clock::time_point tp = Clock::now(); local
6 ((void)tp);
  /src/external/bsd/nvi/dist/ex/
ex_txt.c 67 TEXT ait, *ntp, *tp; local
80 if ((tp = TAILQ_FIRST(tiqh)) != NULL) {
81 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < 32) {
85 tp->len = 0;
87 newtp: if ((tp = text_init(sp, NULL, 0, 32)) == NULL)
89 TAILQ_INSERT_HEAD(tiqh, tp, q);
93 tp->lno = sp->lno + 1;
113 if (v_txt_auto(sp, sp->lno, NULL, 0, tp))
116 txt_prompt(sp, tp, prompt, flags)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_eval_dgr3_pm2.c 43 mp_srcptr xp, mp_size_t n, mp_size_t x3n, mp_ptr tp)
56 cy = mpn_addlsh2_n (tp, xp + n, xp + 3*n, x3n);
60 cy = mpn_addlsh_n (tp, xp + n, xp + 3*n, x3n, 2);
63 cy = mpn_add_1 (tp + x3n, xp + n + x3n, n - x3n, cy);
64 tp[n] = cy;
66 cy = mpn_lshift (tp, xp + 2*n, n, 2);
67 xp2[n] = cy + mpn_add_n (xp2, tp, xp, n);
69 tp[x3n] = mpn_lshift (tp, xp + 3*n, x3n, 2);
71 tp[n] = mpn_add (tp, xp + n, n, tp, x3n + 1)
    [all...]
  /src/external/bsd/libbind/dist/bsd/
gettimeofday.c 21 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) {
24 res = gettimeofday(tp, tzp);
27 if (tp == NULL)
29 if (tp->tv_usec < 0) {
31 tp->tv_usec += MILLION;
32 tp->tv_sec--;
33 } while (tp->tv_usec < 0);
35 } else if (tp->tv_usec > MILLION) {
37 tp->tv_usec -= MILLION;
38 tp->tv_sec++
    [all...]
  /src/share/examples/refuse/virtdir/
virtdir.c 68 mkdirs(virtdir_t *tp, const char *path, size_t size)
77 if ((ep = virtdir_find(tp, name, strlen(name))) == NULL) {
78 virtdir_add(tp, name, strlen(name), 'd', NULL, 0);
115 virtdir_init(virtdir_t *tp, const char *rootdir, struct stat *d, struct stat *f, struct stat *l)
117 (void) memcpy(&tp->dir, d, sizeof(tp->dir));
118 tp->dir.st_mode = S_IFDIR | 0755;
119 tp->dir.st_nlink = 2;
120 (void) memcpy(&tp->file, f, sizeof(tp->file))
304 virt_dirent_t *tp; local
    [all...]

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>