Searched refs:lbase (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/contrib/zlib/ |
| HD | inftrees.c | 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 182 base = lbase; in inflate_table()
|
| /freebsd-14-stable/usr.sbin/moused/ |
| HD | moused.c | 966 float fdx, fdy, length, lbase, accel; in expoacc() local 976 lbase = length / rodent.expoffset; in expoacc() 977 accel = powf(lbase, rodent.expoaccel) / lbase; in expoacc()
|
| /freebsd-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 4899 int8_t lbase; in dump_dwarf_line() local 4965 lbase = re->dw_read(d, &offset, 1); in dump_dwarf_line() 4975 printf(" Line Base:\t\t\t%d\n", lbase); in dump_dwarf_line() 5022 #define LINE(x) (lbase + (((x) - opbase) % lrange)) in dump_dwarf_line()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTContext.cpp | 10754 const auto *lbase = lhs->castAs<FunctionType>(); in mergeFunctionTypes() local 10756 const auto *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes() 10765 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes() 10772 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 10780 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() 10796 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
|