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.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()
1814 IPos hash_head; /* head of the hash chain */ in deflate_fast()
1913 IPos hash_head; /* head of hash chain */ in deflate_slow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2728 IRPosition IPos = IRPosition::callsite_function(*ACS.getInstruction()); in updateImpl() local
2731 A, this, IPos, DepClassTy::REQUIRED, IsKnownMustProgress, in updateImpl()
3302 IRPosition IPos = IRPosition::callsite_function(cast<CallBase>(I)); in updateImpl() local
3305 A, this, IPos, DepClassTy::REQUIRED, IsKnown)) { in updateImpl()
3313 A, this, IPos, DepClassTy::REQUIRED, IsKnownNoRecurse); in updateImpl()
4637 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local
4641 A, &AA, IPos, DepClassTy::OPTIONAL, IsKnownNoReturn)) in identifyAliveSuccessors()
4663 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local
4667 A, &AA, IPos, DepClassTy::OPTIONAL, IsKnownNoUnwind)) { in identifyAliveSuccessors()