Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
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()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() local
345 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote()
359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote()
387 if (lbase - rbase < 0) in dt_type_promote()
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1088 lbase = ctf_type_resolve(lfp, lp->dn_type); in dt_node_is_ptrcompat()
1089 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat()
1093 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1095 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat()
[all …]
/freebsd/usr.sbin/moused/
H A Dmoused.c965 float fdx, fdy, length, lbase, accel; in expoacc() local
975 lbase = length / rodent.expoffset; in expoacc()
976 accel = powf(lbase, rodent.expoaccel) / lbase; in expoacc()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4899 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/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10754 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()