Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 25 of 129) sorted by relevance

123456

/openbsd/src/usr.sbin/relayd/
Dshuffle.c32 shuffle_init(struct shuffle *shuffle) in shuffle_init() argument
36 assert(VALID_SHUFFLE(shuffle)); in shuffle_init()
38 shuffle->isindex = 0; in shuffle_init()
42 shuffle->id_shuffle[i] = shuffle->id_shuffle[i2]; in shuffle_init()
43 shuffle->id_shuffle[i2] = i; in shuffle_init()
48 shuffle_generate16(struct shuffle *shuffle) in shuffle_generate16() argument
54 assert(VALID_SHUFFLE(shuffle)); in shuffle_generate16()
58 i = shuffle->isindex & 0xFFFF; in shuffle_generate16()
59 i2 = (shuffle->isindex - (si & 0x7FFF)) & 0xFFFF; in shuffle_generate16()
60 r = shuffle->id_shuffle[i]; in shuffle_generate16()
[all …]
DMakefile8 relay_http.c relay_udp.c relayd.c shuffle.c ssl.c util.c
/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
Dshuffle.t8 use List::Util qw(shuffle);
12 @r = shuffle();
15 @r = shuffle(9);
20 @r = shuffle(@in);
31 @r = shuffle(1..10);
33 [ shuffle(1..10) ],
34 [ shuffle(1..10) ],
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decofflink.c344 struct shuffle struct
347 struct shuffle *next; argument
378 struct shuffle *line;
379 struct shuffle *line_end;
380 struct shuffle *pdr;
381 struct shuffle *pdr_end;
382 struct shuffle *sym;
383 struct shuffle *sym_end;
384 struct shuffle *opt;
385 struct shuffle *opt_end;
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decofflink.c344 struct shuffle struct
347 struct shuffle *next; argument
378 struct shuffle *line;
379 struct shuffle *line_end;
380 struct shuffle *pdr;
381 struct shuffle *pdr_end;
382 struct shuffle *sym;
383 struct shuffle *sym_end;
384 struct shuffle *opt;
385 struct shuffle *opt_end;
[all …]
/openbsd/src/usr.bin/dig/lib/dns/
Drdataset.c205 int shuffle = 0; in towiresorted() local
236 shuffle = 1; in towiresorted()
238 if (shuffle && count > MAX_SHUFFLE) { in towiresorted()
242 shuffle = 0; in towiresorted()
248 if (shuffle) { in towiresorted()
323 if (shuffle) in towiresorted()
339 if (shuffle) { in towiresorted()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMSA.txt23 It is not possible to emit vshf.w when the shuffle description is
25 instead. It is also impossible for the shuffle description to be
30 When the shuffle description describes a splat operation, splat.[bhwd]
37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dprove.t127 shuffle => 18,
152 shuffle => 18,
449 shuffle => 1,
452 shuffle => 1,
687 expect => { shuffle => 1 },
702 expect => { shuffle => 1 },
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
Darm_neon_incl.td134 // shuffle - Create a vector shuffle. The syntax is (shuffle ARG0, ARG1, MASK).
140 // (shuffle $p0, $p1, mask0) -> $p0
141 // (shuffle $p0, $p1, mask1) -> $p1
146 // example: (shuffle $p0, $p1, (add (highhalf mask0), (highhalf mask1))) ->
148 def shuffle;
173 // mask0 - The initial sequence of lanes for shuffle ARG0
175 // mask0 - The initial sequence of lanes for shuffle ARG1
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dsplet-1.c16 b = shuffle (4, 5); in main()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dquarantine.h59 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() function
280 B->shuffle(Seed); in doRecycle()
/openbsd/src/gnu/llvm/clang/lib/AST/
DRandstruct.cpp155 std::shuffle(std::begin(Buckets), std::end(Buckets), RNG); in randomizeStructureLayoutImpl()
162 std::shuffle(std::begin(RandFields), std::end(RandFields), RNG); in randomizeStructureLayoutImpl()
/openbsd/src/gnu/usr.bin/perl/
DREADME.irix121 ../ext/List/Util/t/shuffle.t 0 139 ?? ?? % ??
128 They are suspected to be compiler errors (at least the shuffle.t
133 at least the shuffle.t and sort.t failures.
/openbsd/src/games/cribbage/
Dcrib.c175 shuffle(deck); in game()
209 shuffle(deck); in game()
232 shuffle(deck); in game()
Dcribbage.h114 void shuffle(CARD []);
Dcards.c58 shuffle(CARD d[]) in shuffle() function
/openbsd/src/gnu/llvm/llvm/tools/bugpoint/
DFindBugs.cpp44 llvm::shuffle(PassesToRun.begin(), PassesToRun.end(), randomness); in runManyPasses()
DListReducer.h95 llvm::shuffle(ShuffledList.begin(), ShuffledList.end(), randomness); in reduceList()
/openbsd/src/regress/sys/netinet/frag/
Dfrag_maxlen.py40 random.shuffle(randeth)
/openbsd/src/regress/sys/netinet6/frag6/
Dfrag6_maxlen.py40 random.shuffle(randeth)
/openbsd/src/games/mille/
Dmille.c106 shuffle(); in main()
Dmille.h245 void shuffle(void);
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dopencl-c.h14631 char2 __ovld __cnfn shuffle(char2, uchar2);
14632 char2 __ovld __cnfn shuffle(char4, uchar2);
14633 char2 __ovld __cnfn shuffle(char8, uchar2);
14634 char2 __ovld __cnfn shuffle(char16, uchar2);
14636 uchar2 __ovld __cnfn shuffle(uchar2, uchar2);
14637 uchar2 __ovld __cnfn shuffle(uchar4, uchar2);
14638 uchar2 __ovld __cnfn shuffle(uchar8, uchar2);
14639 uchar2 __ovld __cnfn shuffle(uchar16, uchar2);
14641 short2 __ovld __cnfn shuffle(short2, ushort2);
14642 short2 __ovld __cnfn shuffle(short4, ushort2);
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
DProve.pm205 's|shuffle' => \$self->{shuffle},
523 $self->_shuffle(@tests) if $self->shuffle;
/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dmap.bench.cpp60 TestSets makeTestingSets(size_t MapSize, Mode mode, Shuffle shuffle, in makeTestingSets() argument
73 if (shuffle == Shuffle::Keys) in makeTestingSets()
74 std::shuffle(R.Keys.begin(), R.Keys.end(), std::mt19937()); in makeTestingSets()
82 if (shuffle == Shuffle::Hints) in makeTestingSets()
83 std::shuffle(hints.begin(), hints.end(), std::mt19937()); in makeTestingSets()

123456