Searched refs:UNKNOWN (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dpyr.h91 #define UNKNOWN ((unsigned long)-1) macro
120 {"movb", { 2, "", UNKNOWN, 0x11}, },
121 {"movh", { 2, "", UNKNOWN, 0x12} },
178 {"cmpb", { 2, "", UNKNOWN, 0x61} },
179 {"cmph", { 2, "", UNKNOWN, 0x62} },
180 {"cmpw", { 2, "", UNKNOWN, 0x60} },
181 {"ucmpb", { 2, "", UNKNOWN, 0x66} },
183 {"ucmpw", { 2, "", UNKNOWN, 0x65} },
184 {"xchw", { 2, "", UNKNOWN, 0x0f} },
204 {"bitsw", { 2, "", UNKNOWN,
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/net/
H A Ddriver.h23 * UNKNOWN means that for one reason or another, the test process itself
35 UNKNOWN = 2, enumerator in enum:__anon6635
H A Ddriver.c68 case UNKNOWN:
70 s = "UNKNOWN";
H A Dnetaddr_multicast.c95 return (UNKNOWN);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseType.java48 public static final DatabaseType UNKNOWN = field in class:DatabaseType
49 new DatabaseType("UNKNOWN", DbConstants.DB_UNKNOWN);
63 return DatabaseType.UNKNOWN;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSSDException.java28 public static final int UNKNOWN = -65537; field in class:DNSSDException
H A DDNSSD.java497 "UNKNOWN",
528 if (fErrorCode <= UNKNOWN && fErrorCode > ( UNKNOWN - kMessages.length))
530 return "DNS-SD Error " + String.valueOf( fErrorCode) + ": " + kMessages[ UNKNOWN - fErrorCode];
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dmake_keys.c46 #define UNKNOWN (SIZEOF(strnames) + SIZEOF(strfnames)) macro
67 return found ? n : UNKNOWN;
89 if (code == UNKNOWN)
/macosx-10.10/ruby-106/ruby/test/syslog/
H A Dtest_syslog_logger.rb58 Logger::UNKNOWN => 'ANY',
108 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
127 @logger.level = Logger::UNKNOWN
130 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
152 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
174 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
196 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
218 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
240 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], msg.severity
260 assert_equal LEVEL_LABEL_MAP[Logger::UNKNOWN], ms
[all...]
/macosx-10.10/ntp-92/scripts/
H A Dmkver.in2 PROG=${1-UNKNOWN}
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dsession.h61 typedef enum { NO = 0, YES, UNKNOWN } lazyBoolean; enumerator in enum:__anon7212
H A Dsession.c118 temp_session->callerRootAccess = UNKNOWN;
123 temp_session->callerWriteEntitlement = kCFNull; /* UNKNOWN */
278 sessions[n]->callerRootAccess = UNKNOWN;
279 sessions[n]->callerWriteEntitlement = kCFNull; /* UNKNOWN */
514 if (session->callerRootAccess == UNKNOWN) {
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dheim_err.et39 error_code UNKNOWN, "unknown error from getaddrinfo"
/macosx-10.10/ruby-106/ruby/ext/syslog/lib/syslog/
H A Dlogger.rb72 ::Logger::UNKNOWN => Syslog::LOG_ALERT,
188 severity ||= ::Logger::UNKNOWN
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duscript_props.cpp32 const int32_t UNKNOWN = 1 << 21; member in namespace:__anon894
46 0x0040 | UNKNOWN, // Zyyy
47 0x0308 | UNKNOWN, // Zinh
92 0x2800 | UNKNOWN, // Brai
149 0xFDD0 | UNKNOWN, // Zzzz
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dstaticopen.h47 UNKNOWN = 0, SERVER = 1, CLIENT = 2, AUXPROP = 3, CANONUSER = 4 enumerator in enum:__anon11653
183 { UNKNOWN, NULL, NULL }
/macosx-10.10/ruby-106/ruby/ext/nkf/lib/
H A Dkconv.rb44 # UNKNOWN
45 UNKNOWN = NKF::UNKNOWN
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dconfig.h92 #define UNKNOWN -2 /* -2 means not set yet */ macro
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_base.c36 enum { MASTER, CLIENT, UNKNOWN } whoami; enumerator in enum:__anon332
58 whoami = UNKNOWN;
134 if (whoami == UNKNOWN) {
/macosx-10.10/Chess-310.6/sjeng/
H A Dproof.c32 #define UNKNOWN 2 macro
190 this->value = UNKNOWN;
195 this->value = UNKNOWN;
244 this->value = UNKNOWN;
307 this->value = UNKNOWN;
446 this->value = UNKNOWN;
451 this->value = UNKNOWN;
582 if (node->value == UNKNOWN)
1517 root->value = UNKNOWN;
1518 printf ("This position is UNKNOWN
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dpcvs-parse.el232 (?? 'UNKNOWN)
355 (cvs-parsed-fileinfo 'UNKNOWN path))
468 (cvs-match ".*$" (type 'UNKNOWN)))
H A Dpcvs-info.el204 ;; UNKNOWN x An unknown file.
287 REMOVED NEED-MERGE CONFLICT UNKNOWN MESSAGE)
308 (UNKNOWN ignore add remove)
438 (push (cvs-create-fileinfo (if singlefile 'UNKNOWN 'DIRCHANGE)
453 (push (cvs-create-fileinfo 'UNKNOWN dir singlefile "") fis)
/macosx-10.10/ruby-106/ruby/lib/
H A Dlogger.rb25 # +UNKNOWN+:: An unknown message that should always be logged.
177 # # DEBUG < INFO < WARN < ERROR < FATAL < UNKNOWN
232 UNKNOWN = 5
331 # +WARN+, +ERROR+, +FATAL+, or +UNKNOWN+.
367 severity ||= UNKNOWN
467 # Log an +UNKNOWN+ message. This will be printed no matter what the logger's
473 add(UNKNOWN, nil, progname, &block)
/macosx-10.10/procmail-14/procmail/
H A Dconfig.h323 #define UNKNOWN "foo@bar" /* formail default originator name */ macro
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l252 {other} {return(UNKNOWN);};

Completed in 245 milliseconds

123