HomeSort by: relevance | last modified time | path
    Searched refs:lbase (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inftree9.c 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
176 base = lbase;
  /src/external/gpl3/binutils/dist/zlib/
inftrees.c 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
182 base = lbase;
  /src/external/gpl3/binutils.old/dist/zlib/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /src/external/gpl3/gdb.old/dist/zlib/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inftree9.c 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
176 base = lbase;
  /src/external/gpl3/gdb/dist/zlib/
inftrees.c 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
182 base = lbase;
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
176 base = lbase;
  /src/external/cddl/osnet/dist/uts/common/zmod/
inftrees.c 62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
190 base = lbase;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inftree9.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inftree9.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
  /src/common/dist/zlib/
inftrees.c 71 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
197 base = lbase;
  /src/external/bsd/top/dist/machine/
m_netbsd.c 243 static struct kinfo_lwp *lbase; variable in typeref:struct:kinfo_lwp
383 lbase = NULL;
780 lbase = kvm_getlwps(kd, -1, 0, sizeof(struct kinfo_lwp), &nlwp);
781 if (lbase == NULL) {
818 for (lp = lbase, i = 0; i < nlwp; lp++, i++) {
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); local
345 uint_t lkind = ctf_type_kind(lfp, lbase);
359 ltype = lbase = DT_INT_TYPE(dtp);
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
387 if (lbase - rbase < 0)
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1088 lbase = ctf_type_resolve(lfp, lp->dn_type);
1089 lkind = ctf_type_kind(lfp, lbase);
1093 ctf_type_reference(lfp, lbase));
1095 ctf_array_info(lfp, lbase, &r) == 0)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 788 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
916 base = lbase;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9420 const auto *lbase = lhs->castAs<FunctionType>(); local
9422 const auto *lproto = dyn_cast<FunctionProtoType>(lbase);
9431 QualType LHS = lbase->getReturnType();
9438 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
9446 CanQualType LRetType = getCanonicalType(lbase->getReturnType());
9459 // FIXME: should we error if lbase->getRegParmAttr() != 0 &&
9461 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
9462 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo();

Completed in 84 milliseconds