Home
last modified time | relevance | path

Searched refs:MATCH_TYPE (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/chaco/Chaco-2.2/code/coarsen/
H A Dmaxmatch.c22 extern int MATCH_TYPE; /* which matching routine to use */
27 if (MATCH_TYPE == 1) { /* Dumb, fast routine. */
31 else if (MATCH_TYPE == 2) { /* More random but somewhat slower. */
35 else if (MATCH_TYPE == 3) { /* Much more random but slower still. */
39 else if (MATCH_TYPE == 4) { /* Truly random but very slow. */
42 else if (MATCH_TYPE == 5) { /* Geometric nearness. */
/dports/devel/oclgrind/Oclgrind-21.10/src/kernel/
H A DSimulation.cpp320 #define MATCH_TYPE(str, value, sz) \ in parseArgument() macro
334 MATCH_TYPE("char", TYPE_CHAR, 1) in parseArgument()
335 MATCH_TYPE("uchar", TYPE_UCHAR, 1) in parseArgument()
336 MATCH_TYPE("short", TYPE_SHORT, 2) in parseArgument()
337 MATCH_TYPE("ushort", TYPE_USHORT, 2) in parseArgument()
338 MATCH_TYPE("int", TYPE_INT, 4) in parseArgument()
339 MATCH_TYPE("uint", TYPE_UINT, 4) in parseArgument()
340 MATCH_TYPE("long", TYPE_LONG, 8) in parseArgument()
341 MATCH_TYPE("ulong", TYPE_ULONG, 8) in parseArgument()
342 MATCH_TYPE("float", TYPE_FLOAT, 4) in parseArgument()
[all …]
/dports/math/chaco/Chaco-2.2/code/input/
H A Dcheck_input.c40 extern int MATCH_TYPE; /* which type of contraction matching to use? */
159 (MATCH_TYPE == 5 && (global_method == 1 ||
273 extern int MATCH_TYPE; /* which type of contraction matching to use? */
419 if (MATCH_TYPE < 1 || MATCH_TYPE > 5) {
420 printf("MATCH_TYPE (%d) should be in [1,4].\n", MATCH_TYPE);
H A Dinput.c38 extern int MATCH_TYPE; /* max-matching routine to call */
139 if (MATCH_TYPE == 5) { /* geometric matching */
161 if (MATCH_TYPE == 5) { /* geometric matching */
H A Dreflect_input.c223 extern int MATCH_TYPE; /* which type of contraction matching to use? */
354 fprintf(tempfile, " MATCH_TYPE = %d\n", MATCH_TYPE);
H A Dread_params.c71 extern int MATCH_TYPE; /* matching algorithm for coarsening */
188 &LANCZOS_TYPE, &MATCH_TYPE, &DEBUG_INTERNAL,
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DEsiParser.h110 enum MATCH_TYPE { enum
116MATCH_TYPE _searchData(const std::string &data, size_t start_pos, const char *str, int str_len, si…
118 MATCH_TYPE _compareData(const std::string &data, size_t pos, const char *str, int str_len) const;
120MATCH_TYPE _findOpeningTag(const std::string &data, size_t start_pos, size_t &opening_tag_pos, boo…
H A DEsiParser.cc126 EsiParser::MATCH_TYPE
161 EsiParser::MATCH_TYPE
185 EsiParser::MATCH_TYPE
267 MATCH_TYPE search_result; in _parse()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dmatchtype.h25 #ifndef MATCH_TYPE
26 #define MATCH_TYPE macro
/dports/devel/antlr/antlr-2.7.7/examples/cpp/unicode/
H A DMismatchedUnicodeCharException.hpp28 } MATCH_TYPE; typedef in MismatchedUnicodeCharException
65 MATCH_TYPE mismatchType;
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dmount.c161 #define MATCH_TYPE 004 macro
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
288 return p && (p->flags & MATCH_TYPE); in matchtype()
378 matchset(state.type, MATCH_TYPE); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dmount.c161 #define MATCH_TYPE 004 macro
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
288 return p && (p->flags & MATCH_TYPE); in matchtype()
378 matchset(state.type, MATCH_TYPE); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dmount.c161 #define MATCH_TYPE 004 macro
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
288 return p && (p->flags & MATCH_TYPE); in matchtype()
378 matchset(state.type, MATCH_TYPE); in main()
/dports/math/chaco/Chaco-2.2/code/main/
H A Dmain.c26 extern int MATCH_TYPE; /* matching routine to call */ in main()
135 (MATCH_TYPE == 5 && (global_method == 1 || in main()
H A Dinterface.c40 extern int MATCH_TYPE; /* matching routine to use */
175 (MATCH_TYPE == 5 && (global_method == 1 ||
H A Duser_params.c72 int MATCH_TYPE = 1; /* Type of contraction matching (1..5) */ variable
/dports/mail/postfix-policyd-weight/policyd-weight-0.1.15.2/
H A Dpolicyd-weight1996 my $MATCH_TYPE;
2030 $MATCH_TYPE = 'HELO';
2034 $MATCH_TYPE = 'FROM';
2050 return("$RETANSW $MAXDNSERRMSG in $MATCH_TYPE MX lookups for $testhelo");
2078 return("$RETANSW $MAXDNSERRMSG in $MATCH_TYPE MX -> A lookups");
2091 if ($MATCH_TYPE eq 'FROM')
2105 $RET .= ' CL_IP_EQ_'.$MATCH_TYPE.'_MX=' .
2109 $is_mx = 1 if $MATCH_TYPE eq 'FROM';
2125 if( $MATCH_TYPE eq 'FROM' &&
2189 $RET .= ' CL_IP_EQ_'.$MATCH_TYPE.'_IP=' .
[all …]
/dports/math/chaco/Chaco-2.2/code/submain/
H A Dbalance.c39 extern int MATCH_TYPE; /* type of matching to use when coarsening */
225 (MATCH_TYPE == 5 && (global_method == 1 ||
285 (MATCH_TYPE == 5 && (global_method == 1 ||
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/org/osgi/service/upnp/
H A DUPnPDevice.java54 int MATCH_TYPE = 3; field
/dports/textproc/ibus/ibus-1.5.24/bus/
H A Dmatchrule.c30 MATCH_TYPE = 1 << 0, enumerator
404 rule->flags |= MATCH_TYPE; in bus_match_rule_set_message_type()
524 if (rule->flags & MATCH_TYPE) { in bus_match_rule_match()
594 if (a->flags & MATCH_TYPE) { in bus_match_rule_is_equal()
/dports/www/firefox/firefox-99.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm399 const MATCH_TYPE = {
524 // Counters for the number of results per MATCH_TYPE.
525 this._counts = Object.values(MATCH_TYPE).reduce((o, p) => {
694 let count = this._counts[MATCH_TYPE.GENERAL];
794 let count = this._counts[MATCH_TYPE.GENERAL];
876 match.type = MATCH_TYPE.GENERAL;
1067 type = MATCH_TYPE.SUGGESTION;
1076 type = MATCH_TYPE.HEURISTIC;
1079 type = MATCH_TYPE.EXTENSION;
1082 type = MATCH_TYPE.GENERAL;
/dports/www/firefox-esr/firefox-91.8.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm400 const MATCH_TYPE = {
538 // Counters for the number of results per MATCH_TYPE.
539 this._counts = Object.values(MATCH_TYPE).reduce((o, p) => {
708 let count = this._counts[MATCH_TYPE.GENERAL];
808 let count = this._counts[MATCH_TYPE.GENERAL];
890 match.type = MATCH_TYPE.GENERAL;
1088 type = MATCH_TYPE.SUGGESTION;
1097 type = MATCH_TYPE.HEURISTIC;
1100 type = MATCH_TYPE.EXTENSION;
1103 type = MATCH_TYPE.GENERAL;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/urlbar/
H A DUrlbarProviderPlaces.jsm400 const MATCH_TYPE = {
538 // Counters for the number of results per MATCH_TYPE.
539 this._counts = Object.values(MATCH_TYPE).reduce((o, p) => {
708 let count = this._counts[MATCH_TYPE.GENERAL];
808 let count = this._counts[MATCH_TYPE.GENERAL];
890 match.type = MATCH_TYPE.GENERAL;
1088 type = MATCH_TYPE.SUGGESTION;
1097 type = MATCH_TYPE.HEURISTIC;
1100 type = MATCH_TYPE.EXTENSION;
1103 type = MATCH_TYPE.GENERAL;
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c276 MATCH_TYPE (type, ENTITY, text_field, dxfgroup); \
281 MATCH_TYPE (type, ENTITY, text_field, dxfgroup); \
309 # define MATCH_TYPE(type, ENTITY, text_field, dxfgroup) \ macro
315 # define MATCH_TYPE(type, ENTITY, text_field, dxfgroup) \ macro
/dports/www/nginx-naxsi/naxsi-1.3/naxsi_src/
H A Dnaxsi.h114 typedef enum MATCH_TYPE enum

12