Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DBpf2Apf.java261 gen.addJumpIfR0LessThan(val + 1, false_label); in convertLine()
274 gen.addJumpIfR0LessThan(val, false_label); in convertLine()
DApfTest.java497 gen.addJumpIfR0LessThan(0, gen.DROP_LABEL); in testApfInstructions()
500 gen.addJumpIfR0LessThan(1, gen.DROP_LABEL); in testApfInstructions()
/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java679 public ApfGenerator addJumpIfR0LessThan(int value, String target) { in addJumpIfR0LessThan() method in ApfGenerator
DApfFilter.java935 gen.addJumpIfR0LessThan(filterLifetime, nextFilterLabel); in generateFilterLocked()
1540 gen.addJumpIfR0LessThan(ETH_TYPE_MIN, mCountAndDropLabel); in emitPrologueLocked()