Home
last modified time | relevance | path

Searched defs:nice_match (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/common/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
H A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
H A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
H A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
H A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm190 nice_match equ [ rcx + dsNiceMatch] define
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm190 nice_match equ [ rcx + dsNiceMatch] define
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm190 nice_match equ [ rcx + dsNiceMatch] define
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm190 nice_match equ [ rcx + dsNiceMatch] define
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c1042 int nice_match = s->nice_match; /* stop if match long enough */ local
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
H A Ddeflate.c1285 int nice_match = s->nice_match; /* stop if match long enough */ local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
H A Ddeflate.c1285 int nice_match = s->nice_match; /* stop if match long enough */ local
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
H A Ddeflate.c1285 int nice_match = s->nice_match; /* stop if match long enough */ local
/netbsd-src/sys/net/
H A Dzlib.c461 int nice_match; /* Stop searching when current match exceeds this */ member
1358 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local