Searched refs:src_count (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dasync_tx.h38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dxor.c30 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) argument
35 if (src_count == 1) {
41 if (src_count == 2) {
47 if (src_count == 3) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A Damuleweb-main-dload.php321 case "scrcount": $result = $a->src_count > $b->src_count; break;
410 echo $file->src_count - $file->src_count_not_curr, " / ";
412 echo $file->src_count, " ( ", $file->src_count_xfer, " ) ";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DamuleData.h45 @property (readonly) int src_count; variable
72 @property (readonly) int src_count; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dasync_tx.h110 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
130 int dst_count, struct page **src, int src_count,
128 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvmdvideo.c140 int src_count, int src_size, int dest_len)
150 if (src_count & 1) {
178 } while (used < src_count);
139 rle_unpack(const unsigned char *src, unsigned char *dest, int src_count, int src_size, int dest_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvmdav.c150 int src_count, int src_size, int dest_len)
159 if (src_count & 1) {
165 src_count >>= 1;
187 } while (i < src_count);
149 rle_unpack(const unsigned char *src, unsigned char *dest, int src_count, int src_size, int dest_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.cpp1064 uint8 src_count = file.ReadUInt8(); local
1066 bool bUseSX2Format = (src_count == 0);
1070 src_count = file.ReadUInt8();
1073 sources_data.WriteUInt16(src_count);
1075 for (int i = 0; i< src_count; ++i) {

Completed in 91 milliseconds