HomeSort by: relevance | last modified time | path
    Searched defs:RecordType (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h 19 enum class RecordType : uint8_t { Function, Metadata };
25 /* RecordType */ uint8_t Type : 1;
51 /* RecordType */ uint8_t Type : 1;
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 77 uint16_t RecordType = RecordTypes::NORMAL;
110 uint16_t RecordType = RecordTypes::ARG_PAYLOAD;
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h 70 /// RecordType values are used as "sub-types" which have meaning in the
72 /// the RecordType is always 0, while for typed events we store the type in
73 /// the RecordType field.
74 uint16_t RecordType;
YAMLXRayRecord.h 32 uint16_t RecordType;
78 IO.mapRequired("type", Record.RecordType);
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py 85 class RecordType(Type):
376 return RecordType(N, isUnion, fields)
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Trace.cpp 73 auto RecordType = Reader.getU16(&OffsetPtr);
79 switch (RecordType) {
83 Record.RecordType = RecordType;
203 "Unknown record type '%d' at offset %" PRId64 ".", RecordType,
372 return XRayRecord{R.RecordType, R.CPU, R.Type,
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 2002 UINT16 RecordType;
2060 RecordType = *ACPI_CAST_PTR (UINT8, Subtable);
2068 while (RecordType == 0)
2071 RecordType = *ACPI_CAST_PTR (UINT8, Subtable);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 75 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType;
176 if (Record.type != RecordType::Spill)
918 RecordType Record;
920 Record.type = RecordType::VReg;
924 Record.type = RecordType::Spill;
927 Record.type = RecordType::NoRelocate;
1197 const RecordType &Record = SlotIt->second;
1200 if (Record.type == RecordType::VReg) {
1215 if (Record.type == RecordType::Spill) {
1247 assert(Record.type == RecordType::NoRelocate)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 313 if (rr->next == (AuthRecord *)~0 || rr->resrec.RecordType == 0 || rr->resrec.RecordType == 0xFF)
314 LogMemCorruption("ResourceRecords list: %p is garbage (%X)", rr, rr->resrec.RecordType);
325 if (rr->next == (AuthRecord *)~0 || rr->resrec.RecordType == 0 || rr->resrec.RecordType == 0xFF)
326 LogMemCorruption("DuplicateRecords list: %p is garbage (%X)", rr, rr->resrec.RecordType);
334 if (rr->next == (AuthRecord *)~0 || rr->resrec.RecordType == 0 || rr->resrec.RecordType == 0xFF)
335 LogMemCorruption("NewLocalRecords: %p is garbage (%X)", rr, rr->resrec.RecordType);
339 if (rr->next == (AuthRecord *)~0 || rr->resrec.RecordType == 0 || rr->resrec.RecordType == 0xFF
    [all...]
mDNSEmbeddedAPI.h 1338 mDNSu8 RecordType; // See kDNSRecordTypes enum.
1517 regState_t state; // Maybe combine this with resrec.RecordType state? Right now it's ambiguous and confusing.
1518 // e.g. rr->resrec.RecordType can be kDNSRecordTypeUnregistered,
2871 mDNSu16 rrtype, mDNSu32 ttl, mDNSu8 RecordType, AuthRecType artype, mDNSRecordCallback Callback, void *Context);
3055 extern const mDNSu8 *GetPrintableRDataBytes(mDNSu8 *outBuffer, mDNSu32 bufferLen, mDNSu16 recordType,

Completed in 68 milliseconds