Searched refs:IPos (Results 1 - 11 of 11) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A 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,
356 IPos hash_head = 0;
1111 IPos cur_match; /* current match */
1119 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1120 s->strstart - (IPos)MAX_DIST(s) : NIL;
1260 IPos cur_matc in longest_match() [all...] |
H A D | deflate.h | 88 typedef unsigned IPos;
typedef 91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 107 uInt longest_match OF((deflate_state *s, IPos cur_match)); 109 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 113 local void check_match OF((deflate_state *s, IPos start, IPos match, 1291 IPos cur_match; /* current match */ 1299 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1300 s->strstart - (IPos)MAX_DIST(s) : NIL; 1458 IPos cur_match; /* current match */ 1521 IPos star in check_match() [all...] |
H A D | deflate.h | 94 typedef unsigned IPos; typedef 97 * save space in the various tables. IPos is used only for parameter passing. 160 IPos prev_match; /* previous match */
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 107 uInt longest_match OF((deflate_state *s, IPos cur_match)); 109 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 113 local void check_match OF((deflate_state *s, IPos start, IPos match, 1283 IPos cur_match; /* current match */ 1291 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1292 s->strstart - (IPos)MAX_DIST(s) : NIL; 1450 IPos cur_match; /* current match */ 1513 IPos star in check_match() [all...] |
H A D | deflate.h | 94 typedef unsigned IPos; typedef 97 * save space in the various tables. IPos is used only for parameter passing. 160 IPos prev_match; /* previous match */
|
/third_party/node/deps/zlib/ |
H A D | deflate.h | 98 typedef unsigned IPos; typedef 101 * save space in the various tables. IPos is used only for parameter passing. 164 IPos prev_match; /* previous match */
|
H A D | deflate.c | 1395 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() 1402 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match() 1403 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1561 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() 1622 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in check_match() 1869 IPos hash_head; /* head of the hash chain */ in deflate_fast() 1971 IPos hash_head; /* head of hash chain */ in deflate_slow()
|
/third_party/zlib/ |
H A D | deflate.h | 98 typedef unsigned IPos; typedef 101 * save space in the various tables. IPos is used only for parameter passing. 164 IPos prev_match; /* previous match */
|
H A D | deflate.c | 1356 local uInt longest_match(deflate_state *s, IPos cur_match) in longest_match() 1364 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match() 1365 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1505 local uInt longest_match(deflate_state *s, IPos cur_match) in longest_match() 1567 local void check_match(deflate_state *s, IPos start, IPos match, int length) in check_match() 1571 IPos len = length; in check_match() 1572 if (match == (IPos)-1) { in check_match() 1825 IPos hash_hea in deflate_fast() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2261 IRPosition IPos = IRPosition::callsite_function(ImmutableCallSite(&I)); 2262 const auto &WillReturnAA = A.getAAFor<AAWillReturn>(*this, IPos); 2267 const auto &NoRecurseAA = A.getAAFor<AANoRecurse>(*this, IPos); 2937 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local 2939 const auto &NoReturnAA = A.getAAFor<AANoReturn>(AA, IPos); in identifyAliveSuccessors() 2962 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local 2963 const auto &AANoUnw = A.getAAFor<AANoUnwind>(AA, IPos); in identifyAliveSuccessors()
|
Completed in 24 milliseconds