Searched refs:rbase (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/crypto/openssl/crypto/seed/
H A Dseed_local.h99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
100 (T0) = (X3) ^ (ks->data)[(rbase)]; \
101 (T1) = (X4) ^ (ks->data)[(rbase)+1]; \
/freebsd-current/usr.bin/factor/
H A Dfactor.c250 BIGNUM *base, *rbase, *num, *i, *x; local
253 rbase = BN_new();
258 BN_set_word(rbase, 1);
260 if (!BN_add_word(rbase, 1))
263 BN_copy(base, rbase);
/freebsd-current/sys/dev/sound/pci/
H A Dvia8233.c95 int dir, rbase, active; member in struct:via_chinfo
428 r = ch->rbase + VIA8233_RP_DXS_RATEFMT;
490 r = ch->rbase + VIA8233_RP_DXS_RATEFMT;
624 v = via_rd(via, ch->rbase + VIA_RP_CURRENT_COUNT, 4);
638 via_wr(via, ch->rbase + VIA_RP_CONTROL, SGD_CONTROL_STOP, 1);
639 via_wr(via, ch->rbase + VIA_RP_CONTROL, 0x00, 1);
640 via_wr(via, ch->rbase + VIA_RP_STATUS,
671 ch->rbase = VIA_WR_BASE(num);
672 via_wr(via, ch->rbase + VIA_WR_RP_SGD_FORMAT, WR_FIFO_ENABLE, 1);
708 ch->rbase
[all...]
/freebsd-current/stand/common/
H A Dload_elf_obj.c515 Elf_Rel r, *rbase; local
546 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr;
550 COPYOUT(rbase + j, &r, sizeof(r));
/freebsd-current/sys/kern/
H A Dimgact_elf.c726 const Elf_Phdr *phdr, u_long rbase, u_long *base_addrp)
745 (caddr_t)(uintptr_t)phdr[i].p_vaddr + rbase,
754 base_addr = trunc_page(phdr[i].p_vaddr + rbase);
791 u_long rbase; local
841 rbase = *addr;
843 rbase = 0;
861 error = __elfN(load_sections)(imgp, hdr, phdr, rbase, &base_addr);
869 *entry = (unsigned long)hdr->e_entry + rbase;
899 u_long rbase, res; local
908 arc4rand(&rbase, sizeo
725 load_sections(const struct image_params *imgp, const Elf_Ehdr *hdr, const Elf_Phdr *phdr, u_long rbase, u_long *base_addrp) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); local
348 uint_t rkind = ctf_type_kind(rfp, rbase);
364 rtype = rbase = DT_INT_TYPE(dtp);
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
387 if (lbase - rbase < 0)
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1101 rbase = ctf_type_resolve(rfp, rp->dn_type);
1102 rkind = ctf_type_kind(rfp, rbase);
1106 ctf_type_reference(rfp, rbase));
1108 ctf_array_info(rfp, rbase,
[all...]
/freebsd-current/sys/dev/hifn/
H A Dhifn7751.c361 char rbase; local
549 rbase = 'K';
551 rbase = 'M';
556 rseg, rbase, sc->sc_drammodel ? 'd' : 's');
/freebsd-current/sbin/ipfw/
H A Dipfw2.c2925 ipfw_obj_tlv *rbase; local
2930 rbase = NULL;
2949 rbase = (ipfw_obj_tlv *)(ctlv + 1);
2967 prepare_format_opts(co, fo, rbase, rcnt, dynbase, dynsz);
2975 list_static_range(co, fo, &bp, rbase, rcnt);
3002 if (list_static_range(co, fo, &bp, rbase, rcnt) == 0) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10305 const auto *rbase = rhs->castAs<FunctionType>(); local
10307 const auto *rproto = dyn_cast<FunctionProtoType>(rbase);
10314 QualType RHS = rbase->getReturnType();
10322 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
10331 CanQualType RRetType = getCanonicalType(rbase->getReturnType());
10344 // rbase->getRegParmAttr() != 0 &&
10345 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
10347 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo();

Completed in 198 milliseconds