Searched refs:IPos (Results 1 – 11 of 11) sorted by relevance
/external/llvm/unittests/ADT/ |
D | PointerEmbeddedIntTest.cpp | 47 PointerEmbeddedInt<intptr_t, CHAR_BIT> IPos = 42, INeg = -42; in TEST() local 48 EXPECT_EQ(42, IPos); in TEST()
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local void check_match OF((deflate_state *s, IPos start, IPos match, 319 IPos hash_head = 0; 1065 IPos cur_match; /* current match */ 1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1074 s->strstart - (IPos)MAX_DIST(s) : NIL; 1214 IPos cur_match; /* current match */ 1273 IPos start, match; 1524 IPos hash_head; /* head of the hash chain */ [all …]
|
D | deflate.h | 88 typedef unsigned IPos; typedef 154 IPos prev_match; /* previous match */
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local void check_match OF((deflate_state *s, IPos start, IPos match, 1150 IPos cur_match; /* current match */ 1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1159 s->strstart - (IPos)MAX_DIST(s) : NIL; 1299 IPos cur_match; /* current match */ 1358 IPos start, match; 1632 IPos hash_head; /* head of the hash chain */ 1734 IPos hash_head; /* head of hash chain */
|
D | deflate.h | 91 typedef unsigned IPos; typedef 157 IPos prev_match; /* previous match */
|
/external/python/cpython3/Modules/zlib/ |
D | deflate.h | 94 typedef unsigned IPos; typedef 160 IPos prev_match; /* previous match */
|
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 99 local void check_match OF((deflate_state *s, IPos start, IPos match, 1238 IPos cur_match; /* current match */ 1246 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1247 s->strstart - (IPos)MAX_DIST(s) : NIL; 1387 IPos cur_match; /* current match */ 1450 IPos start, match; 1828 IPos hash_head; /* head of the hash chain */ 1930 IPos hash_head; /* head of hash chain */
|
/external/zlib/src/ |
D | deflate.h | 94 typedef unsigned IPos; typedef 160 IPos prev_match; /* previous match */
|
D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 99 local void check_match OF((deflate_state *s, IPos start, IPos match, 1238 IPos cur_match; /* current match */ 1246 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1247 s->strstart - (IPos)MAX_DIST(s) : NIL; 1387 IPos cur_match; /* current match */ 1450 IPos start, match; 1828 IPos hash_head; /* head of the hash chain */ 1930 IPos hash_head; /* head of hash chain */
|
/external/zlib/src/contrib/masmx64/ |
D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 58 ; IPos cur_match; /* current match */
|
/external/zlib/src/contrib/masmx86/ |
D | match686.asm | 39 ; IPos cur_match; /* current match */ 190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
|