Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/enigma/
H A Denigma.c139 shuffle(char deckary[]) in shuffle() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h158 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&… in shuffle() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h106 template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) { in shuffle() function
H A Dquarantine.h60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp653 bool HexagonShuffler::shuffle() { in shuffle() function in HexagonShuffler
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp294 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, in evaluate() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5644 bool shuffle; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8105 if (SDValue shuffle = ReconstructShuffle(Op, DAG)) in LowerBUILD_VECTOR() local