Home
last modified time | relevance | path

Searched refs:lbase (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libz/
H A Dinftrees.c53 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 Dinftrees.c53 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 Dinftrees.c55 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 Dresolve.c276 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 Dresolve.h268 Elf_Phdr *phdrp, int phdrc, const int objtype, const long lbase,
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10194 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()