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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 20 DebugUnknownSubsectionRef(DebugSubsectionKind Kind, BinaryStreamRef Data)
21 : DebugSubsectionRef(Kind), Data(Data) {}
23 BinaryStreamRef getData() const { return Data; }
26 BinaryStreamRef Data;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c 1 /*===- InstrProfilingPlatformOther.c - Profile data default platform ------===*\
32 const __llvm_profile_data *Data = (__llvm_profile_data *)Data_;
34 DataFirst = Data;
35 DataLast = Data + 1;
36 NamesFirst = Data->NamePtr;
37 NamesLast = (const char *)Data->NamePtr + Data->NameSize;
38 CountersFirst = Data->CounterPtr;
39 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 28 struct Data;
31 Error emitDebugAbbrev(raw_ostream &OS, const Data &DI);
32 Error emitDebugStr(raw_ostream &OS, const Data &DI);
34 Error emitDebugAranges(raw_ostream &OS, const Data &DI);
35 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
36 Error emitDebugPubnames(raw_ostream &OS, const Data &DI);
37 Error emitDebugPubtypes(raw_ostream &OS, const Data &DI);
38 Error emitDebugGNUPubnames(raw_ostream &OS, const Data &DI);
39 Error emitDebugGNUPubtypes(raw_ostream &OS, const Data &DI);
40 Error emitDebugInfo(raw_ostream &OS, const Data &DI)
    [all...]
YAML.h 66 /// Either raw binary data, or a string of hex bytes (must always
68 ArrayRef<uint8_t> Data;
70 /// Discriminator between the two states of the `Data` member.
75 BinaryRef(ArrayRef<uint8_t> Data) : Data(Data), DataIsHexString(false) {}
76 BinaryRef(StringRef Data) : Data(arrayRefFromStringRef(Data)) {}
82 return Data.size() / 2
    [all...]
  /src/sys/external/bsd/acpica/dist/resources/
rsirq.c 37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
66 {ACPI_RSC_BITMASK16,ACPI_RS_OFFSET (Data.Irq.Interrupts[0]),
68 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
72 {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.Irq.Triggering),
78 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Irq.DescriptorLength),
88 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.Triggering),
92 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.Polarity),
96 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.Shareable),
100 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.WakeCapable),
122 {ACPI_RSC_BITMASK16,ACPI_RS_OFFSET (Data.Irq.Interrupts[0])
    [all...]
rsmemory.c 37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
70 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Memory24.WriteProtect),
80 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Memory24.Minimum),
104 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Memory32.WriteProtect),
114 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.Memory32.Minimum),
138 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.FixedMemory32.WriteProtect),
146 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.FixedMemory32.Address),
164 /* Length of the vendor data (byte count) */
166 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
170 /* Vendor data */
    [all...]
rsio.c 37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
70 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode),
80 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
84 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum),
110 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedIo.AddressLength),
114 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedIo.Address),
142 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.GenericReg.SpaceId),
148 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.GenericReg.Address),
186 * data is treated as if the checksum operation succeeded.
209 {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof-2.c 12 void __llvm_profile_set_num_value_sites(__llvm_profile_data *Data,
16 __llvm_profile_iterate_data(const __llvm_profile_data *Data);
17 void *__llvm_get_function_addr(const __llvm_profile_data *Data);
18 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
32 const __llvm_profile_data *Data, *DataEnd;
34 Data = __llvm_profile_begin_data();
36 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
37 void *func = __llvm_get_function_addr(Data);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
StringTable.h 23 StringRef Data;
24 StringTable() : Data() {}
25 StringTable(StringRef D) : Data(D) {}
28 if (Offset < Data.size()) {
29 auto End = Data.find('\0', Offset);
30 return Data.substr(Offset, End - Offset);
34 void clear() { Data = StringRef(); }
40 const size_t Size = S.Data.size();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
xxhash.h 26 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 uint64_t xxHash64(llvm::StringRef Data);
46 uint64_t xxHash64(llvm::ArrayRef<uint8_t> Data);
CRC.h 21 // Compute the CRC-32 of Data.
22 uint32_t crc32(ArrayRef<uint8_t> Data);
24 // Compute the running CRC-32 of Data, with CRC being the previous value of the
26 uint32_t crc32(uint32_t CRC, ArrayRef<uint8_t> Data);
49 // Update the CRC calculation with Data.
50 void update(ArrayRef<uint8_t> Data);
  /src/external/bsd/libpcap/dist/testprogs/fuzz/
onefile.c 5 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
11 uint8_t *Data;
37 Data = malloc(Size);
38 if (Data == NULL) {
42 if (fread(Data, Size, 1, fp) != 1) {
44 free(Data);
49 LLVMFuzzerTestOneInput(Data, Size);
50 free(Data);
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
mem-xml.pl 18 use Data::Dumper;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.cpp 52 /// Checking the object expression in a non-static data member access. Must
86 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,
88 Location Loc = Data->Loc.acquire();
90 uptr Alignment = (uptr)1 << Data->LogAlignment;
93 ET = (Data->TypeCheckKind == TCK_NonnullAssign)
101 // Use the SourceLocation from Data to track deduplication, even if it's
107 if (Data->Loc.isInvalid()) {
118 << TypeCheckKinds[Data->TypeCheckKind] << Data->Type;
123 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Alignmen
    [all...]
ubsan_handlers.h 39 RECOVERABLE(type_mismatch_v1, TypeMismatchData *Data, ValueHandle Pointer)
49 RECOVERABLE(alignment_assumption, AlignmentAssumptionData *Data,
58 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
67 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
70 RECOVERABLE(divrem_overflow, OverflowData *Data,
81 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data,
91 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index)
98 UNRECOVERABLE(builtin_unreachable, UnreachableData *Data)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Math.h 31 : Length(Length), Data(std::make_unique<PBQPNum []>(Length)) {}
35 : Length(Length), Data(std::make_unique<PBQPNum []>(Length)) {
36 std::fill(Data.get(), Data.get() + Length, InitVal);
41 : Length(V.Length), Data(std::make_unique<PBQPNum []>(Length)) {
42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get());
47 : Length(V.Length), Data(std::move(V.Data)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 88 : Data(Dat), Size(Sz), Capacity(Cp) {}
90 : Data(Cp == 0 ? nullptr : A.allocateT<T>(Cp)), Capacity(Cp) {}
94 : Data(A.Data), Size(A.Size), Capacity(A.Capacity) {
95 A.Data = nullptr;
102 Data = RHS.Data;
106 RHS.Data = nullptr;
116 T *Odata = Data;
117 Data = A.allocateT<T>(Ncp)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.cpp 52 /// Checking the object expression in a non-static data member access. Must
86 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,
88 Location Loc = Data->Loc.acquire();
90 uptr Alignment = (uptr)1 << Data->LogAlignment;
93 ET = (Data->TypeCheckKind == TCK_NonnullAssign)
101 // Use the SourceLocation from Data to track deduplication, even if it's
107 if (Data->Loc.isInvalid()) {
118 << TypeCheckKinds[Data->TypeCheckKind] << Data->Type;
123 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Alignmen
    [all...]
ubsan_handlers.h 39 RECOVERABLE(type_mismatch_v1, TypeMismatchData *Data, ValueHandle Pointer)
49 RECOVERABLE(alignment_assumption, AlignmentAssumptionData *Data,
58 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
67 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
70 RECOVERABLE(divrem_overflow, OverflowData *Data,
81 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data,
91 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index)
98 UNRECOVERABLE(builtin_unreachable, UnreachableData *Data)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
TargetProcessControlTypes.cpp 24 R.Data.ValuePtr = new uint8_t[R.Size];
25 memcpy(R.Data.ValuePtr, S.data(), R.Size);
28 memcpy(R.Data.Value, S.data(), R.Size);
32 void WrapperFunctionResult::destroyWithFree(CWrapperFunctionResultData Data,
34 free(Data.ValuePtr);
38 CWrapperFunctionResultData Data, uint64_t Size) {
39 delete[] Data.ValuePtr;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 47 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,
49 Location Loc = Data->Loc.acquire();
51 uptr Alignment = (uptr)1 << Data->LogAlignment;
60 // Use the SourceLocation from Data to track deduplication, even if it's
66 if (Data->Loc.isInvalid()) {
76 << TypeCheckKinds[Data->TypeCheckKind] << Data->Type;
81 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Alignment
82 << Data->Type;
87 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Data->Type
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ScopedPrinter.cpp 23 ArrayRef<uint8_t> Data, bool Block,
25 if (Data.size() > 16)
33 if (!Data.empty())
34 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4,
42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n";
  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 113 LineEditor::InternalData *Data;
114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0)
115 return Data->LE->getPrompt().c_str();
124 LineEditor::InternalData *Data;
125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) {
126 if (!Data->ContinuationOutput.empty()) {
128 FILE *Out = Data->Out;
131 ::fwrite(Data->ContinuationOutput.c_str(),
132 Data->ContinuationOutput.size(), 1, Out);
136 std::string Prevs(Data->PrevCount, '\02')
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 17 StringRef Data;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
JITLoaderGDB.h 20 llvm_orc_registerJITLoaderGDBWrapper(uint8_t *Data, uint64_t Size);

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>