Searched refs:codetype (Results 1 – 9 of 9) 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.UNKNOWN1015 if code.codetype == Code.OPTIMIZED:1017 elif code.codetype == Code.FULL_CODEGEN:1019 elif code.codetype == Code.V8INTERNAL: