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

/external/chromium_org/third_party/zlib/
H A Dinftrees.h58 } codetype; typedef in typeref:enum:__anon16407
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dinftrees.c33 codetype type;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinftrees.h58 } codetype; typedef in typeref:enum:__anon28596
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dfx_zlib_inftrees.c33 codetype type,
/external/qemu/distrib/zlib-1.2.8/
H A Dinftrees.h58 } codetype; typedef in typeref:enum:__anon29635
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dinftrees.c33 codetype type;
/external/zlib/src/contrib/infback9/
H A Dinftree9.h57 } codetype; typedef in typeref:enum:__anon34341
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
H A Dinftree9.c33 codetype type;
/external/zlib/src/
H A Dinftrees.h58 } codetype; typedef in typeref:enum:__anon34357
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dinftrees.c33 codetype type;
/external/chromium_org/v8/tools/
H A Dll_prof.py106 self.codetype = Code.OPTIMIZED
108 self.codetype = Code.FULL_CODEGEN
110 self.codetype = Code.V8INTERNAL
112 self.codetype = Code.UNKNOWN
966 if code.codetype == Code.OPTIMIZED:
968 elif code.codetype == Code.FULL_CODEGEN:
970 elif code.codetype == Code.V8INTERNAL:

Completed in 2054 milliseconds