Searched refs:rep (Results 201 - 225 of 228) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-structalias.c458 /* Representative node for a node. rep[a] == a unless the node has
460 unsigned int *rep; member in struct:constraint_graph
498 if (graph->rep[node] != node)
499 return graph->rep[node] = find (graph->rep[node]);
512 if (to != from && graph->rep[from] != to)
514 graph->rep[from] = to;
967 graph->rep = XNEWVEC (unsigned int, graph->size);
982 graph->rep[j] = j;
5022 free (graph->rep);
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1318 RD_EDGES_POWER *rep; local
1354 rep = AH_NULL;
1359 rep = &ee->ee_rdEdgesPower[i * NUM_EDGES];
1362 ar5211SetRateTable(ah, rep, pi, nchan, chan);
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s79 rep
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S147 rep movsb
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c688 svm_inout_str_count(struct svm_regctx *regs, int rep) argument
692 val = rep ? regs->sctx_rcx : 1;
781 vmexit->u.inout.rep = (info1 & BIT(3)) ? 1 : 0;
793 vis->count = svm_inout_str_count(regs, vmexit->u.inout.rep);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c137 const representation_t * rep = *representation; local
138 if (rep == NULL)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2148 const RD_EDGES_POWER *rep; local
2168 rep = &ee->ee_rdEdgesPower[i * NUM_EDGES];
2169 twiceMinEdgePower = ar5212GetMaxEdgePower(freq, rep);
2190 rep = &ee->ee_rdEdgesPower[i * NUM_EDGES];
2191 twiceMinEdgePowerCck = ar5212GetMaxEdgePower(freq, rep);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c1089 struct cpl_rdma_ec_status *rep = mtod(m, void *); local
1090 unsigned int tid = GET_TID(rep);
1095 if (rep->status) {
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp492 typedef chrono::duration<rep> __secs;
494 typedef chrono::duration<rep, nano> __nsecs;
501 typedef chrono::duration<rep, micro> __microsecs;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp526 NamedDecl *rep,
531 return diagnoseInstanceReference(SemaRef, SS, rep, nameInfo);
534 << SS.getRange() << rep << BaseType;
522 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c540 if (vip->rep == NULL)
594 BINC_GOTO(sp, EVENT, vip->rep,
596 vip->rep[rcol++] = *evp;
602 evp = vip->rep + rcol++;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h308 typedef void zio_cksum_finish_f(zio_cksum_report_t *rep,
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h560 uint16_t rep:1; member in struct:vm_inout
571 uint64_t count; /* rep=1 (%rcx), rep=0 (1) */
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c909 u32 *rep; local
917 rep = mlx5_vzalloc(replen);
920 if (!rep || !ptys || !pmtu) {
927 err = mlx5_query_hca_vport_context(mdev, port, 0, rep, replen);
931 ctx = MLX5_ADDR_OF(query_hca_vport_context_out, rep, hca_vport_context);
984 kvfree(rep);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c4189 * Use the "rep" argument to return the cached reply if repstat is set to
4194 struct mbuf **rep)
4207 *rep = m;
4214 *rep = slots[slotid].nfssl_reply;
4218 *rep = NULL;
4222 slots[slotid].nfssl_reply = *rep;
4193 nfsv4_seqsess_cacherep(uint32_t slotid, struct nfsslot *slots, int repstat, struct mbuf **rep) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1820 CAL_CTL_DATA *rep; local
1963 rep = &(pEepData->ctlData[i]);
1965 rep->ctlEdges[owl_get_ntxchains(AH5416(ah)->ah_tx_chainmask) - 1],
/freebsd-11-stable/sys/amd64/amd64/
H A Dexception.S717 rep;movsb
875 rep
/freebsd-11-stable/stand/lua/
H A Dmenu.lua488 print(string.rep(" ", 80))
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c238 char rep[replen]; /* storage for the reply */
239 struct ng_mesg *reply = (struct ng_mesg *)rep;
237 char rep[replen]; /* storage for the reply */ local
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_vc.c233 mem_free(ret->xp_ltaddr.buf, rep->xp_ltaddr.maxlen);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c1883 inout_str_count(struct vmx *vmx, int vcpuid, int rep) argument
1888 if (rep) {
2501 vmexit->u.inout.rep = (qual & 0x20) ? 1 : 0;
2512 vis->count = inout_str_count(vmx, vcpu, vis->inout.rep);
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c632 int resend_cnt, tot_out, rep, tot_book_cnt; local
667 rep = 0;
687 rep = 1;
704 rep = 1;
716 rep = 1;
732 rep = 1;
753 if (rep) {
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl115 my $rep="%r8d"; # int repeat);
816 dec $rep
1835 .long 0xa548f3fc # cld; rep movsq
1847 .long 0xa548f3fc # cld; rep movsq
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1931 ScopedReport rep(ReportTypeErrnoInSignal);
1933 rep.AddStack(stack, true);
1934 OutputReport(thr, rep);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c442 struct comm_reply* ATTR_UNUSED(rep))
3233 struct comm_reply* ATTR_UNUSED(rep))

Completed in 525 milliseconds

12345678910