HomeSort by: relevance | last modified time | path
    Searched defs:valid (Results 1 - 25 of 277) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_176.c 17 int valid = {{{3}}}; variable
  /src/external/mit/isl/dist/include/isl/
maybe_templ.h 5 * The pointer in "value" is only valid if "valid" is isl_bool_true.
9 isl_bool valid; local
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-protos.h 25 bool valid; member in struct:pru_ctable_entry
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_soa.c 54 const bool valid = rdata_parser_soa_check_validity(rdata, rdata_len); local
55 require_action(valid, exit, err = DNS_OBJ_ERROR_PARAM_ERR);
dns_obj_rr_srv.c 55 const bool valid = rdata_parser_srv_check_validity(rdata, rdata_len); local
56 require_action(valid, exit, err = DNS_OBJ_ERROR_MALFORMED_ERR);
  /src/external/bsd/nvi/dist/tcl_scripts/
mailprocs.tcl 14 proc valid {target} { procedure
35 set address [valid $target]
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-protos.h 25 bool valid; member in struct:pru_ctable_entry
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stackdepot.h 28 bool valid() const { return node_; } function in struct:__sanitizer::StackDepotHandle
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stackdepot.h 28 bool valid() const { return node_; } function in struct:__sanitizer::StackDepotHandle
  /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
  /src/sys/arch/amiga/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/arch/amigappc/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/arch/ofppc/include/
disklabel.h 58 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/dev/ppbus/
ppbus_device.h 13 int valid; /* 1 if the struct is valid */ member in struct:ppbus_context
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h 29 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 44 bool valid() const { return Stream.valid(); } function in class:llvm::codeview::DebugStringTableSubsectionRef
CVRecord.h 39 bool valid() const { return kind() != Kind(0); } function in class:llvm::codeview::CVRecord
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAddressRange.h 37 bool valid() const { return LowPC <= HighPC; } function in struct:llvm::DWARFAddressRange
41 assert(valid() && RHS.valid());
  /src/external/bsd/nsd/dist/simdzone/src/haswell/
base32.h 26 bool valid = true; local
53 valid = false;
72 } while (valid);
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
base32.h 25 bool valid = true; local
48 valid = false;
63 } while (valid);
  /src/external/gpl3/gdb/dist/sim/ppc/
cpu.h 196 int valid; member in struct:_memory_reservation
  /src/external/gpl3/gdb.old/dist/sim/ppc/
cpu.h 196 int valid; member in struct:_memory_reservation
  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 76 int valid; member in struct:gxpcic_slot_irqs
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 27 u8 valid; member in struct:nvkm_fault_data
  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.h 83 other fields should be considered valid. */
112 valid() method. */
115 /* Return true if this object contains valid context information. */
116 bool valid () const function in struct:core_file_exec_context
120 file. Will always return non-nullptr if valid() returns true. */
274 (LEGACY_SIM_REGNO_IGNORE) when the register doesn't have a valid

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>