Searched refs:SKIPN (Results 1 – 2 of 2) sorted by relevance
/external/minijail/ |
D | bpf.c | 85 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()
|
D | bpf.h | 120 #define SKIPN(_n) (_n) macro
|