Searched refs:lbase (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/zlib/ |
| 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()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.c | 345 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote() 359 ltype = lbase = DT_INT_TYPE(dtp); 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() 1119 lbase = rbase; in dt_node_is_ptrcompat() 1124 rbase = lbase; in dt_node_is_ptrcompat() [all …]
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | 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.2/contrib/elftoolchain/readelf/ |
| H A D | 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.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10304 const auto *lbase = lhs->castAs<FunctionType>(); in mergeFunctionTypes() local 10306 const auto *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes() 10315 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes() 10322 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 10330 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() 10346 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
|