Home
last modified time | relevance | path

Searched refs:TTEST (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-tcp.c214 if (!TTEST(tp->th_dport)) { in tcp_print()
254 if (!qflag && TTEST(tp->th_seq) && !TTEST(tp->th_ack)) in tcp_print()
H A Dprint-udp.c491 if (TTEST(rp->rm_direction)) { in udp_print()
508 if (TTEST(((struct LAP *)cp)->type) && in udp_print()
H A Dprint-icmp.c387 TTEST(dp->icmp_ip)) { in icmp_print()
H A Dinterface.h147 #define TTEST(var) TTEST2(var, sizeof(var)) macro
/openbsd/usr.sbin/hostapd/
H A Dhostapd.h372 #define TTEST(var) TTEST2(var, sizeof(var)) macro
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1581 def TTEST : TMSystemI<0b0001, "ttest", [(set GPR64:$Rt, (int_aarch64_ttest))]> {