Searched refs:lbase (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libz/ |
H A D | inftrees.c | 53 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 180 base = lbase; in inflate_table()
|
/openbsd/sys/lib/libz/ |
H A D | inftrees.c | 53 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 180 base = lbase; in inflate_table()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inftrees.c | 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 182 base = lbase; in inflate_table()
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 276 int phdrc, const int objtype, const long lbase, const long obase) in _dl_finalize_object() argument 282 objname, dynp, objtype, lbase, obase)); in _dl_finalize_object() 435 object->load_base = lbase; in _dl_finalize_object()
|
H A D | resolve.h | 268 Elf_Phdr *phdrp, int phdrc, const int objtype, const long lbase,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 10194 const auto *lbase = lhs->castAs<FunctionType>(); in mergeFunctionTypes() local 10196 const auto *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes() 10205 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes() 10212 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 10220 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() 10236 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
|