Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DBpf2Apf.java98 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()
149 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS || in convertLine()
/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java323 public static final int MEMORY_SLOTS = 16; field in ApfGenerator
776 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) { in addLoadFromMemory()
791 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) { in addStoreToMemory()