Searched refs:lbase (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.c62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
190 base = lbase;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c327 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); local
328 uint_t lkind = ctf_type_kind(lfp, lbase);
342 ltype = lbase = DT_INT_TYPE(dtp);
350 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
370 if (lbase - rbase < 0)
1016 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1052 lbase = ctf_type_resolve(lfp, lp->dn_type);
1053 lkind = ctf_type_kind(lfp, lbase);
1057 ctf_type_reference(lfp, lbase));
1059 ctf_array_info(lfp, lbase,
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h1091 uint32_t lbase : 20; /**< Base Address[31:12] member in struct:cvmx_pci_cfg04::cvmx_pci_cfg04_s
1103 uint32_t lbase : 20;
1157 uint32_t lbase : 5; /**< Base Address[31:27] member in struct:cvmx_pci_cfg06::cvmx_pci_cfg06_s
1173 uint32_t lbase : 5;
/freebsd-10.0-release/usr.sbin/moused/
H A Dmoused.c988 float fdx, fdy, length, lbase, accel; local
998 lbase = length / rodent.expoffset;
999 accel = powf(lbase, rodent.expoaccel) / lbase;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6848 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
6850 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase);
6859 QualType LHS = lbase->getResultType();
6866 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false,
6873 CanQualType LRetType = getCanonicalType(lbase->getResultType());
6886 // FIXME: should we error if lbase->getRegParmAttr() != 0 &&
6888 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
6889 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo();

Completed in 222 milliseconds