Searched refs:shuffle (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/usr.bin/shuffle/
H A DMakefile3 PROG= shuffle
H A Dshuffle.c1 /* $NetBSD: shuffle.c,v 1.22 2017/02/06 02:26:44 dholland Exp $ */
36 __RCSID("$NetBSD: shuffle.c,v 1.22 2017/02/06 02:26:44 dholland Exp $");
57 * Construct a random shuffle array of t elements
62 size_t *shuffle; local
65 shuffle = emalloc(t * sizeof(size_t));
68 shuffle[i] = i;
77 temp = shuffle[j];
78 shuffle[j] = shuffle[k];
79 shuffle[
163 size_t *shuffle = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dsplet.s71 shuffle %l0, 0x1, %l1
72 shuffle %l0, 0x2, %l1
73 shuffle %l0, 0x4, %l1
74 shuffle %l0, 0x8, %l1
75 shuffle %l0, 0x10, %l1
76 shuffle %l0, 0x18, %l1
H A Dsplet.d49 74: a3 6c 20 01 shuffle %l0, 1, %l1
50 78: a3 6c 20 02 shuffle %l0, 2, %l1
51 7c: a3 6c 20 04 shuffle %l0, 4, %l1
52 80: a3 6c 20 08 shuffle %l0, 8, %l1
53 84: a3 6c 20 10 shuffle %l0, 0x10, %l1
54 88: a3 6c 20 18 shuffle %l0, 0x18, %l1
/netbsd-current/games/cribbage/
H A Dcribbage.h87 void shuffle(CARD []);
H A Dcards.c70 * Given a deck of cards, shuffle it -- i.e. randomize it
74 shuffle(CARD d[]) function
H A Dcrib.c232 shuffle(deck);
255 shuffle(deck);
278 shuffle(deck);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Decofflink.c328 struct shuffle
331 struct shuffle *next;
359 /* Linked lists describing how to shuffle the input debug
362 struct shuffle *line;
363 struct shuffle *line_end;
364 struct shuffle *pdr;
365 struct shuffle *pdr_end;
366 struct shuffle *sym;
367 struct shuffle *sym_end;
368 struct shuffle *op
326 struct shuffle struct
1521 ecoff_write_shuffle(bfd *abfd, const struct ecoff_debug_swap *swap, struct shuffle *shuffle, void * space) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Decofflink.c328 struct shuffle
331 struct shuffle *next;
359 /* Linked lists describing how to shuffle the input debug
362 struct shuffle *line;
363 struct shuffle *line_end;
364 struct shuffle *pdr;
365 struct shuffle *pdr_end;
366 struct shuffle *sym;
367 struct shuffle *sym_end;
368 struct shuffle *op
326 struct shuffle struct
1521 ecoff_write_shuffle(bfd *abfd, const struct ecoff_debug_swap *swap, struct shuffle *shuffle, void * space) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c328 struct shuffle
331 struct shuffle *next;
359 /* Linked lists describing how to shuffle the input debug
362 struct shuffle *line;
363 struct shuffle *line_end;
364 struct shuffle *pdr;
365 struct shuffle *pdr_end;
366 struct shuffle *sym;
367 struct shuffle *sym_end;
368 struct shuffle *op
326 struct shuffle struct
1521 ecoff_write_shuffle(bfd *abfd, const struct ecoff_debug_swap *swap, struct shuffle *shuffle, void * space) argument
[all...]
/netbsd-current/usr.bin/cdplay/
H A Dcdplay.c118 { CMD_SHUFFLE, "shuffle", 2, NULL },
144 static int shuffle; variable
414 if (shuffle == 1)
488 if (shuffle)
525 "`shuffle' valid only in interactive mode");
526 if (shuffle == 0) {
534 shuffle = 1;
538 shuffle = -atoi(arg);
542 shuffle = cmd == CMD_SINGLE ? -atoi(arg) : 1;
544 if (shuffle)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DFindBugs.cpp44 llvm::shuffle(PassesToRun.begin(), PassesToRun.end(), randomness);
H A DListReducer.h95 llvm::shuffle(ShuffledList.begin(), ShuffledList.end(), randomness);
97 // Check that random shuffle doesn't lose the bug
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Decofflink.c328 struct shuffle
331 struct shuffle *next;
359 /* Linked lists describing how to shuffle the input debug
362 struct shuffle *line;
363 struct shuffle *line_end;
364 struct shuffle *pdr;
365 struct shuffle *pdr_end;
366 struct shuffle *sym;
367 struct shuffle *sym_end;
368 struct shuffle *op
326 struct shuffle struct
1519 ecoff_write_shuffle(bfd *abfd, const struct ecoff_debug_swap *swap, struct shuffle *shuffle, void * space) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataset.c320 bool shuffle = false, sort = false; local
372 * Do we want to sort and/or shuffle this answer?
379 shuffle = true;
383 if ((shuffle || sort)) {
388 shuffle = sort = false;
393 if ((shuffle || sort)) {
490 if (shuffle || sort) {
508 if (shuffle || sort) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdataset.c318 bool shuffle = false, sort = false; local
370 * Do we want to sort and/or shuffle this answer?
377 shuffle = true;
381 if ((shuffle || sort)) {
386 shuffle = sort = false;
391 if ((shuffle || sort)) {
488 if (shuffle || sort) {
506 if (shuffle || sort) {
/netbsd-current/games/mille/
H A Dmille.c116 shuffle();
H A Dmille.h262 void shuffle(void);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-order.mk4 # words of the value or shuffle them.
103 # If a modifier that starts with ':O' is not one of the known sort or shuffle
H A Dvarmod-order-shuffle.mk1 # $NetBSD: varmod-order-shuffle.mk,v 1.8 2023/02/26 06:08:06 rillig Exp $
/netbsd-current/common/lib/libc/arch/sparc/string/
H A Dbzero.S61 * register pair; shuffle arguments to match those of bzero.
64 mov %o2, %o1 ! shuffle argument
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmurmurhash.d177 h1 ^= shuffle(k1, c1, c2, 15);
258 h4 ^= shuffle(k4, c4, c1, 18);
271 h3 ^= shuffle(k3, c3, c4, 17);
284 h2 ^= shuffle(k2, c2, c3, 16);
297 h1 ^= shuffle(k1, c1, c2, 15);
402 h2 ^= shuffle(k2, c2, c1, 33);
427 h1 ^= shuffle(k1, c1, c2, 31);
618 private T shuffle(T)(T k, T c1, T c2, ubyte r1)
634 h ^= shuffle(k, c1, c2, r1);
/netbsd-current/usr.bin/
H A DMakefile28 showmount shuffle sockstat sort sortinfo \
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmurmurhash.d177 h1 ^= shuffle(k1, c1, c2, 15);
258 h4 ^= shuffle(k4, c4, c1, 18);
271 h3 ^= shuffle(k3, c3, c4, 17);
284 h2 ^= shuffle(k2, c2, c3, 16);
297 h1 ^= shuffle(k1, c1, c2, 15);
402 h2 ^= shuffle(k2, c2, c1, 33);
427 h1 ^= shuffle(k1, c1, c2, 31);
618 private T shuffle(T)(T k, T c1, T c2, ubyte r1)
634 h ^= shuffle(k, c1, c2, r1);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dget_algorithms.py188 random.shuffle(candidates)

Completed in 349 milliseconds

123