Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java381 public static final int OP_FUNCTION = 25; field in OpCodes
/external/python/cffi/cffi/
Dcffi_opcode.py43 OP_FUNCTION = 13 variable