Searched refs:MAX_BLOCK_SIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-common.h43 MAX_BLOCK_SIZE = ( 1024 * 16 ) enumerator in enum:__anon7341
H A Dcache.c20 #include "peer-common.h" /* MAX_BLOCK_SIZE */
165 uint8_t * buf = tr_new( uint8_t, n * MAX_BLOCK_SIZE );
237 return max_bytes / (double)MAX_BLOCK_SIZE;
H A Dpeer-io.c28 #include "peer-common.h" /* MAX_BLOCK_SIZE */
1011 static const unsigned int ceiling = (unsigned int)( MAX_BLOCK_SIZE * 3.5 );
H A Dtorrent.c46 #include "peer-common.h" /* MAX_BLOCK_SIZE */
680 while( b > MAX_BLOCK_SIZE )
2375 else if( length > MAX_BLOCK_SIZE )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c466 # define MAX_BLOCK_SIZE 128 macro
468 # define MAX_BLOCK_SIZE 64 macro
471 unsigned char iv[2 * MAX_BLOCK_SIZE / 8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dspeed.c466 # define MAX_BLOCK_SIZE 128 macro
468 # define MAX_BLOCK_SIZE 64 macro
471 unsigned char iv[2 * MAX_BLOCK_SIZE / 8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c568 #define MAX_BLOCK_SIZE 128 macro
570 #define MAX_BLOCK_SIZE 64 macro
573 unsigned char iv[MAX_BLOCK_SIZE/8];

Completed in 201 milliseconds