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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.c1263 MINUTES_PER_WEEK = MINUTES_PER_DAY * 7 enumerator in enum:__anon7358
1286 tr_bitfieldAdd( b, (i+day*MINUTES_PER_DAY) % MINUTES_PER_WEEK );
1338 if( minute_of_the_week >= MINUTES_PER_WEEK ) /* leap minutes? */
1339 minute_of_the_week = MINUTES_PER_WEEK - 1;
1380 tr_bitfieldConstruct( &turtle->minutes, MINUTES_PER_WEEK );

Completed in 35 milliseconds