Searched refs:codetype (Results 1 – 7 of 7) sorted by relevance
57 } codetype; typedef59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
33 codetype type; in inflate_table9()
58 } codetype; typedef60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
33 codetype type; in inflate_table()
33 codetype type, in inflate_table()
106 self.codetype = Code.OPTIMIZED108 self.codetype = Code.FULL_CODEGEN110 self.codetype = Code.V8INTERNAL112 self.codetype = Code.UNKNOWN943 if code.codetype == Code.OPTIMIZED:945 elif code.codetype == Code.FULL_CODEGEN:947 elif code.codetype == Code.V8INTERNAL: