HomeSort by relevance Sort by last modified time
    Searched defs:Data (Results 1 - 25 of 851) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Reset.c 43 UINT8 Data;
49 Data = IoRead8 (0x92);
50 Data |= 1;
51 IoWrite8 (0x92, Data);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/TemplateResetSystemLib/
ResetSystemLib.c 34 EfiResetShutdown the data buffer starts with a Null-terminated
35 Unicode string, optionally followed by additional binary data.
48 UINT8 Data;
57 Data = MmioRead8 (Address);
58 MmioWrite8 (Address, Data | 0x01);
  /external/clang/test/CodeGenCXX/
2005-02-13-BadDynamicInit.cpp 3 struct Data {
4 unsigned *data; member in struct:Data
9 Data shared_null = { shared_null.array };
m64-ptr.cpp 9 const char *Data;
  /external/llvm/lib/Support/
RandomNumberGenerator.cpp 40 // Data: Seed-low, Seed-high, Salt
44 std::vector<uint32_t> Data;
45 Data.reserve(2 + Salt.size());
46 Data.push_back(Seed);
47 Data.push_back(Seed >> 32);
49 std::copy(Salt.begin(), Salt.end(), Data.end());
51 std::seed_seq SeedSeq(Data.begin(), Data.end());
ScopedPrinter.cpp 24 ArrayRef<uint8_t> Data, bool Block) {
25 if (Data.size() > 16)
33 for (size_t addr = 0, end = Data.size(); addr < end; addr += 16) {
40 OS << hexdigit((Data[addr + i] >> 4) & 0xF, false)
41 << hexdigit(Data[addr + i] & 0xF, false);
48 if (std::isprint(Data[addr + i] & 0xFF))
49 OS << Data[addr + i];
62 for (size_t i = 0; i < Data.size(); ++i) {
66 OS << format("%02X", static_cast<int>(Data[i]));
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 12 // Data represents the DWARF debugging information
14 type Data struct {
15 // raw data
25 // parsed data
33 // New returns a new Data object initialized from the given parameters.
38 // The []byte arguments are the data from the corresponding debug section
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
42 d := &Data{
81 // AddTypes will add one .debug_types section to the DWARF data. A
85 func (d *Data) AddTypes(name string, types []byte) error
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5291.dir/
pkg1.go 13 type Data struct {
18 var d Data
26 d = Data{T1: &x}
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 12 // Data represents the DWARF debugging information
14 type Data struct {
15 // raw data
25 // parsed data
33 // New returns a new Data object initialized from the given parameters.
38 // The []byte arguments are the data from the corresponding debug section
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
42 d := &Data{
81 // AddTypes will add one .debug_types section to the DWARF data. A
85 func (d *Data) AddTypes(name string, types []byte) error
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/issue5291.dir/
pkg1.go 13 type Data struct {
18 var d Data
26 d = Data{T1: &x}
  /external/v8/src/
basic-block-profiler.cc 12 BasicBlockProfiler::Data::Data(size_t n_blocks)
16 BasicBlockProfiler::Data::~Data() {}
24 void BasicBlockProfiler::Data::SetCode(std::ostringstream* os) {
29 void BasicBlockProfiler::Data::SetFunctionName(std::ostringstream* os) {
34 void BasicBlockProfiler::Data::SetSchedule(std::ostringstream* os) {
39 void BasicBlockProfiler::Data::SetBlockId(size_t offset, size_t block_id) {
45 uint32_t* BasicBlockProfiler::Data::GetCounterAddress(size_t offset) {
51 void BasicBlockProfiler::Data::ResetCounts()
    [all...]
  /cts/tests/tests/opengl/libopengltest/
types.h 22 } Data;
  /external/clang/test/CodeGen/
2002-02-18-StaticData.c 12 void *Data[] = { &FOO, &BAR, &XX };
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 19 StringRef Data;
  /external/testng/src/test/java/test/junit/testsetup/
Data.java 3 public class Data
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwIoDebug.c 50 UINTN Data;
60 Data = IoRead8 (Port);
62 Data = IoRead16 (Port);
64 Data = IoRead32 (Port);
69 AsciiPrint ("0x%04x = 0x%x", Port, Data);
80 Argv[2] - Hex data to write
101 UINTN Data;
108 Data = AsciiStrHexToUintn (Argv[2]);
112 IoWrite8 (Port, (UINT8)Data);
114 IoWrite16 (Port, (UINT16)Data);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Guid/
ExtractSection.h 32 EXTRACT_SECTION_DATA Data;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DatahubStatusCodeHandlerDxe.h 39 // Data hub worker definition
46 UINT8 Data[sizeof(DATA_HUB_STATUS_CODE_DATA_RECORD) + EFI_STATUS_CODE_DATA_MAX_SIZE];
61 @param Data This optional parameter may be used to pass additional data.
76 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
80 Locate Data Hub Protocol and create event for logging data
81 as initialization for data hub status code worker.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibGcc.c 48 UINT8 Data;
50 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (Data) : "d" ((UINT16)Port));
51 return Data;
103 UINT16 Data;
106 __asm__ __volatile__ ("inw %w1,%w0" : "=a" (Data) : "d" ((UINT16)Port));
107 return Data;
161 UINT32 Data;
164 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port));
165 return Data;
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformConfig.c 68 loaded data.
86 VOID *Data;
98 Status = GetVariable2 (mVariableName, &gOvmfPlatformConfigGuid, &Data,
109 CopyMem (PlatformConfig, Data, sizeof *PlatformConfig);
112 CopyMem (PlatformConfig, Data, DataSize);
129 FreePool (Data);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
LegacySpeaker.c 46 UINT8 Data;
47 Data = IoRead8 (EFI_SPEAKER_CONTROL_PORT);
48 Data |= 0x03;
49 IoWrite8(EFI_SPEAKER_CONTROL_PORT, Data);
64 UINT8 Data;
66 Data = IoRead8 (EFI_SPEAKER_CONTROL_PORT);
67 Data &= 0xFC;
68 IoWrite8(EFI_SPEAKER_CONTROL_PORT, Data);
121 UINT8 Data;
123 Data = 0xB6;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 10 // This file defines BlockCounter, an abstract data type used to count
28 /// \brief An abstract data type used to count the number of times a given
31 void *Data;
33 BlockCounter(void *D) : Data(D) {}
36 BlockCounter() : Data(nullptr) {}
  /external/clang/test/SemaTemplate/
dependent-names-no-std.cpp 8 struct Data {};
18 void f(ns::Data); // expected-note {{in namespace 'PR10053::ns'}}
20 A<ns::Data> a; // expected-note {{in instantiation of member function}}
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 44 std::string Data;
45 raw_string_ostream OS(Data);
  /external/llvm/lib/Object/
SymbolicFile.cpp 31 StringRef Data = Object.getBuffer();
33 Type = sys::fs::identify_magic(Data);

Completed in 1274 milliseconds

1 2 3 4 5 6 7 8 91011>>