Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h98 typedef unsigned IPos; typedef
164 IPos prev_match; /* previous match */
H A Ddeflate.c1389 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1396 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1397 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1537 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match()
1598 local void check_match(deflate_state *s, IPos start, IPos match, int length) { in check_match()
1601 IPos len = (IPos)length; in check_match()
1602 if (match == (IPos)-1) { in check_match()
1860 IPos hash_head; /* head of the hash chain */ in deflate_fast()
1959 IPos hash_head; /* head of hash chain */ in deflate_slow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2770 IRPosition IPos = IRPosition::callsite_function(*ACS.getInstruction()); in updateImpl() local
2773 A, this, IPos, DepClassTy::REQUIRED, IsKnownMustProgress, in updateImpl()
3344 IRPosition IPos = IRPosition::callsite_function(cast<CallBase>(I)); in updateImpl() local
3347 A, this, IPos, DepClassTy::REQUIRED, IsKnown)) { in updateImpl()
3355 A, this, IPos, DepClassTy::REQUIRED, IsKnownNoRecurse); in updateImpl()
4671 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local
4675 A, &AA, IPos, DepClassTy::OPTIONAL, IsKnownNoReturn)) in identifyAliveSuccessors()
4697 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local
4701 A, &AA, IPos, DepClassTy::OPTIONAL, IsKnownNoUnwind)) { in identifyAliveSuccessors()