Searched refs:randomSeed (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c324 int anchorOffset, int recurse, char * sortOrder, char * filter, unsigned long int randomSeed)
397 sprintf(order, "tivorandom(%lu)", randomSeed);
399 sprintf(order2, "tivorandom(%lu) DESC", randomSeed);
401 sprintf(order2, "tivorandom(%lu)", randomSeed);
625 unsigned long int randomSeed=0; local
681 randomSeed = strtoul(val, NULL, 10);
713 SendContainer(h, container, itemStart, itemCount, anchorItem, anchorOffset, recurse, sortOrder, filter, randomSeed);
323 SendContainer(struct upnphttp * h, const char * objectID, int itemStart, int itemCount, char * anchorItem, int anchorOffset, int recurse, char * sortOrder, char * filter, unsigned long int randomSeed) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_commands.c325 int anchorOffset, int recurse, char *sortOrder, char *filter, unsigned long int randomSeed)
417 sprintf(order, "tivorandom(%lu)", randomSeed);
419 sprintf(order2, "tivorandom(%lu) DESC", randomSeed);
421 sprintf(order2, "tivorandom(%lu)", randomSeed);
668 unsigned long int randomSeed=0; local
724 randomSeed = strtoul(val, NULL, 10);
763 anchorOffset, recurse, sortOrder, filter, randomSeed);
324 SendContainer(struct upnphttp *h, const char *objectID, int itemStart, int itemCount, char *anchorItem, int anchorOffset, int recurse, char *sortOrder, char *filter, unsigned long int randomSeed) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.h1249 uint32_t randomSeed:16; member in struct:VFE_TestGen_ConfigCmdType
H A Dmsm_vfe8x_proc.c2549 cmd.randomSeed = in->testGenRandomSeed;

Completed in 284 milliseconds