Searched refs:lbase (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| H A D | inftree9.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 181 base = lbase;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| H A D | inftree9.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 181 base = lbase;
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| H A D | inftree9.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 181 base = lbase;
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | inftrees.c | 62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 190 base = lbase;
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_netbsd.c | 243 static struct kinfo_lwp *lbase; variable 383 lbase = NULL; 780 lbase = kvm_getlwps(kd, -1, 0, sizeof(struct kinfo_lwp), &nlwp); in get_lwp_info() 781 if (lbase == NULL) { in get_lwp_info() 818 for (lp = lbase, i = 0; i < nlwp; lp++, i++) { in get_lwp_info()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | 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 …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | zlib.c | 788 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in netpgpv_inflate_table() local 916 base = lbase; in netpgpv_inflate_table()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9420 const auto *lbase = lhs->castAs<FunctionType>(); in mergeFunctionTypes() local 9422 const auto *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes() 9431 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes() 9438 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 9446 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes() 9462 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
|