| /netbsd/src/usr.bin/shuffle/ |
| D | shuffle.c | 62 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 …]
|
| D | Makefile | 3 PROG= shuffle
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ecofflink.c | 326 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/ |
| D | ecofflink.c | 326 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/ |
| D | cdplay.c | 144 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/ |
| D | crib.c | 232 shuffle(deck); in game() 255 shuffle(deck); in game() 278 shuffle(deck); in game()
|
| D | cribbage.h | 87 void shuffle(CARD []);
|
| D | cards.c | 74 shuffle(CARD d[]) in shuffle() function
|
| /netbsd/src/games/mille/ |
| D | mille.c | 116 shuffle(); in main()
|
| D | mille.h | 262 void shuffle(void);
|
| D | init.c | 92 shuffle(void) in shuffle() function
|
| /netbsd/src/sys/dev/tc/ |
| D | xcfb.c | 166 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()
|
| D | cfb.c | 198 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()
|
| D | stic.c | 199 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()
|
| D | sfbplus.c | 202 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()
|
| D | sfb.c | 211 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/ |
| D | bzero.S | 64 mov %o2, %o1 ! shuffle argument
|
| /netbsd/src/usr.bin/ |
| D | Makefile | 28 showmount shuffle sockstat sort sortinfo \
|
| /netbsd/src/distrib/evbsh3/rom/ramdiskcommon/ |
| D | ramdiskbin.conf | 44 progs rpcinfo rs sed showmount shuffle skey skeyinfo skeyinit soelim
|
| /netbsd/src/games/canfield/canfield/ |
| D | canfield.c | 227 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/ |
| D | p6600.md | 62 ;; and, or, xor, bit-clear, leading-bits-count, shift, shuffle
|
| D | p5600.md | 61 ;; and, or, xor, bit-clear, leading-bits-count, shift, shuffle
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | sh64-media.cpu | 1245 (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/ |
| D | sh64-media.cpu | 1245 (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/ |
| D | config.guess | 810 the vendor string, and another for the processor name string. We shuffle
|