Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zlib/
H A Ddeflate.h94 typedef unsigned IPos; typedef
160 IPos prev_match; /* previous match */
H A Ddeflate.c93 uInt longest_match OF((deflate_state *s, IPos cur_match));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local void check_match OF((deflate_state *s, IPos start, IPos match,
1278 IPos cur_match; /* current match */
1286 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1287 s->strstart - (IPos)MAX_DIST(s) : NIL;
1427 IPos cur_match; /* current match */
1490 IPos start, match;
1878 IPos hash_head; /* head of the hash chain */
1980 IPos hash_head; /* head of hash chain */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2818 IRPosition IPos = IRPosition::callsite_function(cast<CallBase>(I)); in updateImpl() local
2820 A.getAAFor<AAWillReturn>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
2826 A.getAAFor<AANoRecurse>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
3798 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local
3801 A.getAndUpdateAAFor<AANoReturn>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()
3824 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local
3826 A.getAndUpdateAAFor<AANoUnwind>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()