HomeSort by: relevance | last modified time | path
    Searched refs:swp (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_random.c 63 size_t swp; local
65 swp = i915_prandom_u32_max_state(count + 1, state);
66 if (swp == count)
70 memcpy(arr + count * elsz, arr + swp * elsz, elsz);
71 memcpy(arr + swp * elsz, stack, elsz);
  /src/external/bsd/tmux/dist/
cmd-copy-mode.c 65 struct window_pane *wp = target->wp, *swp; local
85 swp = source->wp;
87 swp = wp;
88 if (!window_pane_set_mode(wp, swp, &window_copy_mode, NULL, args)) {
window.c 1102 window_pane_set_mode(struct window_pane *wp, struct window_pane *swp,
1122 wme->swp = swp;
window-copy.c 441 struct window_pane *wp = wme->swp;
449 wme->swp != wme->wp);
2674 struct window_pane *wp = wme->swp;
2683 NULL, wme->swp != wme->wp);
tmux.h 1119 struct window_pane *swp; member in struct:window_mode_entry
  /src/common/lib/libc/arch/arm/atomic/
atomic_swap.S 35 * While SWP{B} is sufficient on its own for pre-ARMv7 CPUs, on MP ARMv7 cores
36 * SWP{B} is disabled since it's no longer atomic among multiple CPUs. They
39 * So if we use the LDREX/STREX template, but use a SWP instruction followed
41 * for the SWP UNDEFINED exception enough information to "patch" this instance
42 * SWP with correct forms of LDREX/STREX. (note that this would happen even
66 swp r0, r1, [ip]
  /src/sys/altq/
altq_wfq.c 514 wfq_setweight(struct wfq_setweight *swp)
520 if (swp->weight < 0)
523 if ((wfqp = altq_lookup(swp->iface.wfq_ifacename, ALTQT_WFQ)) == NULL)
526 if (swp->qid < 0 || swp->qid >= wfqp->nums)
529 queue = &wfqp->queue[swp->qid];
531 queue->weight = swp->weight;
532 swp->weight = old;
  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 197 u_char swp; local
272 swp = ip->ip_p;
339 ip->ip_p = swp;
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
lse.S 115 /* swp has _acq semantics. */
249 # define SWP glue4(swp, A, L, S) s(0), s(0), [x1]
251 # define SWP .inst 0x38208020 + B + N
254 STARTFN NAME(swp)
257 SWP /* s(0), s(0), [x1] */
267 ENDFN NAME(swp)
  /src/sys/netinet/
portalgo.c 216 u_int16_t swp; local
218 swp = *mymin;
220 *mymax = swp;
  /src/common/lib/libc/arch/aarch64/atomic/
__aarch64_lse.S 128 #define SWP _CONCAT4(swp, ACQ, REL, OPSFX)
148 SWP R0, R0, [x1]
  /src/sys/fs/nilfs/
nilfs_vfsops.c 378 int sb1ok, sb2ok, swp; local
419 swp = sb2ok && (last_cno2 > last_cno1);
421 if (swp) {
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 1580 struct swents *sw, **swp;
1585 swp = FUNALLO(sizeof(struct swents *) * (swpole->nents+1));
1588 swp[0] = sw;
1591 swp[i] = swpole->ents;
1594 genswitch(swpole->num, swpole->type, swp, swpole->nents);
1597 FUNFREE(swp);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 1538 struct swents *sw, **swp;
1542 swp = tmpalloc(sizeof(struct swents *) * (swpole->nents+1));
1545 swp[0] = sw;
1548 swp[i] = swpole->ents;
1551 genswitch(swpole->num, swpole->type, swp, swpole->nents);
  /src/sys/nfs/
nfs_serv.c 1066 struct nfsrv_descript *wp, *nfsd, *owp, *swp; local
1291 swp = nfsd;
1306 *tl++ = txdr_unsigned(swp->nd_stable);
1330 if (nfsd != swp) {
1334 nfsd = LIST_FIRST(&swp->nd_coalesce);
1340 swp->nd_time = 0;
1343 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 4745 int swp; local
4760 swp = prandom_u32_max(ve->num_siblings);
4761 if (!swp)
4764 swap(ve->siblings[swp], ve->siblings[0]);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 8048 mpc_t swp, *val; local
8064 mpc_init2 (swp, mpfr_get_default_prec ());
8065 mpc_sin_cos (*val, swp, x->value.complex, GFC_MPC_RND_MODE,
8067 mpc_div (*val, swp, *val, GFC_MPC_RND_MODE);
8068 mpc_clear (swp);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 22978 const atomic_ool_names aarch64_ool_swp_names = { { DEF4(swp) } };

Completed in 75 milliseconds