HomeSort by: relevance | last modified time | path
    Searched refs:INVALID (Results 1 - 14 of 14) sorted by relevancy

  /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...]
msan_linux.cc 138 bool protect = type == MappingDesc::INVALID ||
  /src/usr.bin/m4/lib/
strtonum.c 28 #define INVALID 1
47 { "invalid", EINVAL },
55 error = INVALID;
59 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/usr.bin/mklocale/
lex.l 98 INVALID { return(INVALID); }
yacc.y 121 %token INVALID
182 | INVALID RUNE
  /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/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/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/usr.sbin/npf/npfctl/
npf_parse.y 135 %token INVALID
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6526 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6627 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8238 blt.w LOGNEG # LOG OF NEGATIVE ARGUMENT IS INVALID
8383 #--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID
8603 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8677 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8691 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8704 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8718 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8753 blt.w invalid
    [all...]
fpsp.s 6632 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6733 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8344 blt.w LOGNEG # LOG OF NEGATIVE ARGUMENT IS INVALID
8489 #--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID
8709 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8783 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8797 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8810 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8824 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8859 blt.w invalid
    [all...]

Completed in 32 milliseconds