Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libz/
Ddeflate.h96 typedef unsigned IPos; typedef
162 IPos prev_match; /* previous match */
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_head; /* head of the hash chain */ in deflate_fast()
1922 IPos hash_head; /* head of hash chain */ in deflate_slow()
/openbsd/src/lib/libz/
Ddeflate.h96 typedef unsigned IPos; typedef
162 IPos prev_match; /* previous match */
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_head; /* head of the hash chain */ in deflate_fast()
1920 IPos hash_head; /* head of hash chain */ in deflate_slow()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Ddeflate.h98 typedef unsigned IPos; typedef
164 IPos prev_match; /* previous match */
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 longest_match()
1557 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in check_match()
1560 IPos len = length; in check_match()
1561 if (match == (IPos)-1) { in check_match()
1812 IPos hash_head; /* head of the hash chain */ in deflate_fast()
1911 IPos hash_head; /* head of hash chain */ in deflate_slow()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
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()