Searched refs:IPos (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/zlib/ |
| H A D | deflate.h | 98 typedef unsigned IPos; typedef 164 IPos prev_match; /* previous match */
|
| H A D | deflate.c | 1389 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()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2728 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()
|