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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/net/
H A Ddriver.h25 * UNKNOWN means that for one reason or another, the test process itself
37 UNKNOWN = 2, enumerator in enum:__anon1250
H A Ddriver.c70 case UNKNOWN:
72 s = "UNKNOWN";
H A Dnetaddr_multicast.c97 return (UNKNOWN);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030808-1.c10 UNKNOWN, enumerator in enum:rtx_code
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030808-1.c10 UNKNOWN, enumerator in enum:rtx_code
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddosbuf.c16 UNKNOWN, DOS_BINARY, DOS_TEXT, UNIX_TEXT enumerator in enum:__anon4815
26 static File_type dos_file_type = UNKNOWN;
27 static File_type dos_use_file_type = UNKNOWN;
78 if (dos_file_type == UNKNOWN)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dmkver.in2 PROG=${1-UNKNOWN}
/netbsd-6-1-5-RELEASE/external/bsd/ntp/scripts/
H A Dmkver2 PROG=${1-UNKNOWN}
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dheim_err.et35 error_code UNKNOWN, "unknown error from getaddrinfo"
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dbluetooth.h142 # define UNKNOWN(value) \ macro
147 # define UNKNOWN(x) ((void)0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c14824 UNKNOWN in that case if necessary. */
14832 return TARGET_IEEE_FP ? UNKNOWN : UNLT;
14834 return TARGET_IEEE_FP ? UNKNOWN : UNLE;
14836 return TARGET_IEEE_FP ? UNKNOWN : GT;
14838 return TARGET_IEEE_FP ? UNKNOWN : GE;
14951 if (new_code != UNKNOWN)
14995 code that will result in proper branch. Return UNKNOWN if no such code
15024 return UNKNOWN;
15344 case EQ: code1 = UNKNOWN; code2 = NE; break;
15345 case NE: code2 = UNKNOWN; brea
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dutil.c21 static enum { UNKNOWN, WORKS, BROKEN } thousand = UNKNOWN; enumerator in enum:__anon2953
140 if (thousand == UNKNOWN) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Doptabs.c3573 emit_unop_insn (icode, sign, op1, UNKNOWN);
3833 if (INSN_P (pat) && NEXT_INSN (pat) != NULL_RTX && code != UNKNOWN)
4555 != UNKNOWN))
4694 != UNKNOWN))
5460 if (!maybe_emit_unop_insn (icode, target, from, UNKNOWN))
6255 init_optab (smul_highpart_optab, UNKNOWN);
6256 init_optab (umul_highpart_optab, UNKNOWN);
6257 init_optab (smul_widen_optab, UNKNOWN);
6258 init_optab (umul_widen_optab, UNKNOWN);
6259 init_optab (usmul_widen_optab, UNKNOWN);
[all...]
H A Dloop-iv.c394 iv->extend = UNKNOWN;
415 iv->extend = UNKNOWN;
428 iv->extend = UNKNOWN;
455 iv->extend = UNKNOWN;
465 if (iv->extend != UNKNOWN
479 if (iv->extend == UNKNOWN)
506 if (iv0->extend == UNKNOWN
515 if (iv1->extend == UNKNOWN
529 if (iv0->extend == UNKNOWN && iv1->extend == UNKNOWN)
[all...]
H A Djump.c288 of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
289 UNKNOWN may be returned in case we are having CC_MODE compare and we don't
302 return UNKNOWN;
345 return UNKNOWN;
358 return UNKNOWN;
393 return UNKNOWN;
405 return UNKNOWN;
414 return UNKNOWN;
426 if (reversed_code == UNKNOWN)
436 comparison. If no such code exists, return UNKNOWN
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgmerge.c662 #define UNKNOWN 9 macro
667 } header_fields[UNKNOWN + 1];
722 header_fields[UNKNOWN].len + len + 1);
723 memcpy (extended, header_fields[UNKNOWN].string,
724 header_fields[UNKNOWN].len);
725 memcpy (&extended[header_fields[UNKNOWN].len], cp, len);
726 extended[header_fields[UNKNOWN].len + len] = '\0';
727 header_fields[UNKNOWN].string = extended;
728 header_fields[UNKNOWN].len += len;
796 for (cnt = 0; cnt < UNKNOWN;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Doptabs.c1323 if (binoptab->code != UNKNOWN)
3006 if (INSN_P (pat) && NEXT_INSN (pat) != NULL_RTX && code != UNKNOWN)
3913 != UNKNOWN))
4041 != UNKNOWN))
5033 smul_highpart_optab = init_optab (UNKNOWN);
5034 umul_highpart_optab = init_optab (UNKNOWN);
5035 smul_widen_optab = init_optab (UNKNOWN);
5036 umul_widen_optab = init_optab (UNKNOWN);
5039 sdivmod_optab = init_optab (UNKNOWN);
5041 udivmod_optab = init_optab (UNKNOWN);
[all...]
H A Dloop-iv.c433 iv->extend = UNKNOWN;
454 iv->extend = UNKNOWN;
467 iv->extend = UNKNOWN;
494 iv->extend = UNKNOWN;
504 if (iv->extend != UNKNOWN
518 if (iv->extend == UNKNOWN)
545 if (iv0->extend == UNKNOWN
554 if (iv1->extend == UNKNOWN
568 if (iv0->extend == UNKNOWN && iv1->extend == UNKNOWN)
[all...]
H A Djump.c368 of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
369 UNKNOWN may be returned in case we are having CC_MODE compare and we don't
381 return UNKNOWN;
424 return UNKNOWN;
437 return UNKNOWN;
469 return UNKNOWN;
481 return UNKNOWN;
490 return UNKNOWN;
502 if (reversed_code == UNKNOWN)
512 comparison. If no such code exists, return UNKNOWN
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dsymtab.c53 bp->class = UNKNOWN;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h143 #define UNKNOWN 3 /* disposition or starting point is unknown */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_ldmstm_bad.s18 stmia r1!, {r0-r3} @ Encoding T1, r1 is UNKNOWN
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhctoken.h150 UNKNOWN = 352, enumerator in enum:dhcp_token

Completed in 447 milliseconds

12345