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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
valid-expr.h 1 /* Compile-time valid expression checker for GDB, the GNU debugger.
33 is either valid or ill-formed, at compile time, without actually
36 compile time. If the expression is valid, also check whether the
46 VALID is a boolean that indicates whether the expression is
47 supposed to be valid or invalid.
49 EXPR_TYPE is the expected type of EXPR. Only meaningful iff VALID
50 is true. If VALID is false, then you must pass "void" as expected
58 #define CHECK_VALID_EXPR_INT(TYPENAMES, TYPES, VALID, EXPR_TYPE, EXPR) \
67 archetype, TYPES>::value == VALID, \
75 #define CHECK_VALID_EXPR_1(T1, VALID, EXPR_TYPE, EXPR)
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
valid-expr.h 1 /* Compile-time valid expression checker for GDB, the GNU debugger.
33 is either valid or ill-formed, at compile time, without actually
36 compile time. If the expression is valid, also check whether the
46 VALID is a boolean that indicates whether the expression is
47 supposed to be valid or invalid.
49 EXPR_TYPE is the expected type of EXPR. Only meaningful iff VALID
50 is true. If VALID is false, then you must pass "void" as expected
58 #define CHECK_VALID_EXPR_INT(TYPENAMES, TYPES, VALID, EXPR_TYPE, EXPR) \
67 archetype, TYPES>::value == VALID, \
75 #define CHECK_VALID_EXPR_1(T1, VALID, EXPR_TYPE, EXPR)
    [all...]
  /src/lib/libc/gen/
pwcache.h 41 * archives. The chances of hitting a valid lookup with an archive is quite a
55 #define VALID 1 /* entry and name are valid */
56 #define INVALID 2 /* entry valid, name NOT valid */
63 int valid; /* is this a valid or a miss entry */ member in struct:uidc
69 int valid; /* is this a valid or a miss entry */ member in struct:gidc
pwcache.c 254 * return the stored name (if valid or invalid match).
274 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) {
278 if (!noname || (ptr->valid == VALID))
304 ptr->valid = INVALID;
315 ptr->valid = VALID;
323 * return the stored name (if valid or invalid match).
343 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) {
347 if (!noname || (ptr->valid == VALID)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 264 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", " #fl ", (valid) " }
268 VALID(0, PIN_GLOBAL),
269 VALID(0, PIN_GLOBAL | PIN_MAPPABLE),
271 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 4096),
272 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 8192),
273 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
274 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
275 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)),
277 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096))
    [all...]
  /src/external/bsd/iscsi/dist/include/
parameters.h 116 char valid[ISCSI_PARAM_MAX_LEN]; /* list of valid values */ member in struct:iscsi_parameter_t
161 #define PARAM_LIST_ADD(LIST, TYPE, KEY, DFLT, VALID, ELSE) \
162 if (param_list_add(LIST, TYPE, KEY, DFLT, VALID)!=0) { \
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
offset-type-selftests.c 23 #include "gdbsupport/valid-expr.h"
40 #define CHECK_VALID(VALID, EXPR_TYPE, EXPR) \
41 CHECK_VALID_EXPR_2 (off_A, off_B, VALID, EXPR_TYPE, EXPR)
enum-flags-selftests.c 21 #include "gdbsupport/valid-expr.h"
85 #define CHECK_VALID(VALID, EXPR_TYPE, EXPR) \
87 UnsignedEnumFlag, UnsignedRawEnum, VALID, EXPR_TYPE, \
  /src/external/gpl3/gdb/dist/gdb/unittests/
offset-type-selftests.c 23 #include "gdbsupport/valid-expr.h"
40 #define CHECK_VALID(VALID, EXPR_TYPE, EXPR) \
41 CHECK_VALID_EXPR_2 (off_A, off_B, VALID, EXPR_TYPE, EXPR)
enum-flags-selftests.c 21 #include "gdbsupport/valid-expr.h"
85 #define CHECK_VALID(VALID, EXPR_TYPE, EXPR) \
87 UnsignedEnumFlag, UnsignedRawEnum, VALID, EXPR_TYPE, \
  /src/external/gpl2/xcvs/dist/src/
rcs.h 42 #define VALID 0x1 /* flags field contains valid data */
72 * be empty in a valid RCS file when the file has no revisions, a state
139 file). Note that it is perfectly valid to have log be NULL and
classify.c 146 && vers->srcfile->flags & VALID)
150 looking at, the file was already valid. */
228 /* A normal entry, TS_Rcs is valid */
patch.c 419 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC))
tag.c 1034 if ((rcsfile->flags & VALID) && (rcsfile->flags & INATTIC))
1592 /* Found. The tag is valid. */
1654 /* With VALID set, insert NAME into val-tags if it is not already present
1657 * Without VALID set, check to see whether NAME is a valid tag. If so, return.
1675 * errors generate warnings and read errors are fatal. When !VALID and NAME
1677 * When !VALID, non-existance of tags both in val-tags and in the archive
1685 char *repository, bool valid)
1694 " aflag=%d, repository=%s, valid=%s)",
1697 valid ? "true" : "false")
    [all...]
rcs.c 54 /* Points just after the last valid character in the buffer. */
291 rcs->flags |= VALID;
420 error (0, 0, "`%s' does not appear to be a valid rcs file",
471 error (1, 0, "`%s' does not appear to be a valid rcs file",
2206 * If tag or revision is not valid or does not exist in file,
2220 /* If a valid revision, try to look it up */
2277 RCS_check_tag (tag); /* exit if not a valid tag */
2283 /* If valid tag let translate_symtag say yea or nay. */
2324 if (force_tag_match && (rcs->flags & VALID) && (rcs->flags & INATTIC))
3314 "Valid expansion modes include:\n"
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 108 #define VALID 1
173 if (entry->cpg_state != VALID)
358 if (entry->state != VALID) {
361 * valid yet.
363 LOG_ERROR("Forced to refuse checkpoint for nodeid %u - log not valid yet",
803 if (entry->state != VALID)
1024 /* Redundant checkpoints ignored if match->valid */
1038 "[%s] Checkpoint data received from %u. Log is now valid",
1041 "[%s] Checkpoint data received from %u. Log is now valid",
1043 match->state = VALID;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 804 VALID,
886 E.g. BB 2 (Empty) ---> BB 3 (VALID, has rvv insn 1)
902 bool valid_p () const { return m_state == state_type::VALID; }
908 void set_valid () { m_state = state_type::VALID; }
1265 fprintf (file, "VALID (insn %u, bb %u)%s\n", get_insn ()->uid (),

Completed in 40 milliseconds