Home
last modified time | relevance | path

Searched defs:_fixed_length (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLOOKUPSWITCH.java74 final short _fixed_length = (short) (9 + _match_length * 8); in initFromFile() local
DTABLESWITCH.java84 final short _fixed_length = (short) (13 + _match_length * 4); in initFromFile() local