Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Doptimize.c197 #define A_ATOM BPF_MEMWORDS macro
547 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()
560 return A_ATOM; in atomuse()
569 return A_ATOM; in atomuse()
572 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()
595 return A_ATOM; in atomdef()
605 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()
636 if (!ATOMELEM(def, A_ATOM)) in compute_local_ud()
637 use |= ATOMMASK(A_ATOM); in compute_local_ud()
662 if (!ATOMELEM(def, A_ATOM)) in compute_local_ud()
[all …]