HomeSort by: relevance | last modified time | path
    Searched refs:Valid (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_recursion_guard.h 36 const bool Valid;
40 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {}
47 explicit inline operator bool() const { return Valid; }
50 if (Valid)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.h 32 // Whether iterator is valid
33 const bool Valid;
39 : Cont(C), Valid(V), Offset(Of) {}
43 bool isValid() const { return Valid; }
55 return IteratorPosition(Cont, Valid, NewOf);
59 return IteratorPosition(NewCont, Valid, Offset);
63 return Cont == X.Cont && Valid == X.Valid && Offset == X.Offset;
67 return Cont != X.Cont || Valid != X.Valid || Offset != X.Offset
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
InstructionCost.h 30 /// These states can currently be used to indicate whether a cost is valid or
36 enum CostState { Valid, Invalid };
40 CostState State = Valid;
48 // A default constructed InstructionCost is a valid zero cost
52 InstructionCost(CostType Val) : Value(Val), State(Valid) {}
60 bool isValid() const { return State == Valid; }
61 void setValid() { State = Valid; }
151 /// ordering where valid costs are always considered to be less than invalid
153 /// the states are valid and users can test for validity of the cost
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 118 * Valid cases are:
302 UINT16 Valid = 0;
353 * not be present for this device. The Info->Valid bitfield is used
363 Valid |= ACPI_VALID_HID;
372 Valid |= ACPI_VALID_UID;
383 Valid |= ACPI_VALID_CID;
392 Valid |= ACPI_VALID_CLS;
417 * not be present for this device. The Info->Valid bitfield is used
427 Valid |= ACPI_VALID_ADR;
437 Valid |= ACPI_VALID_SXWS
    [all...]
  /src/external/bsd/elftosb/dist/common/
rijndael.h 100 enum State { Valid , Invalid };
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 219 bool Valid = true;
227 Valid = false;
236 Valid = false;
242 Valid = false;
248 Valid = false;
251 assert(Valid && "Invalid use list");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 128 if (!(--KV)->second.Valid)
141 if (!KV->second.Valid)
186 if (!InstrMeta.Valid)
201 if (!InstrMeta.Valid)
224 if (!NextMetaPtr || !NextMetaPtr->Valid)
494 InstrMeta.Valid = ValidInstruction;
FileAnalysis.h 82 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is
173 // allow analysis of raw binary, without requiring a fully valid ELF file.
  /src/sys/dev/acpi/
acpi_util.c 601 if ((devinfo->Valid & ACPI_VALID_HID) != 0) {
612 if ((devinfo->Valid & ACPI_VALID_CID) != 0) {
762 if ((ad->Valid & ACPI_VALID_HID) != 0) {
776 if ((ad->Valid & ACPI_VALID_CID) != 0) {
822 if ((ad->Valid & ACPI_VALID_HID) != 0) {
830 if ((ad->Valid & ACPI_VALID_CID) != 0) {
854 if ((ad->Valid & ACPI_VALID_HID) != 0) {
860 if ((ad->Valid & ACPI_VALID_CID) != 0) {
acpi_verbose.c 476 ((di->Valid & ACPI_VALID_HID) != 0) ?
480 ((di->Valid & ACPI_VALID_UID) != 0) ?
483 if ((di->Valid & ACPI_VALID_ADR) != 0)
wss_acpi.c 93 if ((aa->aa_node->ad_devinfo->Valid & ACPI_VALID_HID) == 0)
ym_acpi.c 65 if (!(aa->aa_node->ad_devinfo->Valid & ACPI_VALID_HID))
acpi_pci.c 232 if (ad->ad_devinfo->Valid & ACPI_VALID_ADR) {
255 (ad->ad_devinfo->Valid & ACPI_VALID_ADR)) {
sdhc_acpi.c 128 if (!(ad->Valid & ACPI_VALID_HID) || hid == NULL)
136 ((ad->Valid & ACPI_VALID_UID) != 0 &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 89 // Flag whether the HVX resources are valid.
90 bool Valid;
101 bool isValid() const { return Valid; }
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msggrep-6 19 Valid\ arguments\ are\:=G\u00fcltige Argumente sind\:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 256 bool Valid = false;
263 Valid = (isUInt<5>(v) || v == -1);
267 Valid = isUInt<5>(v);
271 Valid = (v == 0);
275 if (!Valid)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 216 bool valid() const { function in struct:__anon5449::LoopReroll::SimpleLoopReduction
217 return Valid;
221 assert(Valid && "Using invalid reduction");
226 assert(Valid && "Using invalid reduction");
231 assert(Valid && "Using invalid reduction");
239 assert(Valid && "Using invalid reduction");
247 assert(Valid && "Using invalid reduction");
252 assert(Valid && "Using invalid reduction");
260 bool Valid = false;
402 /// Stage 2: Validate if the found roots are valid
    [all...]
LoopFuse.cpp 137 /// represents a valid candidate. It caches several parts of a loop that are
143 /// no longer a valid candidate for fusion. Similarly, the isValid() method can
144 /// be used to ensure that the FusionCandidate is still valid for fusion.
166 /// Are all of the members of this fusion candidate still valid
167 bool Valid;
191 Latch(L->getLoopLatch()), L(L), Valid(true),
234 /// Check if all members of the class are valid.
237 !L->isInvalid() && Valid;
242 assert(isValid() && "Candidate is not valid!!");
281 /// This method is only valid for guarded loops
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 889 * DESCRIPTION: Examine one NS node for valid values.
1145 if (Info->Valid & ACPI_VALID_ADR)
1155 if (Info->Valid & ACPI_VALID_HID)
1164 if (Info->Valid & ACPI_VALID_UID)
1173 if (Info->Valid & ACPI_VALID_CID)
dbdisply.c 727 if (Info->Valid & ACPI_VALID_HID)
732 if (Info->Valid & ACPI_VALID_UID)
737 if (Info->Valid & ACPI_VALID_CID)
  /src/external/apache2/llvm/dist/clang/lib/Driver/
XRayArgs.cpp 121 auto Valid = llvm::StringSwitch<bool>(P)
126 if (!Valid) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 336 bool Valid = true;
357 Valid = false;
392 Valid = false;
398 dbgs() << "MERGEFUNC-SANITY: " << (Valid ? "Passed." : "Failed.") << "\n";
399 return Valid;
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
20-cert-select.conf 27 test-22 = 22-Only RSA-PSS Certificate Valid Signature Algorithms
30 test-25 = 25-RSA-PSS Restricted Certificate Valid Signature Algorithms
783 [22-Only RSA-PSS Certificate Valid Signature Algorithms]
784 ssl_conf = 22-Only RSA-PSS Certificate Valid Signature Algorithms-ssl
786 [22-Only RSA-PSS Certificate Valid Signature Algorithms-ssl]
787 server = 22-Only RSA-PSS Certificate Valid Signature Algorithms-server
788 client = 22-Only RSA-PSS Certificate Valid Signature Algorithms-client
790 [22-Only RSA-PSS Certificate Valid Signature Algorithms-server]
795 [22-Only RSA-PSS Certificate Valid Signature Algorithms-client]
860 [25-RSA-PSS Restricted Certificate Valid Signature Algorithms
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 844 // component movement when a component parses as (eg) both a valid arch and a
845 // valid os.
874 // positions by seeing if they parse as a valid architecture, and if so moving
885 // Does this component parse as valid for the target position?
886 bool Valid = false;
892 Valid = Arch != UnknownArch;
896 Valid = Vendor != UnknownVendor;
902 Valid = OS != UnknownOS || IsCygwin || IsMinGW32;
906 Valid = Environment != UnknownEnvironment;
907 if (!Valid) {
    [all...]

Completed in 51 milliseconds

1 2 3