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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h45 char shuffle; member in struct:player_status
H A Dplayer.c162 static char shuffle; variable
785 DPRINTF(E_LOG, L_PLAYER, "Could not allocate memory for shuffle array\n");
893 head = (shuffle) ? shuffle_head : source_head;
913 ps = (shuffle) ? cur_streaming->shuffle_next : cur_streaming->pl_next;
942 if (!shuffle)
977 if (shuffle)
1016 head = (shuffle) ? shuffle_head : source_head;
1017 ps = (shuffle) ? cur_streaming->shuffle_prev : cur_streaming->pl_prev;
1028 /* We are not reshuffling on prev calls in the shuffle case - should we? */
1035 if (shuffle)
[all...]
H A Dhttpd_dacp.c277 dmap_add_char(psu, "cash", status.shuffle); /* 9 */ /* shuffle, true/false */
280 dmap_add_int(psu, "caas", 2); /* 12 */ /* available shuffle states */
451 dmap_add_char(evbuf, "cash", status->shuffle);
840 const char *shuffle; local
853 /* Check for shuffle */
854 shuffle = evhttp_find_header(query, "dacp.shufflestate");
882 if (!shuffle)
913 DPRINTF(E_DBG, L_DACP, "Playspec request for playlist %d, start song id %d%s\n", plid, id, (shuffle) ? ", shuffle"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.c113 * This table contains the results of applying both the S-box and P-shuffle.
200 static uint64_t shuffle(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
204 res += res + ((in >> *shuffle++) & 1);
208 static uint64_t shuffle_inv(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
211 shuffle += shuffle_len - 1;
213 res |= (in & 1) << *shuffle--;
222 // rotate to get first part of E-shuffle in the lowest 6 bits
234 // get next 6 bits of E-shuffle and round key k into the lowest bits
239 out = shuffle(ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.c113 * This table contains the results of applying both the S-box and P-shuffle.
200 static uint64_t shuffle(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
204 res += res + ((in >> *shuffle++) & 1);
208 static uint64_t shuffle_inv(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
211 shuffle += shuffle_len - 1;
213 res |= (in & 1) << *shuffle--;
222 // rotate to get first part of E-shuffle in the lowest 6 bits
234 // get next 6 bits of E-shuffle and round key k into the lowest bits
239 out = shuffle(ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dopus_imdct_neon.S25 .macro shuffle a, b, c, d
34 shuffle 0, 2, 1, 3 label
35 shuffle 1, 0, 3, 2 label
36 shuffle 2, 3, 0, 1 label
37 shuffle 3, 1, 2, 0 label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/x86/
H A Daudio_convert.asm321 ; shuffle dwords
357 ; shuffle dwords
364 ; shuffle qwords
502 ; shuffle dwords
641 ; shuffle dwords:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-common.S391 stmloia sp, {r5, r6} @ shuffle args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dfschmd.c964 const int shuffle[3] = { 1, 0, 2 }; local
965 int in = shuffle[dmi_data[i] - 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c896 unsigned char shuffle; local
898 get_random_bytes(&shuffle, sizeof(shuffle));
899 atomic_add(shuffle + 1U, &net->ipv4.rt_genid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp.asm182 ; shuffle with a memory operand
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm194 ; shuffle with a memory operand

Completed in 145 milliseconds