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

1234

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c46 #define UNKNOWN (unsigned) (SIZEOF(strnames) + SIZEOF(strfnames)) macro
67 return found ? n : UNKNOWN;
89 if (code == UNKNOWN)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp13 case CudaVersion::UNKNOWN:
45 .Default(CudaVersion::UNKNOWN);
52 case CudaArch::UNKNOWN:
165 .Default(CudaArch::UNKNOWN);
170 case CudaVirtualArch::UNKNOWN:
223 .Default(CudaVirtualArch::UNKNOWN);
230 case CudaArch::UNKNOWN:
231 return CudaVirtualArch::UNKNOWN;
290 case CudaArch::UNKNOWN:
291 return CudaVersion::UNKNOWN;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h40 UNKNOWN = 0xFF, enumerator in enum:llvm::LPAC::AluCode
115 .Default(UNKNOWN);
141 return AluCode::UNKNOWN;
H A DLanaiCondCode.h31 UNKNOWN enumerator in enum:llvm::LPCC::CondCode
95 .Default(LPCC::UNKNOWN);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h21 UNKNOWN, member in class:clang::CudaVersion
37 UNKNOWN, member in class:clang::CudaArch
81 UNKNOWN, member in class:clang::CudaVirtualArch
/freebsd-11-stable/contrib/ntp/scripts/build/
H A Dmkver.in2 PROG=${1-UNKNOWN}
/freebsd-11-stable/usr.sbin/ntp/scripts/
H A Dmkver5 PROG=${1-UNKNOWN}
/freebsd-11-stable/sys/amd64/amd64/
H A Dtrap.c114 static const char UNKNOWN[] = "unknown"; variable
116 [0] = UNKNOWN, /* unused */
118 [2] = UNKNOWN, /* unused */
120 [4] = UNKNOWN, /* unused */
121 [5] = UNKNOWN, /* unused */
123 [7] = UNKNOWN, /* unused */
124 [8] = UNKNOWN, /* unused */
127 [11] = UNKNOWN, /* unused */
129 [13] = UNKNOWN, /* unused */
131 [15] = UNKNOWN, /* unuse
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dutil.c21 static enum { UNKNOWN, WORKS, BROKEN } thousand = UNKNOWN; enumerator in enum:__anon57
158 if (thousand == UNKNOWN) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h112 return StringToCudaArch(Name) != CudaArch::UNKNOWN;
123 return GPU != CudaArch::UNKNOWN;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h34 UNKNOWN, member in class:gwp_asan::GuardedPoolAllocator::Error
142 static void reportError(uintptr_t AccessPtr, Error E = Error::UNKNOWN);
207 // Error::INVALID_FREE or Error::UNKNOWN, the metadata for the slot
H A Dguarded_pool_allocator.cpp348 return Error::UNKNOWN;
366 return Error::UNKNOWN;
378 case Error::UNKNOWN:
496 if (E == Error::UNKNOWN) {
/freebsd-11-stable/sbin/restore/
H A Drestore.h125 #define UNKNOWN 3 /* disposition or starting point is unknown */ macro
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdparse.y66 %token <str> STRING UNKNOWN
202 : UNKNOWN
H A Dapmdlex.l113 <TOP>[^"{},;#\n\t ]+ { yylval.str = strdup(yytext); return UNKNOWN; }
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c1499 if (binoptab->code != UNKNOWN)
3190 if (INSN_P (pat) && NEXT_INSN (pat) != NULL_RTX && code != UNKNOWN)
4101 != UNKNOWN))
4229 != UNKNOWN))
5231 smul_highpart_optab = init_optab (UNKNOWN);
5232 umul_highpart_optab = init_optab (UNKNOWN);
5233 smul_widen_optab = init_optab (UNKNOWN);
5234 umul_widen_optab = init_optab (UNKNOWN);
5235 usmul_widen_optab = init_optab (UNKNOWN);
5238 sdivmod_optab = init_optab (UNKNOWN);
[all...]
H A Dloop-iv.c370 iv->extend = UNKNOWN;
391 iv->extend = UNKNOWN;
404 iv->extend = UNKNOWN;
431 iv->extend = UNKNOWN;
441 if (iv->extend != UNKNOWN
455 if (iv->extend == UNKNOWN)
482 if (iv0->extend == UNKNOWN
491 if (iv1->extend == UNKNOWN
505 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...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h36 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
37 } Kind = UNKNOWN;
/freebsd-11-stable/contrib/byacc/
H A Dsymtab.c49 bp->class = UNKNOWN;
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h87 #define UNKNOWN -2 /* -2 means not set yet */ macro
/freebsd-11-stable/include/rpcsvc/
H A Dnis_object.x119 UNKNOWN = 0,
/freebsd-11-stable/tools/tools/atsectl/
H A Datsectl.c65 #define UNKNOWN 0 macro
67 static int fdev = UNKNOWN;
69 "UNKNOWN",
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth_des.c441 #define UNKNOWN -2 /* grouplen, if cached cred is unknown user */ macro
487 cred->grouplen = UNKNOWN; /* mark as lookup up, but not found */
498 } else if (cred->grouplen == UNKNOWN) {
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh153 UNKNOWN enumerator in enum:dtc::fdt::property_value::value_type
205 property_value(std::string l=std::string()) : label(l), type(UNKNOWN) {}
237 if (type == UNKNOWN)

Completed in 377 milliseconds

1234