Searched refs:rci (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_rcmd_pxy.c105 rcmdinfo_t *rci; local
107 rci = aps->aps_data;
108 if (rci != NULL) {
109 rci->rcmd_rule->in_flags |= IPN_DELETE;
110 ipf_nat_rule_deref(softc, &rci->rcmd_rule);
/netbsd-current/lib/libc/citrus/
H A Dcitrus_iconv.c155 open_shared(struct _citrus_iconv_shared * __restrict * __restrict rci, argument
237 *rci = ci;
259 get_shared(struct _citrus_iconv_shared * __restrict * __restrict rci, argument
282 *rci = ci;
293 *rci = ci;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h195 const RegisterClassInfo &rci, unsigned II)
197 RegClassInfo(rci), II_setByPragma(II), Topo(SUnits, &ExitSU) {
194 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, const RegisterClassInfo &rci, unsigned II) argument
H A DRegisterPressure.h403 void init(const MachineFunction *mf, const RegisterClassInfo *rci,
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Deval.c2094 struct element *rci; local
2097 rci = mapGet(right, "const-int");
2099 (rci == NULL) || (rci->type != ELEMENT_INTEGER)) {
2103 val = ISC_TF(intValue(lci) == intValue(rci));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp264 const RegisterClassInfo *rci,
273 RCI = rci;
263 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool TrackLaneMasks, bool TrackUntiedDefs) argument

Completed in 117 milliseconds