/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | i915_random.c | 58 size_t swp; in i915_prandom_shuffle() local 60 swp = i915_prandom_u32_max_state(count + 1, state); in i915_prandom_shuffle() 61 if (swp == count) in i915_prandom_shuffle() 65 memcpy(arr + count * elsz, arr + swp * elsz, elsz); in i915_prandom_shuffle() 66 memcpy(arr + swp * elsz, stack, elsz); in i915_prandom_shuffle()
|
/openbsd/usr.bin/tmux/ |
H A D | cmd-copy-mode.c | 65 struct window_pane *wp = target->wp, *swp; in cmd_copy_mode_exec() local 85 swp = source->wp; in cmd_copy_mode_exec() 87 swp = wp; in cmd_copy_mode_exec() 88 if (!window_pane_set_mode(wp, swp, &window_copy_mode, NULL, args)) { in cmd_copy_mode_exec()
|
H A D | window.c | 1108 window_pane_set_mode(struct window_pane *wp, struct window_pane *swp, in window_pane_set_mode() argument 1128 wme->swp = swp; in window_pane_set_mode()
|
H A D | window-copy.c | 439 struct window_pane *wp = wme->swp; in window_copy_init() 447 wme->swp != wme->wp); in window_copy_init() 2629 struct window_pane *wp = wme->swp; in window_copy_cmd_refresh_from_pane() 2638 NULL, wme->swp != wme->wp); in window_copy_cmd_refresh_from_pane()
|
H A D | tmux.h | 1067 struct window_pane *swp; member
|
/openbsd/gnu/lib/libreadline/ |
H A D | terminal.c | 166 _emx_get_screensize (swp, shp) in _emx_get_screensize() argument 167 int *swp, *shp; in _emx_get_screensize() 173 if (swp) 174 *swp = sz[0];
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 169 #define SWP GLUE4(swp, A, L, S) s(0), s(0), [x1] 173 DEFINE_COMPILERRT_OUTLINE_FUNCTION_UNMANGLED(NAME(swp)) 184 END_COMPILERRT_OUTLINE_FUNCTION(NAME(swp))
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | MANIFEST.SKIP | 7 \.swp$
|
/openbsd/gnu/llvm/lld/ |
H A D | .gitignore | 16 .*.swp
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1856.key | 16 6E0Teyn6utaK3/0swp/wCWIfNk/f6I3X8Jtey3h4kC2IwZ3MSc82eCDWIxOqXMDb
|
/openbsd/sys/kern/ |
H A D | subr_disk.c | 1426 dev_t *swp; in setroot() local 1656 for (swp = swdevt; *swp != NODEV; swp++) { in setroot() 1657 if (major(rootdev) == major(*swp) && in setroot() 1658 DISKUNIT(rootdev) == DISKUNIT(*swp)) { in setroot() 1660 swdevt[0] = *swp; in setroot() 1661 *swp = temp; in setroot() 1665 if (*swp != NODEV) { in setroot()
|
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/ |
H A D | Makefile.PL | 80 | \.(cache\.cm|swp|orig|rej)$
|
/openbsd/gnu/llvm/lldb/ |
H A D | .gitignore | 24 .*.swp
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.xs | 444 SWP swp; in QueryWindowSWP_() local 446 if (!QueryWindowPos(hwnd, &swp)) in QueryWindowSWP_() 448 return swp; in QueryWindowSWP_() 454 SWP swp = QueryWindowSWP_(hwnd); in QueryWindowSWP() local 456 return newSVpvn((char*)&swp, sizeof(swp)); in QueryWindowSWP()
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | Makefile.PL | 190 $path =~ /^\..*\.swp$/ ;
|
/openbsd/gnu/lib/libcompiler_rt/ |
H A D | Makefile | 219 .for pat in cas swp ldadd ldclr ldeor ldset
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 15 "swp",
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 3700 int swp; in virtual_engine_initial_hint() local 3715 swp = get_random_u32_below(ve->num_siblings); in virtual_engine_initial_hint() 3716 if (swp) in virtual_engine_initial_hint() 3717 swap(ve->siblings[swp], ve->siblings[0]); in virtual_engine_initial_hint()
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | CMakeLists.txt | 568 foreach(pat cas swp ldadd ldclr ldeor ldset)
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 884 def SWP_MM : StorePairMM<"swp">, LWM_FM_MM<0x9>, ISA_MICROMIPS;
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arm.c | 9235 CE(swp, 1000090, 3, (RRnpc, RRnpc, RRnpcb), rd_rm_rn),
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 5362 (ins GPRnopc:$Rt2, addr_offset_none:$addr), "swp", []>,
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 8623 defm RCWSWP : ReadCheckWriteOperation<0b010, "swp">;
|
H A D | AArch64InstrFormats.td | 11405 : I<(outs RC:$Rt),(ins RC:$Rs, GPR64sp:$Rn), "swp" # order # size,
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.texinfo | 12358 .make.state .nse_depinfo .*.swp
|