Home
last modified time | relevance | path

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

/external/libpcap/
Doptimize.c81 #define A_ATOM BPF_MEMWORDS macro
342 return (BPF_RVAL(c) == BPF_A) ? A_ATOM : in atomuse()
351 return A_ATOM; in atomuse()
360 return A_ATOM; in atomuse()
363 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()
386 return A_ATOM; in atomdef()
396 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()
427 if (!ATOMELEM(def, A_ATOM)) in compute_local_ud()
428 use |= ATOMMASK(A_ATOM); in compute_local_ud()
453 if (!ATOMELEM(def, A_ATOM)) in compute_local_ud()
[all …]