| /src/external/cddl/osnet/dev/dtrace/x86/ |
| dis_tables.c | 86 uint_t it_invalid64:1; /* opcode invalid in amd64 */ 88 uint_t it_invalid32:1; /* invalid in IA32 */ 286 * "u" - means the opcode is invalid in IA32 but valid in amd64 287 * "x" - means the opcode is invalid in amd64, but not IA32 312 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0} 332 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0} 352 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0, 0} 372 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0} 520 /* [4] */ TNSZ("verr",M,2), TNSZ("verw",M,2), INVALID, INVALID, [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan.h | 37 INVALID, APP, SHADOW, ORIGIN 51 {0x000200000000ULL, 0x002200000000ULL, MappingDesc::INVALID, "invalid"}, 53 {0x004000000000ULL, 0x004200000000ULL, MappingDesc::INVALID, "invalid"}, 55 {0x006000000000ULL, 0x006200000000ULL, MappingDesc::INVALID, "invalid"}, 61 {0x00c000000000ULL, 0x00e200000000ULL, MappingDesc::INVALID, "invalid"}, 83 {0x00000000000ULL, 0x01000000000ULL, MappingDesc::INVALID, "invalid"} [all...] |
| /src/external/bsd/mdocml/dist/ |
| compat_strtonum.c | 26 #define INVALID 1 42 { "invalid", EINVAL }, 50 error = INVALID; 54 error = INVALID;
|
| /src/lib/libc/gen/ |
| pwcache.h | 56 #define INVALID 2 /* entry valid, name NOT valid */
|
| pwcache.c | 254 * return the stored name (if valid or invalid match). 304 ptr->valid = INVALID; 323 * return the stored name (if valid or invalid match). 373 ptr->valid = INVALID; 412 * if found and invalid, return a -1 418 if (ptr->valid == INVALID) 434 * no match, look it up, if no match store it as an invalid entry, 445 ptr->valid = INVALID; 476 * if found and invalid, return a -1 482 if (ptr->valid == INVALID) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| gen-multilib-matches.sh | 37 sm_next_lower=INVALID
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| base32_code.c | 128 #define INVALID 0xff 150 memset(un_b32, INVALID, CHARS_PER_BYTE); 160 if ((ch0 = un_b32[*cp++]) == INVALID 161 || (ch1 = un_b32[*cp++]) == INVALID) 168 if ((ch2 = un_b32[ch2]) == INVALID) 170 if ((ch3 = un_b32[*cp++]) == INVALID) 177 if ((ch4 = un_b32[ch4]) == INVALID) 184 if ((ch5 = un_b32[ch5]) == INVALID) 186 if ((ch6 = un_b32[*cp++]) == INVALID) 192 if ((ch7 = un_b32[ch7]) == INVALID) [all...] |
| base64_code.c | 154 #define INVALID 0xff 167 memset(un_b64, INVALID, CHARS_PER_BYTE); 178 if ((ch0 = un_b64[*cp++]) == INVALID 179 || (ch1 = un_b64[*cp++]) == INVALID) 184 if ((ch2 = un_b64[ch2]) == INVALID) 189 if ((ch3 = un_b64[ch3]) == INVALID)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SparseMultiSet.h | 92 /// circular in Prev indices, and INVALID-terminated in Next indices. This 97 static constexpr unsigned INVALID = ~0U; 105 /// List tails have invalid Nexts. 107 return Next == INVALID; 112 return Prev == INVALID; 117 bool isValid() const { return Prev != INVALID; } 131 unsigned FreelistIdx = SMSNode::INVALID; 136 "Invalid key in set. Did object mutate?"); 145 assert(D.isValid() && "Invalid node for head"); 152 assert(N.isValid() && "Invalid node for singleton") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| AArch64TargetParser.cpp | 59 .Default(ArchKind::INVALID); 132 return AK != ArchKind::INVALID; 175 if (AK == ArchKind::INVALID) 189 if (Arch.ArchID != ArchKind::INVALID) 203 return ArchKind::INVALID; 210 return ArchKind::INVALID; 226 return ArchKind::INVALID;
|
| ARMTargetParser.cpp | 35 return ArchKind::INVALID; 85 case ArchKind::INVALID: 134 case ArchKind::INVALID: 135 return ProfileKind::INVALID; 247 return EndianKind::INVALID; 257 .Default(ISAKind::INVALID); 278 // If invalid, return empty string. 336 .Cases("fpa", "fpe2", "fpe3", "maverick", "invalid") // Unsupported 553 if (AK == ArchKind::INVALID) 588 return ArchKind::INVALID; [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| osabi.def | 57 GDB_OSABI_DEF_LAST (INVALID, "<invalid>", nullptr)
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| osabi.def | 57 GDB_OSABI_DEF_LAST (INVALID, "<invalid>", nullptr)
|
| /src/usr.bin/mklocale/ |
| lex.l | 98 INVALID { return(INVALID); }
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_access_specifiers.py | 32 self.assertEqual(test_class.access_specifier, AccessSpecifier.INVALID)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| del-pending-thread-bp.exp | 60 set bpnum [get_integer_valueof "\$bpnum" "*INVALID*" \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| del-pending-thread-bp.exp | 60 set bpnum [get_integer_valueof "\$bpnum" "*INVALID*" \
|
| /src/lib/libc/citrus/modules/ |
| citrus_mapper_646.c | 61 #define INVALID 0xFFFFFFFF 229 if (m6->m6_map[INDEX_##x]==INVALID) \ 239 if (m6->m6_map[INDEX_##x]!=INVALID && src==m6->m6_map[INDEX_##x]) { \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ARMTargetParser.h | 163 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; 167 enum class EndianKind { INVALID = 0, LITTLE, BIG }; 170 enum class ProfileKind { INVALID = 0, A, R, M };
|
| /src/sys/arch/ia64/unwind/ |
| stackframe.h | 52 #define INVALID -1UL /* Indicates uninitialised offset value. */
|
| stackframe.c | 647 target->bsp.offset = INVALID; 650 target->psp.offset = INVALID; 653 target->rp.offset = INVALID; 656 target->pfs.offset = INVALID; 741 if (srec->psp.offset != INVALID) { 1155 if (srec->psp.offset == INVALID) { 1173 if (srec->psp.offset == INVALID) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| HWEventListener.h | 38 Invalid = 0, 108 Invalid = 0, 134 INVALID = 0,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUSubtarget.h | 32 INVALID = 0,
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-gcc-internal.c | 30 #include "format-invalid.h" 245 *invalid_reason = xasprintf (_("In the directive number %u, the flags combination is invalid."), spec.directives); 376 *invalid_reason = xasprintf (_("In the directive number %u, the precision specification is invalid."), spec.directives); 670 printf ("INVALID");
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_vma.c | 265 #define __INVALID(sz, fl, check, eval) { .size = (sz), .flags = (fl), .assert = (check), .string = #sz ", " #fl ", (invalid " #eval ")" } 266 #define INVALID(sz, fl) __INVALID(sz, fl, assert_pin_einval, EINVAL) 278 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end), 280 INVALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | ggtt->vm.total), 281 INVALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | round_down(U64_MAX, PAGE_SIZE)), 292 INVALID(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), 293 INVALID(8192, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), 294 INVALID(8192, PIN_GLOBAL | PIN_OFFSET_FIXED | (round_down(U64_MAX, PAGE_SIZE) - 4096)), 311 #undef INVALID 386 pr_err("Invalid sg table: too short at plane %d, (%d, %d)!\n" [all...] |