Searched refs:codetype (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/lib/zlib/ |
D | inftrees.h | 51 } codetype; typedef 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
|
D | inftrees.c | 32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table()
|
/external/zlib/src/contrib/infback9/ |
D | inftree9.h | 57 } codetype; typedef 59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
|
D | inftree9.c | 33 codetype type; in inflate_table9()
|
/external/python/cpython2/Modules/zlib/ |
D | inftrees.h | 58 } codetype; typedef 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
D | inftrees.c | 33 codetype type; in inflate_table()
|
/external/zlib/src/ |
D | inftrees.h | 58 } codetype; typedef 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
D | inftrees.c | 33 codetype type; in inflate_table()
|
/external/v8/tools/ |
D | ll_prof.py | 106 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:
|