HomeSort by: relevance | last modified time | path
    Searched defs:tp2 (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/cgdconfig/
argon2_utils.c 88 struct timespec tp1, tp2; local in function:argon2id_calibrate
124 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
126 if (timespeccmp(&tp1, &tp2, >))
128 timespecsub(&tp2, &tp1, &delta);
155 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
157 if (timespeccmp(&tp1, &tp2, >))
159 timespecsub(&tp2, &tp1, &delta);
  /src/sbin/mount_qemufwcfg/
virtdir.c 48 const virt_dirent_t *tp2 = vp2; local in function:compare
50 return strcmp(tp1->name, tp2->name);
  /src/share/examples/refuse/virtdir/
virtdir.c 46 const virt_dirent_t *tp2 = (const virt_dirent_t *) vp2; local in function:compare
48 return strcmp(tp1->name, tp2->name);
  /src/games/larn/
create.c 342 int tp1, tp2; local in function:troom
369 tp2 = playery;
385 playery = tp2;
  /src/lib/libcrypt/
crypt-argon2.c 154 struct timespec tp1, tp2, delta; local in function:estimate_argon2_params
224 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
226 if (timespeccmp(&tp1, &tp2, >))
228 timespecsub(&tp2, &tp1, &delta);
  /src/lib/libc/stdlib/
merge.c 117 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local in function:mergesort_r
149 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
219 ICOPY_LIST(f2, tp2, b);
220 ICOPY_ELT(f1, tp2, i);
222 CCOPY_LIST(f2, tp2, b);
223 CCOPY_ELT(f1, tp2, i);
227 ICOPY_LIST(f1, tp2, b);
228 ICOPY_ELT(f2, tp2, i);
230 CCOPY_LIST(f1, tp2, b);
231 CCOPY_ELT(f2, tp2, i)
    [all...]
  /src/sys/netinet/
sctp_timer.c 356 struct sctp_tmit_chunk *chk, *tp2; local in function:sctp_mark_all_for_resend
432 for (;chk != NULL; chk = tp2) {
433 tp2 = TAILQ_NEXT(chk, sctp_next);
sctp_indata.c 3192 struct sctp_tmit_chunk *tp1, *tp2, *a_adv=NULL; local in function:sctp_try_advance_peer_ack_point
3217 tp2 = TAILQ_NEXT(tp1, sctp_next);
3294 tp1 = tp2;
3471 struct sctp_tmit_chunk *tp1, *tp2; local in function:sctp_handle_sack
3816 tp2 = TAILQ_NEXT(tp1, sctp_next);
3846 tp1 = tp2;
  /src/usr.bin/xlint/lint2/
chk.c 242 type_t *tp1, *tp2; local in function:chkvtui
256 tp2 = TP(call->f_type)->t_subt;
257 eq = types_compatible(tp1, tp2,
308 const type_t *tp2 = TP(sym->s_type); local in function:chkvtdi
310 bool is_func = tp1->t_tspec == FUNC && tp2->t_tspec == FUNC;
312 const type_t *xt2 = is_func ? tp2->t_subt : tp2;
341 const type_t *tp1, *tp2, **ap1, **ap2; local in function:chkfaui
376 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
379 ap2 = tp2->t_args
1130 const type_t **ap1, **ap2, *tp1, *tp2; local in function:check_argument_declarations
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 597 type_t *tp2 = block_zero_alloc(sizeof(*tp2), "type"); local in function:block_derive_type
598 tp2->t_tspec = t;
599 tp2->t_subt = tp;
600 return tp2;
611 type_t *tp2 = expr_zero_alloc(sizeof(*tp2), "type"); local in function:expr_derive_type
612 tp2->t_tspec = t;
613 tp2->t_subt = tp;
614 return tp2;
    [all...]

Completed in 20 milliseconds