Home
last modified time | relevance | path

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

/external/minijail/
Dbpf.c85 curr_block += bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jeq64()
126 bpf_comp_jgt32(curr_block, hi, SKIPN(2) + jt, NEXT); in bpf_comp_jgt64()
129 bpf_comp_jgt32(curr_block, hi, SKIPN(3) + jt, NEXT); in bpf_comp_jgt64()
131 bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jgt64()
150 bpf_comp_jgt32(curr_block, hi, SKIPN(2) + jt, NEXT); in bpf_comp_jge64()
153 bpf_comp_jgt32(curr_block, hi, SKIPN(3) + jt, NEXT); in bpf_comp_jge64()
155 bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jge64()
187 curr_block += bpf_comp_jset32(curr_block, mask_hi, SKIPN(2) + jt, NEXT); in bpf_comp_jset64()
Dbpf.h120 #define SKIPN(_n) (_n) macro