Searched refs:BPF_DIV (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/tools/regression/bpf/bpf_filter/tests/
H A Dtest0027.h2 * Test 0027: BPF_ALU+BPF_DIV+BPF_X
11 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
H A Dtest0035.h2 * Test 0035: BPF_ALU+BPF_DIV+BPF_K
10 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0xdead),
H A Dtest0074.h2 * Test 0074: Divide by 0 (BPF_ALU+BPF_DIV+BPF_X)
11 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
/freebsd-10-stable/contrib/libpcap/
H A Dbpf_image.c214 case BPF_ALU|BPF_DIV|BPF_X:
254 case BPF_ALU|BPF_DIV|BPF_K:
H A Doptimize.c603 case BPF_DIV:
980 case BPF_ALU|BPF_DIV|BPF_K:
1015 case BPF_ALU|BPF_DIV|BPF_X:
1049 else if (op == BPF_MUL || op == BPF_DIV ||
H A Dgrammar.y619 | arth '/' arth { $$ = gen_arth(BPF_DIV, $1, $3); }
/freebsd-10-stable/contrib/libpcap/bpf/net/
H A Dbpf_filter.c466 case BPF_ALU|BPF_DIV|BPF_X:
500 case BPF_ALU|BPF_DIV|BPF_K:
618 case BPF_DIV:
/freebsd-10-stable/sys/net/
H A Dbpf_filter.c431 case BPF_ALU|BPF_DIV|BPF_X:
465 case BPF_ALU|BPF_DIV|BPF_K:
580 if (p->code == (BPF_ALU|BPF_DIV|BPF_K) && p->k == 0)
H A Dbpf.h1179 #define BPF_DIV 0x30 macro
/freebsd-10-stable/contrib/ipfilter/
H A Dbpf_filter.c399 case BPF_ALU|BPF_DIV|BPF_X:
433 case BPF_ALU|BPF_DIV|BPF_K:
542 case BPF_DIV:
H A Dbpf-ipf.h378 #define BPF_DIV 0x30 macro
/freebsd-10-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c179 if (p->code == (BPF_ALU|BPF_DIV|BPF_K) && p->k == 0)
/freebsd-10-stable/contrib/netbsd-tests/net/bpf/
H A Dt_mbuf.c254 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
258 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
262 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
266 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
270 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
/freebsd-10-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_mbuf.c261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
265 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
273 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
277 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
H A Dt_bpfjit.c230 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
236 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
254 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
279 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
286 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
304 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
311 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
329 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
336 BPF_STMT(BPF_ALU+BPF_DIV
[all...]
/freebsd-10-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c139 case BPF_ALU|BPF_DIV|BPF_K:
532 case BPF_ALU|BPF_DIV|BPF_X:
590 case BPF_ALU|BPF_DIV|BPF_K:
/freebsd-10-stable/contrib/libpcap/pcap/
H A Dbpf.h1246 #define BPF_DIV 0x30 macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_bpfjit.c233 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
239 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
262 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
292 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
299 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
322 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
329 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
352 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
359 BPF_STMT(BPF_ALU+BPF_DIV
[all...]
/freebsd-10-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c511 case BPF_ALU|BPF_DIV|BPF_X:
561 case BPF_ALU|BPF_DIV|BPF_K:

Completed in 228 milliseconds