Searched defs:A_ATOM (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Doptimize.c82 * location. A_ATOM is the accumulator and X_ATOM is the index
85 #define A_ATOM BPF_MEMWORDS macro
346 return (BPF_RVAL(c) == BPF_A) ? A_ATOM :
355 return A_ATOM;
364 return A_ATOM;
367 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM;
390 return A_ATOM;
400 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM;
431 if (!ATOMELEM(def, A_ATOM))
432 use |= ATOMMASK(A_ATOM);
[all...]

Completed in 57 milliseconds