Home
last modified time | relevance | path

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

1234567

/netbsd-src/usr.bin/shuffle/
H A Dshuffle.c62 size_t *shuffle; in get_shuffle() local
65 shuffle = emalloc(t * sizeof(size_t)); in get_shuffle()
68 shuffle[i] = i; in get_shuffle()
77 temp = shuffle[j]; in get_shuffle()
78 shuffle[j] = shuffle[k]; in get_shuffle()
79 shuffle[k] = temp; in get_shuffle()
82 return shuffle; in get_shuffle()
163 size_t *shuffle = NULL; in main() local
203 shuffle = get_shuffle(nlines); in main()
213 printf("%ld", (long)shuffle[i]); in main()
[all …]
H A DMakefile3 PROG= shuffle
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c326 struct shuffle struct
329 struct shuffle *next; argument
360 struct shuffle *line;
361 struct shuffle *line_end;
362 struct shuffle *pdr;
363 struct shuffle *pdr_end;
364 struct shuffle *sym;
365 struct shuffle *sym_end;
366 struct shuffle *opt;
367 struct shuffle *opt_end;
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decofflink.c326 struct shuffle struct
329 struct shuffle *next; argument
360 struct shuffle *line;
361 struct shuffle *line_end;
362 struct shuffle *pdr;
363 struct shuffle *pdr_end;
364 struct shuffle *sym;
365 struct shuffle *sym_end;
366 struct shuffle *opt;
367 struct shuffle *opt_end;
[all …]
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c144 static int shuffle; variable
414 if (shuffle == 1) in start_analog()
488 if (shuffle) in run()
526 if (shuffle == 0) { in run()
534 shuffle = 1; in run()
538 shuffle = -atoi(arg); in run()
542 shuffle = cmd == CMD_SINGLE ? -atoi(arg) : 1; in run()
555 shuffle = 0; in run()
557 if (shuffle < 0) in run()
558 printf("single track:\t%d\n", -shuffle); in run()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A 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.
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drdataset.c252 bool shuffle = false, sort = false; in dns_rdataset_first()
302 * Do we want to sort and/or shuffle this answer? in swap_rdata()
309 shuffle = true; in towiresorted()
313 if (shuffle || sort) { in towiresorted()
318 shuffle = sort = false; in towiresorted() local
323 if (shuffle || sort) { in towiresorted()
420 if (shuffle || sort) { in towiresorted()
438 if (shuffle || sort) { in towiresorted()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataset.c320 bool shuffle = false, sort = false; in towiresorted() local
379 shuffle = true; in towiresorted()
383 if ((shuffle || sort)) { in towiresorted()
388 shuffle = sort = false; in towiresorted()
393 if ((shuffle || sort)) { in towiresorted()
490 if (shuffle || sort) { in towiresorted()
508 if (shuffle || sort) { in towiresorted()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dalgorithm97 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last)
98 { return std::shuffle(__first, __last, _S_randint_engine()); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dalgorithm97 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last)
98 { return std::shuffle(__first, __last, _S_randint_engine()); }
/netbsd-src/games/cribbage/
H A Dcrib.c232 shuffle(deck); in game()
255 shuffle(deck); in game()
278 shuffle(deck); in game()
H A Dcribbage.h87 void shuffle(CARD []);
H A Dcards.c74 shuffle(CARD d[]) in shuffle() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DFindBugs.cpp44 llvm::shuffle(PassesToRun.begin(), PassesToRun.end(), randomness); in runManyPasses()
H A DListReducer.h95 llvm::shuffle(ShuffledList.begin(), ShuffledList.end(), randomness); in reduceList()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmurmurhash.d618 private T shuffle(T)(T k, T c1, T c2, ubyte r1) in shuffle() function
634 h ^= shuffle(k, c1, c2, r1); in update()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmurmurhash.d618 private T shuffle(T)(T k, T c1, T c2, ubyte r1) in shuffle() function
634 h ^= shuffle(k, c1, c2, r1); in update()
/netbsd-src/games/mille/
H A Dmille.c116 shuffle(); in main()
H A Dmille.h262 void shuffle(void);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h13606 char2 __ovld __cnfn shuffle(char2 x, uchar2 mask);
13607 char2 __ovld __cnfn shuffle(char4 x, uchar2 mask);
13608 char2 __ovld __cnfn shuffle(char8 x, uchar2 mask);
13609 char2 __ovld __cnfn shuffle(char16 x, uchar2 mask);
13611 uchar2 __ovld __cnfn shuffle(uchar2 x, uchar2 mask);
13612 uchar2 __ovld __cnfn shuffle(uchar4 x, uchar2 mask);
13613 uchar2 __ovld __cnfn shuffle(uchar8 x, uchar2 mask);
13614 uchar2 __ovld __cnfn shuffle(uchar16 x, uchar2 mask);
13616 short2 __ovld __cnfn shuffle(short2 x, ushort2 mask);
13617 short2 __ovld __cnfn shuffle(short4 x, ushort2 mask);
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A 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()
/netbsd-src/sys/dev/tc/
H A Dxcfb.c166 static const uint8_t shuffle[256] = { variable
736 bits = shuffle[u]; in ims332_load_curshape()
738 bits = (shuffle[u] << 8) | bits; in ims332_load_curshape()
H A Dcfb.c198 static const uint8_t shuffle[256] = { variable
567 REGWRITE32(vdac, bt_reg, shuffle[u]); in cfbintr()
569 REGWRITE32(vdac, bt_reg, shuffle[u]); in cfbintr()
/netbsd-src/common/lib/libc/arch/sparc/string/
H A Dbzero.S64 mov %o2, %o1 ! shuffle argument

1234567