Searched refs:swap (Results 251 - 275 of 553) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/libstdc++/src/
H A Dtree.cc302 std::swap(__y->_M_color, __z->_M_color);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c109 uint32_t swap; /* DC_WIN_BYTE_SWAP */ member in struct:dc_window
116 bool transpose_xy; /* swap X and Y-axis */
264 win->swap = sw;
370 printf(" bpp: %d, color_mode: %d, swap: %d\n",
371 win->bits_per_pixel, win->color_mode, win->swap);
459 WR4(sc, DC_WIN_BYTE_SWAP, win->swap);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c133 swap(profile[j], profile[j - 1]);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_profile.c139 swap(profile[j], profile[j - 1]);
/freebsd-11-stable/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh214 mdconfig -a -t swap -s 64m > mdname
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp436 std::swap(KnownRegs[RI], KnownRegs[KnownRegs.size() - 1]);
H A DAArch64FastISel.cpp686 std::swap(LHS, RHS);
764 std::swap(LHS, RHS);
799 std::swap(LHS, RHS);
859 std::swap(LHS, RHS);
1188 std::swap(LHS, RHS);
1193 std::swap(LHS, RHS);
1202 std::swap(LHS, RHS);
1259 std::swap(MulLHS, MulRHS);
1611 std::swap(LHS, RHS);
1616 std::swap(LH
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h212 Unit().swap(II.U);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h228 std::swap(CalledFunctions, N->CalledFunctions);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp60 Result.swap(RealPath);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp264 std::swap(Base, Derived);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp213 std::swap(ReadySet[QueueIndex], ReadySet[ReadySet.size() - 1]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp145 std::swap(Result, I->second);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp68 std::swap(A, B);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c239 /* swap usage */
253 "jid", "swap", "pid", NULL
450 if (ps.swap)
469 swaplength, ps.swap ? " SWAP" : "",
523 /* sum memory & swap statistics */
554 /* compute differences between old and new swap statistic */
608 si->swap = swap_stats;
1116 if (ps.swap == 0)
1538 /* compare_swap - the comparison function for sorting by swap */
1688 /* ksw_total contains the total size of swap al
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddojump.c672 do_jump_by_parts_greater (tree exp, int swap, rtx if_false_label,
675 rtx op0 = expand_normal (TREE_OPERAND (exp, swap));
676 rtx op1 = expand_normal (TREE_OPERAND (exp, !swap));
670 do_jump_by_parts_greater(tree exp, int swap, rtx if_false_label, rtx if_true_label) argument
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c67 swap
333 static void get_stuff_in_command (void), swap (void), other_dup (void);
1045 swap () function
1509 add_intrinsic ("swap", swap);
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h686 function(__x).swap(*this);
727 function(__f).swap(*this);
740 void swap(function& __x) function in class:std::function
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c99 uint64_t swap; member in struct:ibv_send_wr_1_0::__anon3731::__anon3733
451 real_wr->wr.atomic.swap =
452 w->wr.atomic.swap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp447 std::swap(TakenIdx, NonTakenIdx);
792 std::swap(TakenIdx, NonTakenIdx);
835 std::swap(TakenIdx, NonTakenIdx);
H A DLoopAccessAnalysis.cpp216 std::swap(ScStart, ScEnd);
1471 std::swap(APtr, BPtr);
1472 std::swap(Src, Sink);
1473 std::swap(AIsWrite, BIsWrite);
1474 std::swap(AIdx, BIdx);
1475 std::swap(StrideAPtr, StrideBPtr);
1678 std::swap(A, B);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h190 // and populate it accordingly, and then swap it into place.
201 // Use the swap technique in case our new vector is much smaller. We
202 // must swap when using the STL because std::vector objects never
204 m_entries.swap(minimal_ranges);
422 // and populate it accordingly, and then swap it into place.
433 // Use the swap technique in case our new vector is much smaller. We
434 // must swap when using the STL because std::vector objects never
436 m_entries.swap(minimal_ranges);
663 // populate it accordingly, and then swap it into place.
673 // Use the swap techniqu
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c175 list_add_tail(&bo->swap, &bo->glob->swap_lru);
185 if (!list_empty(&bo->swap)) {
186 list_del_init(&bo->swap);
1261 INIT_LIST_HEAD(&bo->swap);
1801 * A buffer object shrink method that tries to swap out the first
1815 list_for_each_entry(bo, &glob->swap_lru, swap) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp293 std::swap(LHS, RHS);
304 std::swap(LHS, RHS);
321 std::swap(LHS, RHS);
806 std::swap(LeftSCEV, RightSCEV);
807 std::swap(LeftValue, RightValue);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1230 FailedParseDiagnostics.swap(StoredDiagnostics);
1621 ErrAST->swap(OwnAST);
1642 ErrAST->swap(OwnAST);
1782 AST->StoredDiagnostics.swap(StoredDiagnostics);
1816 AST->StoredDiagnostics.swap(AST->FailedParseDiagnostics);
1817 ErrAST->swap(AST);
2408 Result.swap(Out);

Completed in 415 milliseconds

<<11121314151617181920>>