HomeSort by relevance Sort by last modified time
    Searched refs:MATCH (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeApi.h 58 MATCH = 1
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeApi.h 58 MATCH = 1
  /external/oprofile/libutil/
op_file.c 126 * filter match, so for simplicity, we perform this match for all recursion
127 * types and logically OR the match result with the value of the passed
131 #define MATCH 1
136 int match; local
145 match = 1;
147 match = 0;
149 switch (recursion | match) {
154 case NO_RECURSION + MATCH:
157 case MATCH_ANY_ENTRY_RECURSION + MATCH
    [all...]
  /external/chromium/third_party/zlib/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
320 output will fall in the output data, making match copies simpler and faster.
565 unsigned copy; /* number of stored or match bytes to copy */
566 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
320 output will fall in the output data, making match copies simpler and faster.
565 unsigned copy; /* number of stored or match bytes to copy */
566 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
121 unsigned was; /* initial length of match */
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
355 output will fall in the output data, making match copies simpler and faster.
600 unsigned copy; /* number of stored or match bytes to copy */
601 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
smeApi.h 59 MATCH = 1,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c 72 Each function in the select process returns a MATCH, NO_MATCH value in order to
78 Please notice, that if all the match functions returned MATCH for a site, its matric must be different than 0,
226 The function go over the site table, and for each site it calls the match functions
268 ("SITE MATCH , Desired ssid (%s) len= (%d)\n\n",
335 if (ssidMatchingLevel(pSiteMgr, pSiteEntry) != MATCH)
337 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, ssid (%s len= %d ), %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->ssid.ssidString, pSiteEntry->ssid.len, pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
341 if (bssidMatchingLevel(pSiteMgr, pSiteEntry) != MATCH)
343 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, bssid, %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
347 if (bssTypeMatchingLevel(pSiteMgr, pSiteEntry) != MATCH)
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/
XPath.java 146 /** Represents a match type expression. */
147 public static final int MATCH = 1;
158 * @param type one of {@link #SELECT} or {@link #MATCH}.
179 else if (MATCH == type)
206 * @param type one of {@link #SELECT} or {@link #MATCH}.
228 else if (MATCH == type)
258 * @param type one of {@link #SELECT} or {@link #MATCH}.
463 * match pattern testing. */
467 * Get the match score of the given node.
613 * The match score if no match is made
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 387 #define MATCH(line, name) \
400 if (MATCH(buf, "domain")) {
416 if (MATCH(buf, "search")) {
453 if (MATCH(buf, "nameserver") && nserv < MAXNS) {
487 if (MATCH(buf, "sortlist")) {
529 if (MATCH(buf, "options")) {
  /external/iproute2/examples/
cbq.init-v0.7.3 103 # - in case of overlapping TIME parameters, the last match is taken
128 # not checked, first match is taken. Midnight wrap (eg. 20:00-6:00)
414 # the times overlap, last match is taken. The fields <rate>, <weight>
838 u32_s="${SPORT:+match ip sport $SPORT $SMASK}"
839 u32_s="${SADDR:+match ip src $SADDR} $u32_s"
840 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
841 u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
877 MATCH=0; CHANGE=0
902 ### If the time matches, remember params and set MATCH flag
910 MATCH=
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 248 #define MATCH(x, y, w) \
402 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
404 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
458 if (!MATCH(pai->ai_socktype, ex->e_socktype,
462 if (!MATCH(pai->ai_protocol, ex->e_protocol,
538 * if the servname does not match socktype/protocol, ignore it.
710 * if the servname does not match socktype/protocol, ignore it.
763 * if the servname does not match socktype/protocol, ignore it.
851 * if the servname does not match socktype/protocol, ignore it.
  /libcore/luni/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 435 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH COUNT.
452 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH DESCRIPTION.
566 * Get a list "xsl:attribute-set" properties that match the qname.
695 * @return NamespaceAlias that matches uri, or null if no match.
743 * Get an "xsl:template" property by node match. This looks in the imports as
748 * @param targetNode non-null reference of node that the template must match.
752 * @return reference to ElemTemplate that is the best match for targetNode, or
753 * null if no match could be made.
770 * Get an "xsl:template" property by node match. This looks in the imports as
775 * @param targetNode non-null reference of node that the template must match
    [all...]
ElemNumber.java 133 * Only nodes are counted that match this pattern.
178 * current node that match the from pattern are considered.
191 * current node that match the from pattern are considered.
208 * current node that match the from pattern are considered.
220 * one plus the number of preceding siblings of that ancestor that match the count
228 * those nodes that match the count pattern; it then maps each node in the list to
229 * one plus the number of preceding siblings of that node that match the count pattern.
235 * nodes that match the count pattern and belong to the set containing the current
240 * current node that match the from pattern are considered.
595 * Given a 'from' pattern (ala xsl:number), a match patter
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 199 BCNORMAL, MATCH
206 // The order of this enum must match the order of the list style types in CSSValueKeywords.in.
333 // The following must match the order in CSSValueKeywords.in.
369 // The following are handled as exceptions so don't need to match.
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 184 XPath rootMatch = new XPath("/", stylesheet, stylesheet, XPath.MATCH,
  /bionic/libc/netbsd/net/
getaddrinfo.c 296 #define MATCH(x, y, w) \
482 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
484 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
528 /* require exact match for family field */
532 if (!MATCH(pai->ai_socktype, ex->e_socktype,
536 if (!MATCH(pai->ai_protocol, ex->e_protocol,
600 * if the servname does not match socktype/protocol, ignore it.
670 * if the servname does not match socktype/protocol, ignore it.
726 * if the servname does not match socktype/protocol, ignore it.
812 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
usrchdat.c 81 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY,
83 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
106 {"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL,
129 /* testing tightest match */
250 static const SearchData MATCH[] = {
319 * first CE of the expansion but the match fails because it ends in the
336 * grapheme boundiaries. The match at 0 only works because
433 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY,
435 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
469 /* testing tightest match */
    [all...]
usrchtst.c 348 log_err("Error with the initialization of match start and length\n");
360 log_err("Error following match found at %d %d\n",
384 log_err("Error following match found at %d %d\n",
403 log_err("Error preceding match found at %d %d\n",
427 log_err("Error preceding match found at %d %d\n",
845 log_err("Error: Found case insensitive match, when we shouldn't\n");
850 log_err("Error: Found case insensitive match not found\n");
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
srchtest.cpp 260 errln("Error with the initialization of match start and length");
272 infoln("Error following match found at %d %d",
297 errln("Error following match found at %d %d",
313 errln("Error following match found at %d %d",
338 errln("Error following match found at %d %d",
673 errln("Error: string search object expected to match itself");
676 errln("Error: string search objects are not expected to match");
2253 int match = m_text_.indexOf(m_pattern_, start); local
2272 int match = m_text_.lastIndexOf(m_pattern_, 0, start); local
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 354 log_err("Error with the initialization of match start and length\n");
366 log_err("Error following match found at idx,len %d,%d; expected %d,%d\n",
390 log_err("Error following match found at %d %d\n",
409 log_err("Error preceding match found at %d %d\n",
433 log_err("Error preceding match found at %d %d\n",
852 log_err("Error: Found case insensitive match, when we shouldn't\n");
857 log_err("Error: Found case insensitive match not found\n");
    [all...]

Completed in 324 milliseconds

1 2