Home
last modified time | relevance | path

Searched refs:codetype (Results 1 – 11 of 11) sorted by relevance

/external/zlib/src/contrib/infback9/
Dinftree9.h57 } codetype; typedef
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
Dinftree9.c33 codetype type; in inflate_table9()
/external/zlib/src/
Dinftrees.h58 } codetype; typedef
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
Dinftrees.c33 codetype type; in inflate_table()
/external/syslinux/com32/lib/zlib/
Dinftrees.h58 } codetype; typedef
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
Dinftrees.c33 codetype type; in inflate_table()
/external/pdfium/third_party/zlib_v128/
Dinftrees.h58 } codetype; typedef
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
Dinftrees.c33 codetype type, in inflate_table()
/external/python/cpython2/Modules/zlib/
Dinftrees.h58 } codetype; typedef
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
Dinftrees.c33 codetype type; in inflate_table()
/external/v8/tools/
Dll_prof.py106 self.codetype = Code.OPTIMIZED
108 self.codetype = Code.FULL_CODEGEN
110 self.codetype = Code.V8INTERNAL
112 self.codetype = Code.UNKNOWN
943 if code.codetype == Code.OPTIMIZED:
945 elif code.codetype == Code.FULL_CODEGEN:
947 elif code.codetype == Code.V8INTERNAL: