Home
last modified time | relevance | path

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

/NextBSD/lib/libz/
HDinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinftrees.c62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
190 base = lbase;
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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 …]
/NextBSD/usr.sbin/moused/
HDmoused.c988 float fdx, fdy, length, lbase, accel; in expoacc() local
998 lbase = length / rodent.expoffset; in expoacc()
999 accel = powf(lbase, rodent.expoaccel) / lbase; in expoacc()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pci-defs.h1091 uint32_t lbase : 20; /**< Base Address[31:12] member
1103 uint32_t lbase : 20;
1157 uint32_t lbase : 5; /**< Base Address[31:27] member
1173 uint32_t lbase : 5;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7267 const FunctionType *lbase = lhs->getAs<FunctionType>(); in mergeFunctionTypes() local
7269 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes()
7278 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes()
7285 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
7292 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes()
7308 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c4759 int8_t lbase; in dump_dwarf_line() local
4822 lbase = re->dw_read(d, &offset, 1); in dump_dwarf_line()
4832 printf(" Line Base:\t\t\t%d\n", lbase); in dump_dwarf_line()
4879 #define LINE(x) (lbase + (((x) - opbase) % lrange)) in dump_dwarf_line()