Home
last modified time | relevance | path

Searched refs:IPos (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h98 typedef unsigned IPos;
101 * save space in the various tables. IPos is used only for parameter passing.
164 IPos prev_match; /* previous match */
94 typedef unsigned IPos; global() typedef
H A Ddeflate.c1348 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1355 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1356 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1496 local uInt longest_match(deflate_state *s, IPos cur_match) { in check_match()
1557 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in fill_window()
1560 IPos len = length; in fill_window()
1561 if (match == (IPos)-1) { in fill_window()
1812 IPos hash_hea in deflate_stored()
[all...]
/openbsd-src/lib/libz/
H A Ddeflate.h96 typedef unsigned IPos; typedef
99 * save space in the various tables. IPos is used only for parameter passing.
162 IPos prev_match; /* previous match */
H A Ddeflate.c1352 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1359 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1360 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1500 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1561 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in check_match()
1564 IPos len = length; in check_match()
1565 if (match == (IPos)-1) { in check_match()
1821 IPos hash_hea in deflate_fast()
[all...]
/openbsd-src/sys/lib/libz/
H A Ddeflate.h96 typedef unsigned IPos; typedef
99 * save space in the various tables. IPos is used only for parameter passing.
162 IPos prev_match; /* previous match */
H A Ddeflate.c1352 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1359 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1360 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1500 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1561 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in check_match()
1564 IPos len = length; in check_match()
1565 if (match == (IPos)-1) { in check_match()
1823 IPos hash_hea in deflate_fast()
[all...]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3327 IRPosition IPos = IRPosition::callsite_function(cast<CallBase>(I)); in updateImpl() local
3329 A.getAAFor<AAWillReturn>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
3335 A.getAAFor<AANoRecurse>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
4605 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local
4608 A.getAndUpdateAAFor<AANoReturn>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()
4631 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local
4633 A.getAndUpdateAAFor<AANoUnwind>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()