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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Dfile.c197 sector_t searched = 0; local
202 if (block >= searched &&
203 block < searched + numblocks) {
205 * found it at cluster + (block - searched)
206 * numblocks - (block - searched) is remainder
208 *left = numblocks - (block - searched);
211 block - searched;
213 searched += numblocks;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_common.h105 unsigned int searched; member in struct:ip_conntrack_stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_io.c507 static int kdb_search_string(char *searched, char *searchfor) argument
512 /* not counting the newline at the end of "searched" */
513 len1 = strlen(searched)-1;
520 if (!strncmp(searched, searchfor, len2))
523 if (!strncmp(searched+len1-len2, searchfor, len2))
527 cp = searched;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memchr.S71 # Deal with the case where at most 8 bytes remain to be searched
123 # searched. $16 may not be aligned.
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddirtrav.tex92 traversing (for example, if the file being searched is found) or
H A Dlocale.tex111 Add a catalog for use with the current locale: it is searched for in standard
281 parameter is specified (and then only this catalog/domain is searched).
303 Domains are searched in the last to first order, i.e. catalogs
312 is passed, this domain is searched. Else all domains will be searched until a header has been found.
H A Ddllload.tex133 searched in all standard locations.
H A Dpathlist.tex93 prefix is absolute, only its name will be searched); i.e. it must not end with
H A Dxmlres.tex53 searched. This provides a way to allow the strings to only come
69 searched. This provides a way to allow the strings to only come
H A Dmimetype.tex16 all of these files are searched for and loaded if found by default. However,
H A Dhthelpct.tex149 \item even as any word (will be searched)
H A Dtevent.tex36 tables are searched up through the hierarchy of windows for the command events.
37 In this case, the button's event table will be searched, then the parent
H A Devthand.tex282 \docparam{table}{Event table to be searched.}
H A Darray.tex70 an array much less often than searched inside it, so wxSortedArray may lead to
H A Dfunction.tex1595 {\it domain} is specified then only that domain/catalog is searched
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c466 ogg_int64_t searched,
474 ogg_int64_t dataoffset=searched;
526 while(searched<endsearched){
529 if(endsearched-searched<CHUNKSIZE){
530 bisect=searched;
532 bisect=(searched+endsearched)/2;
544 searched=last+og.header_len+og.body_len;
464 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_int64_t endgran, int endserial, long *currentno_list, int currentnos, long m) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c339 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
346 st->searched,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_standalone.c255 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
262 st->searched,
H A Dnf_conntrack_core.c925 NF_CT_STAT_INC(net, searched);
1122 NF_CT_STAT_INC(net, searched);

Completed in 176 milliseconds