Searched refs:lbase (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/lib/libz/ |
| HD | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | inftrees.c | 62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 190 base = lbase;
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_parser.c | 344 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/ |
| HD | moused.c | 988 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/ |
| HD | cvmx-pci-defs.h | 1091 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/ |
| HD | ASTContext.cpp | 7267 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/ |
| HD | readelf.c | 4759 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()
|