HomeSort by: relevance | last modified time | path
    Searched defs:shuffle (Results 1 - 19 of 19) sorted by relevancy

  /src/games/cribbage/
cards.c 70 * Given a deck of cards, shuffle it -- i.e. randomize it
74 shuffle(CARD d[]) function
  /src/games/mille/
init.c 92 shuffle(void) function
100 warnx("shuffle: card no. error: %d", r);
  /src/usr.bin/shuffle/
shuffle.c 1 /* $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[k] = temp
163 size_t *shuffle = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 14 #define DEBUG_TYPE "hexagon-shuffle"
620 dbgs() << "Shuffle attempt: " << (ValidSlots ? "passed" : "failed")
634 bool HexagonShuffler::shuffle() { function in class:HexagonShuffler
  /src/external/mpl/bind/dist/lib/dns/
rdataset.c 252 bool shuffle = false, sort = false; local
302 * Do we want to sort and/or shuffle this answer?
309 shuffle = true;
313 if (shuffle || sort) {
318 shuffle = sort = false;
323 if (shuffle || sort) {
420 if (shuffle || sort) {
438 if (shuffle || sort) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataset.c 320 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) {
  /src/sys/dev/tc/
cfb.c 198 static const uint8_t shuffle[256] = { variable
567 REGWRITE32(vdac, bt_reg, shuffle[u]);
569 REGWRITE32(vdac, bt_reg, shuffle[u]);
xcfb.c 166 static const uint8_t shuffle[256] = { variable
736 bits = shuffle[u];
738 bits = (shuffle[u] << 8) | bits;
sfb.c 211 static const uint8_t shuffle[256] = { variable
619 REGWRITE32(vdac, bt_reg, shuffle[u]);
621 REGWRITE32(vdac, bt_reg, shuffle[u]);
stic.c 199 static const uint8_t shuffle[256] = { variable
1203 REG(vdac, bt_reg) = DUPBYTE0(shuffle[u]);
1206 REG(vdac, bt_reg) = DUPBYTE0(shuffle[u]);
sfbplus.c 202 static const uint8_t shuffle[256] = { variable
928 REG(hw, bt_reg) = shuffle[u]; tc_wmb();
930 REG(hw, bt_reg) = shuffle[u]; tc_wmb();
  /src/usr.bin/cdplay/
cdplay.c 118 { 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...]
  /src/games/canfield/canfield/
canfield.c 227 static void shuffle(struct cardtype *[]);
529 * procedure to shuffle the deck
532 shuffle(struct cardtype *ideck[]) function
732 shuffle(deck);
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 338 struct shuffle
341 struct shuffle *next;
369 /* Linked lists describing how to shuffle the input debug
372 struct shuffle *line;
373 struct shuffle *line_end;
374 struct shuffle *pdr;
375 struct shuffle *pdr_end;
376 struct shuffle *sym;
377 struct shuffle *sym_end;
378 struct shuffle *opt
337 struct shuffle struct
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 338 struct shuffle
341 struct shuffle *next;
369 /* Linked lists describing how to shuffle the input debug
372 struct shuffle *line;
373 struct shuffle *line_end;
374 struct shuffle *pdr;
375 struct shuffle *pdr_end;
376 struct shuffle *sym;
377 struct shuffle *sym_end;
378 struct shuffle *opt
337 struct shuffle struct
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algo.h 3683 * @brief Shuffle the elements of a sequence using a uniform random
3697 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
4475 * @brief Randomly shuffle the elements of a sequence.
4487 * Use `std::shuffle` instead, which was introduced in C++11.
4490 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
4511 * @brief Shuffle the elements of a sequence using a random number
4526 * Use `std::shuffle` instead, which was introduced in C++11.
4529 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 3688 * @brief Shuffle the elements of a sequence using a uniform random
3702 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
4524 * @brief Randomly shuffle the elements of a sequence.
4536 * Use `std::shuffle` instead, which was introduced in C++11.
4539 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
4561 * @brief Shuffle the elements of a sequence using a random number
4576 * Use `std::shuffle` instead, which was introduced in C++11.
4579 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 328 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 *opt
326 struct shuffle struct
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 328 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 *opt
326 struct shuffle struct
    [all...]

Completed in 60 milliseconds