/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
elfedit-4.d | 13 Data: 2's complement, little endian
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
attr-pid-directive-1.d | 9 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
ia32-1.d | 9 Data: 2's complement, little endian
|
ilp32-1.d | 9 Data: 2's complement, little endian
|
lp64-1.d | 9 Data: 2's complement, little endian
|
protected3-l1om.d | 10 Data: 2's complement, little endian
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/ |
QNCSmmHelpers.c | 262 Register = (UINT64) IoRead8 (PcdGet16 (PcdPm1blkIoBaseAddress) + BitDesc->Reg.Data.acpi);
266 Register = (UINT64) IoRead16 (PcdGet16 (PcdPm1blkIoBaseAddress) + BitDesc->Reg.Data.acpi);
270 Register = (UINT64) IoRead32 (PcdGet16 (PcdPm1blkIoBaseAddress) + BitDesc->Reg.Data.acpi);
305 Register = (UINT64) IoRead8 ((UINT16)(LpcPciCfg32 (R_QNC_LPC_GPE0BLK) & 0xFFFF) + BitDesc->Reg.Data.gpe);
309 Register = (UINT64) IoRead16 ((UINT16)(LpcPciCfg32 (R_QNC_LPC_GPE0BLK) & 0xFFFF) + BitDesc->Reg.Data.gpe);
313 Register = (UINT64) IoRead32 ((UINT16)(LpcPciCfg32 (R_QNC_LPC_GPE0BLK) & 0xFFFF) + BitDesc->Reg.Data.gpe);
340 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes);
350 PciBus = BitDesc->Reg.Data.pci.Fields.Bus;
351 PciDev = BitDesc->Reg.Data.pci.Fields.Dev;
352 PciFun = BitDesc->Reg.Data.pci.Fields.Fnc; [all...] |
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 23 /// This class does not own the underlying data, it is expected to be used in 24 /// situations where the data resides in some other buffer, whose lifetime 41 const T *Data; 51 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {} 54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} 58 : Data(&OneElt), Length(1) {} 61 /*implicit*/ ArrayRef(const T *data, size_t length) 62 : Data(data), Length(length) {} 66 : Data(begin), Length(end - begin) { 132 const T *data() const { return Data; } function in class:llvm::ArrayRef [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
Ax88772.c | 38 UINT32 Data;
49 Data = *pMacAddress++;
58 Carry = (( Crc >> 31 ) & 1 ) ^ ( Data & 1 );
63 Data >>= 1;
398 @retval EFI_SUCCESS The PHY data is available.
399 @retval other The PHY data is not valid.
479 @retval EFI_SUCCESS The PHY data was written.
711 CopyMem (&pRxPacket->Data[0], pData, *pLength);
872 && ( pRxPacket->Length <= sizeof ( pRxPacket->Data ))
885 if ( 0 != ( pRxPacket->Data[0] & 1 )) { [all...] |
/cts/tests/tests/opengl/libopengltest/ |
gl2_jni_libone.cpp | 54 Data data = attachShaderOne(); local 55 LOGI("Attach Shader Error : %d\n", data.mShaderError); 56 LOGI("Shader Count : %d\n", data.mShaderCount); 57 errorAttachShader = data.mShaderError; 58 shaderCount = data.mShaderCount; 60 Data data = attachShaderTwo(); local 61 LOGI("Attach Shader Error : %d\n", data.mShaderError); 62 errorAttachShader = data.mShaderError 64 Data data = attachShaderThree(); local 68 Data data = attachShaderFour(); local 74 Data data = attachShaderFive(); local 78 Data data = attachShaderSix(); local 82 Data data = attachShaderSeven(); local 86 Data data = attachShaderEight(); local 90 Data data = attachShaderNine(); local 94 Data data = attachShaderTen(); local 100 Data data = attachShaderEleven(); local [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
UefiIfrParserExpression.c | 96 // Make the Stack pointer point to the old data in the new stack
113 @param Data Data to push.
123 IN EFI_HII_VALUE *Data
144 CopyMem (*StackPtr, Data, sizeof (EFI_HII_VALUE));
158 @param Data Data to pop.
169 OUT EFI_HII_VALUE *Data
183 CopyMem (Data, *StackPtr, sizeof (EFI_HII_VALUE));
215 EFI_HII_VALUE Data;
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/ |
DataHubStatusCodeWorker.c | 2 Data Hub status code worker.
25 // Cache data hub protocol.
94 return (DATA_HUB_STATUS_CODE_DATA_RECORD *) (Record->Data);
125 RecordData = (DATA_HUB_STATUS_CODE_DATA_RECORD *) Record->Data;
147 Record = CR (RecordData, DATAHUB_STATUSCODE_RECORD, Data[0], DATAHUB_STATUS_CODE_SIGNATURE);
170 @param Data This optional parameter may be used to pass additional data.
185 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
211 // Construct Data Hub Extended Data
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/ |
DataHubStatusCodeWorker.c | 2 Data Hub status code worker.
25 // Cache data hub protocol.
94 return (DATA_HUB_STATUS_CODE_DATA_RECORD *) (Record->Data);
125 RecordData = (DATA_HUB_STATUS_CODE_DATA_RECORD *) Record->Data;
147 Record = CR (RecordData, DATAHUB_STATUSCODE_RECORD, Data[0], DATAHUB_STATUS_CODE_SIGNATURE);
170 @param Data This optional parameter may be used to pass additional data.
184 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
225 // Construct Data Hub Extended Data
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/ |
PlatformStatusCode.c | 78 IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL
90 if ((Data != NULL) && (Value ==(EFI_SOFTWARE_PEI_CORE | EFI_SW_PC_INIT_BEGIN))){
92 ((PEIM_FILE_HANDLE_EXTENDED_DATA *) (Data + 1))->Handle,
123 IN CONST EFI_STATUS_CODE_DATA * Data OPTIONAL
137 if (Data != NULL &&
138 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
150 } else if (Data != NULL &&
151 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
185 if (Data != NULL) {
190 Data
[all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupMembersAdapter.java | 25 import android.provider.ContactsContract.Data; 41 Data.CONTACT_ID, 42 Data.RAW_CONTACT_ID, 43 Data.PHOTO_ID, 44 Data.LOOKUP_KEY, 45 Data.CONTACT_PRESENCE, 46 Data.CONTACT_STATUS, 47 Data.DISPLAY_NAME_PRIMARY, 51 Data.CONTACT_ID, 52 Data.RAW_CONTACT_ID [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
CEATA.c | 185 UINT8 Data;
188 Data = BIT2;
190 Status = FastIO (CardData, Reg_Control, &Data, TRUE);
199 Status = FastIO (CardData, Reg_Control, &Data, FALSE);
203 if ((Data & BIT2) == BIT2) {
215 Data &= ~BIT2;
216 Status = FastIO (CardData, Reg_Control, &Data, TRUE);
222 Status = FastIO (CardData, Reg_Control, &Data, FALSE);
226 if ((Data & BIT2) != BIT2) {
251 @param Buffer If NULL, means no data transfer, neither read nor write. [all...] |
/external/llvm/lib/DebugInfo/CodeView/ |
TypeRecord.cpp | 22 MemberPointerInfo::deserialize(ArrayRef<uint8_t> &Data) { 24 if (auto EC = consumeObject(Data, L)) 35 ArrayRef<uint8_t> &Data) { 37 if (auto EC = consumeObject(Data, L)) 47 ArrayRef<uint8_t> &Data) { 49 if (auto EC = consumeObject(Data, L)) 57 ArrayRef<uint8_t> &Data) { 59 CV_DESERIALIZE(Data, L); 66 MemberFuncIdRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { 69 CV_DESERIALIZE(Data, L, Name) [all...] |
/external/libmojo/mojo/public/cpp/bindings/lib/ |
array_serialization.h | 112 using Data = typename MojomTypeTraits<MojomType>::Data; 113 using DataElement = typename Data::Element; 124 return sizeof(Data) + Align(input->GetSize() * sizeof(DataElement)); 129 Data* output, 141 auto data = input->GetDataIfExists(); 142 if (data) { 143 memcpy(output->storage(), data, size * sizeof(DataElement)); 150 static bool DeserializeElements(Data* input, 157 auto data = iterator.GetDataIfExists() local [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
SymbolRecord.h | 67 ArrayRef<uint8_t> &Data) { 70 CV_DESERIALIZE(Data, H, Name); 106 ArrayRef<uint8_t> &Data) { 111 CV_DESERIALIZE(Data, H, Name, CV_ARRAY_FIELD_TAIL(VariantData)); 139 ArrayRef<uint8_t> &Data) { 142 CV_DESERIALIZE(Data, H); 171 ArrayRef<uint8_t> &Data) { 175 CV_DESERIALIZE(Data, H, Name); 203 ArrayRef<uint8_t> &Data) { 207 CV_DESERIALIZE(Data, H, Name) [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPciUpdate.c | 41 @param Data - AML data buffer
44 @return Data size processed.
48 IN UINT8 *Data,
53 switch (*Data) {
63 CopyMem (Integer, Data + 1, sizeof(UINT8));
66 CopyMem (Integer, Data + 1, sizeof(UINT16));
69 CopyMem (Integer, Data + 1, sizeof(UINT32));
72 CopyMem (Integer, Data + 1, sizeof(UINT64));
103 UINT8 *Data;
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/ |
PyUtility.c | 30 UINT8 *Data;
41 &Data,
62 while (WriteFile(FileHandle, Data, DataLength, &WriteBytes, NULL)) {
68 Data += WriteBytes;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/ |
BsDataHubStatusCode.c | 18 This implements a status code listener that logs status codes into the data
21 to log them to the data hub. The recorder is the producer of the status code in
37 // Cache data hub protocol.
102 return (DATA_HUB_STATUS_CODE_DATA_RECORD *) (Record->Data);
143 RecordData = (DATA_HUB_STATUS_CODE_DATA_RECORD *) Record->Data;
158 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
165 into the data hub.
209 // Construct Data Hub Extended Data
219 if (Data != NULL) { [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/ |
BsDataHubStatusCodeLib.h | 18 Lib to provide data hub status code reporting.
50 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
|
BsSerialStatusCodeLib.h | 50 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
|
RtLedStatusCodeLib.h | 45 IN EFI_STATUS_CODE_DATA * Data OPTIONAL
|