| /src/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 …]
|
| /src/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()
|
| /src/crypto/openssl/crypto/seed/ |
| H A D | seed_local.h | 98 #define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument 99 (T0) = (X3) ^ (ks->data)[(rbase)]; \ 100 (T1) = (X4) ^ (ks->data)[(rbase) + 1]; \
|
| /src/sys/kern/ |
| H A D | imgact_elf.c | 731 const Elf_Phdr *phdr, u_long rbase, u_long *base_addrp) in load_sections() argument 750 (caddr_t)(uintptr_t)phdr[i].p_vaddr + rbase, in load_sections() 759 base_addr = trunc_page(phdr[i].p_vaddr + rbase); in load_sections() 796 u_long rbase; in load_file() local 846 rbase = *addr; in load_file() 848 rbase = 0; in load_file() 866 error = __elfN(load_sections)(imgp, hdr, phdr, rbase, &base_addr); in load_file() 874 *entry = (unsigned long)hdr->e_entry + rbase; in load_file() 904 u_long rbase, res; in __CONCAT() local 913 arc4rand(&rbase, sizeof(rbase), 0); in __CONCAT() [all …]
|
| /src/stand/common/ |
| H A D | load_elf_obj.c | 507 Elf_Rel r, *rbase; in obj_reloc_ptr() local 538 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr; in obj_reloc_ptr() 542 COPYOUT(rbase + j, &r, sizeof(r)); in obj_reloc_ptr()
|
| /src/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 …]
|
| /src/sbin/ipfw/ |
| H A D | ipfw2.c | 3081 ipfw_obj_tlv *rbase; in ipfw_show_config() local 3086 rbase = NULL; in ipfw_show_config() 3105 rbase = (ipfw_obj_tlv *)(ctlv + 1); in ipfw_show_config() 3123 prepare_format_opts(co, fo, rbase, rcnt, dynbase, dynsz); in ipfw_show_config() 3131 list_static_range(co, fo, &bp, rbase, rcnt); in ipfw_show_config() 3158 if (list_static_range(co, fo, &bp, rbase, rcnt) == 0) { in ipfw_show_config()
|
| /src/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()
|