| /src/lib/libc/gen/ |
| pwcache.h | 56 #define INVALID 2 /* entry valid, name NOT valid */
|
| /src/usr.bin/m4/lib/ |
| strtonum.c | 28 #define INVALID 1 47 { "invalid", EINVAL }, 55 error = INVALID; 59 error = INVALID;
|
| /src/external/bsd/mdocml/dist/ |
| compat_strtonum.c | 26 #define INVALID 1 42 { "invalid", EINVAL }, 50 error = INVALID; 54 error = 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/ibm-public/postfix/dist/src/util/ |
| 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)
|
| 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...] |
| /src/sys/arch/ia64/unwind/ |
| stackframe.h | 52 #define INVALID -1UL /* Indicates uninitialised offset value. */
|
| /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/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/include/llvm/MCA/ |
| HWEventListener.h | 38 Invalid = 0, 108 Invalid = 0, 134 INVALID = 0,
|
| /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/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUSubtarget.h | 32 INVALID = 0,
|
| /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...] |
| /src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| cluster.c | 107 #define INVALID 0 1027 if (import_checkpoint(match, (match->state != INVALID))) { 1036 } else if (match->state == INVALID) { 1068 if (match->state == INVALID) { 1273 match->state = INVALID; 1344 if ((match->state == INVALID) && !match->free_me) { 1567 del->cpg_state = INVALID; 1629 LOG_ERROR(" state : %s", (entry->state == INVALID) ? 1630 "INVALID" : (entry->state == VALID) ? "VALID" :
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| arc.h | 63 INVALID, 260 the INVALID argument is not NULL, *INVALID will be set to 263 operand is valid, *INVALID will not be changed. */ 264 long long int (*extract) (unsigned long long instruction, bool *invalid); 280 ignore the return value, and check the value placed in the invalid
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| arc.h | 63 INVALID, 260 the INVALID argument is not NULL, *INVALID will be set to 263 operand is valid, *INVALID will not be changed. */ 264 long long int (*extract) (unsigned long long instruction, bool *invalid); 280 ignore the return value, and check the value placed in the invalid
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| arc.h | 63 INVALID, 260 the INVALID argument is not NULL, *INVALID will be set to 263 operand is valid, *INVALID will not be changed. */ 264 long long int (*extract) (unsigned long long instruction, bool *invalid); 280 ignore the return value, and check the value placed in the invalid
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| arc.h | 63 INVALID, 260 the INVALID argument is not NULL, *INVALID will be set to 263 operand is valid, *INVALID will not be changed. */ 264 long long int (*extract) (unsigned long long instruction, bool *invalid); 280 ignore the return value, and check the value placed in the invalid
|
| /src/external/mpl/bind/dist/lib/ns/ |
| client.c | 1421 "EDNS client-subnet option: invalid scope"); 1437 "EDNS client-subnet option: invalid " 1448 "EDNS client-subnet option: invalid " 1459 "EDNS client-subnet option: invalid " 1469 "EDNS client-subnet option: invalid family"); 1908 "dropped request: invalid message header"); 2135 INVALID, 2142 } ra_refusal_reason = INVALID; 2325 "request has invalid signature: " 2337 "request has invalid signature: %s (%s)" [all...] |
| /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...] |