Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c94 uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
102 local void check_match OF((deflate_state *s, IPos start, IPos match,
329 IPos hash_head = 0;
1035 IPos cur_match; /* current match */
1043 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1044 s->strstart - (IPos)MAX_DIST(s) : NIL;
1183 IPos cur_match; /* current match */
1240 IPos start, match;
[all …]
H A Ddeflate.h88 typedef unsigned IPos; typedef
154 IPos prev_match; /* previous match */
/netbsd-src/external/gpl3/binutils/dist/zlib/
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;
1876 IPos hash_head; /* head of the hash chain */
1978 IPos hash_head; /* head of hash chain */
H A Ddeflate.h94 typedef unsigned IPos; typedef
160 IPos prev_match; /* previous match */
/netbsd-src/external/gpl3/gdb/dist/zlib/
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;
1876 IPos hash_head; /* head of the hash chain */
1978 IPos hash_head; /* head of hash chain */
H A Ddeflate.h94 typedef unsigned IPos; typedef
160 IPos prev_match; /* previous match */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
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;
1876 IPos hash_head; /* head of the hash chain */
1978 IPos hash_head; /* head of hash chain */
H A Ddeflate.h94 typedef unsigned IPos; typedef
160 IPos prev_match; /* previous match */
/netbsd-src/sys/net/
H A Dzlib.c362 typedef unsigned IPos; typedef
427 IPos prev_match; /* previous match */
695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
701 local void check_match(deflate_state *s, IPos start, IPos match,
905 IPos hash_head = 0;
1351 IPos cur_match) /* current 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()
1493 IPos cur_match; /* current match */
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
H A Dmatch686.asm39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
H A Dmatch686.asm39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
H A Dmatch686.asm39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
H A Dmatch686.asm39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2314 IRPosition IPos = IRPosition::callsite_function(cast<CallBase>(I)); in updateImpl() local
2316 A.getAAFor<AAWillReturn>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
2322 A.getAAFor<AANoRecurse>(*this, IPos, DepClassTy::REQUIRED); in updateImpl()
3258 const IRPosition &IPos = IRPosition::callsite_function(CB); in identifyAliveSuccessors() local
3261 A.getAndUpdateAAFor<AANoReturn>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()
3284 const IRPosition &IPos = IRPosition::callsite_function(II); in identifyAliveSuccessors() local
3286 A.getAndUpdateAAFor<AANoUnwind>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors()