Home
last modified time | relevance | path

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

123

/netbsd/src/usr.bin/shuffle/
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 …]
DMakefile3 PROG= shuffle
/netbsd/src/external/gpl3/gdb/dist/bfd/
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/
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/
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/games/cribbage/
Dcrib.c232 shuffle(deck); in game()
255 shuffle(deck); in game()
278 shuffle(deck); in game()
Dcribbage.h87 void shuffle(CARD []);
Dcards.c74 shuffle(CARD d[]) in shuffle() function
/netbsd/src/games/mille/
Dmille.c116 shuffle(); in main()
Dmille.h262 void shuffle(void);
Dinit.c92 shuffle(void) in shuffle() function
/netbsd/src/sys/dev/tc/
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()
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()
Dstic.c199 static const uint8_t shuffle[256] = { variable
1203 REG(vdac, bt_reg) = DUPBYTE0(shuffle[u]); in stic_flush()
1206 REG(vdac, bt_reg) = DUPBYTE0(shuffle[u]); in stic_flush()
Dsfbplus.c202 static const uint8_t shuffle[256] = { variable
928 REG(hw, bt_reg) = shuffle[u]; tc_wmb(); in bt459shape()
930 REG(hw, bt_reg) = shuffle[u]; tc_wmb(); in bt459shape()
Dsfb.c211 static const uint8_t shuffle[256] = { variable
619 REGWRITE32(vdac, bt_reg, shuffle[u]); in sfbintr()
621 REGWRITE32(vdac, bt_reg, shuffle[u]); in sfbintr()
/netbsd/src/common/lib/libc/arch/sparc/string/
Dbzero.S64 mov %o2, %o1 ! shuffle argument
/netbsd/src/usr.bin/
DMakefile28 showmount shuffle sockstat sort sortinfo \
/netbsd/src/distrib/evbsh3/rom/ramdiskcommon/
Dramdiskbin.conf44 progs rpcinfo rs sed showmount shuffle skey skeyinfo skeyinit soelim
/netbsd/src/games/canfield/canfield/
Dcanfield.c227 static void shuffle(struct cardtype *[]);
532 shuffle(struct cardtype *ideck[]) in shuffle() function
732 shuffle(deck); in startgame()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dp6600.md62 ;; and, or, xor, bit-clear, leading-bits-count, shift, shuffle
Dp5600.md61 ;; and, or, xor, bit-clear, leading-bits-count, shift, shuffle
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dsh64-media.cpu1245 (dshmi mshfhib "Multimedia shuffle higher-half (byte)"
1262 (dshmi mshfhil "Multimedia shuffle higher-half (long)"
1271 (dshmi mshfhiw "Multimedia shuffle higher-half (word)"
1282 (dshmi mshflob "Multimedia shuffle lower-half (byte)"
1299 (dshmi mshflol "Multimedia shuffle lower-half (long)"
1308 (dshmi mshflow "Multimedia shuffle lower-half (word)"
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dsh64-media.cpu1245 (dshmi mshfhib "Multimedia shuffle higher-half (byte)"
1262 (dshmi mshfhil "Multimedia shuffle higher-half (long)"
1271 (dshmi mshfhiw "Multimedia shuffle higher-half (word)"
1282 (dshmi mshflob "Multimedia shuffle lower-half (byte)"
1299 (dshmi mshflol "Multimedia shuffle lower-half (long)"
1308 (dshmi mshflow "Multimedia shuffle lower-half (word)"
/netbsd/src/external/lgpl3/gmp/dist/
Dconfig.guess810 the vendor string, and another for the processor name string. We shuffle

123