Searched refs:matches (Results 201 - 225 of 263) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dirq.c1079 .matches = {
1090 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl569 --sections => print the entire subsystem sections with pattern matches
580 Any specified X: (exclude) pattern matches are _not_ ignored.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dvideo.c558 .matches = {
566 .matches = {
574 .matches = {
582 .matches = {
590 .matches = {
H A Dbus.c85 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c179 /* Keep track of matches/targets pending full registration: linked lists. */
183 /* Keep track of fully registered external matches/targets: linked lists. */
595 struct xtables_rule_match **matches)
669 if (ptr && matches) {
675 for (i = matches; *i; i = &(*i)->next) {
860 /* place on linked list of matches pending full registration */
594 xtables_find_match(const char *name, enum xtables_tryload tryload, struct xtables_rule_match **matches) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c1190 int matches(struct pathnames *paths, char *name, struct pathnames **new) function
1238 * one or more matches with sub-directories found (no leaf matches),
1268 if(!matches(paths, name, &new))
1322 if(!matches(paths, name, &new))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c325 int matches(const char *cmd, const char *pattern) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Devthand.tex299 \item The event type matches, and
300 \item the identifier or identifier range matches, or the event table entry's identifier is zero.
H A Dvariant.tex313 Returns true if {\it type} matches the type of the variant, false otherwise.
337 Returns true if {\it value} matches an element in the list.
H A Dctrlsub.tex112 Finds an item whose label matches the given string.
H A Drenderer.tex128 rectangle of a drop down button which arrow matches the size you need.
H A Dtabview.tex33 will ensure that the tab background matches the dialog background.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsn9c20x.c135 .matches = {
143 .matches = {
150 .matches = {
157 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_via.c138 .matches = {
H A Dsata_sil.c713 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dacpi-cpufreq.c478 .matches = {
H A Dpowernow-k7.c628 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c490 "TSC: PIT calibration matches %s. %d loops\n",
830 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c1487 .matches = {
1494 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s211 dc.w 4,4,16,16 ; level 4: lowest to use lazy matches
422 ; long match strings, and costs in the most common case of three-byte matches.
805 ; window that we use to find substring matches in.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c3870 struct list_head matches; local
3885 INIT_LIST_HEAD(&matches);
3896 list_add(&sop->so_perclient, &matches);
3904 while (!list_empty(&matches)) {
3905 sop = list_entry(matches.next, struct nfs4_stateowner,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc1106 * 29 incomplete matches
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-rhine.c2009 .matches = {
2016 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js7888 var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match);
7889 if (matches)
7891 return matches;
7926 // Confirm that a literal character matches the string value
8059 var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match);
8060 if (matches)
8062 return matches;
8132 var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match);
8133 if (matches)
8135 return matches;
[all...]

Completed in 202 milliseconds

1234567891011