Home
last modified time | relevance | path

Searched refs:P_OTHER (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/compiler/
Dastgen.py37 P_OTHER = 2 variable
72 d[arg] = P_OTHER
73 hardest_arg = max(hardest_arg, P_OTHER)
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1209 if (p == P_OTHER || arrayDim > 0) in compareExpr()
1262 private static final int P_OTHER = -1; field in CodeGen
1276 return P_OTHER; in typePrecedence()
1278 return P_OTHER; // this is wrong, but ... in typePrecedence()
1514 if (type == P_OTHER) in atExpr()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe_api.h1066 #define P_OTHER 4 /**< Other protocol */ macro