/freebsd/sys/dev/sound/pci/ |
H A D | via8233.c | 95 int dir, rbase, active; member 428 r = ch->rbase + VIA8233_RP_DXS_RATEFMT; in via8233dxs_setformat() 490 r = ch->rbase + VIA8233_RP_DXS_RATEFMT; in via8233dxs_setspeed() 624 v = via_rd(via, ch->rbase + VIA_RP_CURRENT_COUNT, 4); in via8233chan_getptr() 638 via_wr(via, ch->rbase + VIA_RP_CONTROL, SGD_CONTROL_STOP, 1); in via8233chan_reset() 639 via_wr(via, ch->rbase + VIA_RP_CONTROL, 0x00, 1); in via8233chan_reset() 640 via_wr(via, ch->rbase + VIA_RP_STATUS, in via8233chan_reset() 671 ch->rbase = VIA_WR_BASE(num); in via8233wr_init() 672 via_wr(via, ch->rbase + VIA_WR_RP_SGD_FORMAT, WR_FIFO_ENABLE, 1); in via8233wr_init() 708 ch->rbase = VIA_DXS_BASE(NDXSCHANS - 1 - via->n_dxs_registered); in via8233dxs_init() [all …]
|
/freebsd/usr.bin/factor/ |
H A D | factor.c | 250 BIGNUM *base, *rbase, *num, *i, *x; in pollard_pminus1() local 253 rbase = BN_new(); in pollard_pminus1() 258 BN_set_word(rbase, 1); in pollard_pminus1() 260 if (!BN_add_word(rbase, 1)) in pollard_pminus1() 263 BN_copy(base, rbase); in pollard_pminus1()
|
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed_local.h | 99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument 100 (T0) = (X3) ^ (ks->data)[(rbase)]; \ 101 (T1) = (X4) ^ (ks->data)[(rbase)+1]; \
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 726 const Elf_Phdr *phdr, u_long rbase, u_long *base_addrp) in __elfN() 745 (caddr_t)(uintptr_t)phdr[i].p_vaddr + rbase, in __elfN() 754 base_addr = trunc_page(phdr[i].p_vaddr + rbase); in __elfN() 791 u_long rbase; in __elfN() local 841 rbase = *addr; in __elfN() 843 rbase = 0; in __elfN() 861 error = __elfN(load_sections)(imgp, hdr, phdr, rbase, &base_addr); in __elfN() 869 *entry = (unsigned long)hdr->e_entry + rbase; in __elfN() 899 u_long rbase, res; in __CONCAT() local 908 arc4rand(&rbase, sizeof(rbase), 0); in __CONCAT() [all …]
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 513 Elf_Rel r, *rbase; in __elfN() local 544 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr; in __elfN() 548 COPYOUT(rbase + j, &r, sizeof(r)); in __elfN()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local 348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() 364 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote() 372 if (ctf_type_encoding(rfp, rbase, &re) == 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 1101 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat() 1102 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat() 1106 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat() 1108 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat() [all …]
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 361 char rbase; in hifn_attach() local 549 rbase = 'K'; in hifn_attach() 551 rbase = 'M'; in hifn_attach() 556 rseg, rbase, sc->sc_drammodel ? 'd' : 's'); in hifn_attach()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 3026 ipfw_obj_tlv *rbase; in ipfw_show_config() local 3031 rbase = NULL; in ipfw_show_config() 3050 rbase = (ipfw_obj_tlv *)(ctlv + 1); in ipfw_show_config() 3068 prepare_format_opts(co, fo, rbase, rcnt, dynbase, dynsz); in ipfw_show_config() 3076 list_static_range(co, fo, &bp, rbase, rcnt); in ipfw_show_config() 3103 if (list_static_range(co, fo, &bp, rbase, rcnt) == 0) { in ipfw_show_config()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 10755 const auto *rbase = rhs->castAs<FunctionType>(); in mergeFunctionTypes() local 10757 const auto *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes() 10764 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes() 10772 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 10781 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes() 10797 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()
|