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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmake_residue_books.pl11 # :1 res0_128_128_1.vqd, 4, nonseq cull, 0 +- 1
145 if($seqp=~/cull/){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.c481 struct tr_cached_file * cull = NULL; local
493 for( cull=NULL, o=set->begin; o!=set->end; ++o )
494 if( !cull || o->used_at < cull->used_at )
495 cull = o;
497 cached_file_close( cull );
500 return cull;

Completed in 73 milliseconds