/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
Crc32.h | 22 IN UINT8 *Data,
34 Data - The buffer contaning the data to be processed
35 DataSize - The size of data to be processed
37 contains the CRC32 checksum of Data
42 EFI_INVALID_PARAMETER - Data / CrcOut = NULL, or DataSize = 0
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Guid/ |
ExtractSection.h | 32 EXTRACT_SECTION_DATA Data;
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
Match.h | 25 @param[in] Data The pointer to corresponding Data.
35 IN VOID *Data,
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
Hash.h | 21 uint32_t hashBufferV8(ArrayRef<uint8_t> Data);
|
/external/llvm/lib/Fuzzer/test/ |
AccumulateAllocationsTest.cpp | 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
InitializeTest.cpp | 20 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { 21 if (strncmp(reinterpret_cast<const char*>(Data), argv0, Size)) {
|
SimpleDictionaryTest.cpp | 16 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { 21 if (Expected[i] + Zero == Data[i])
|
/external/pdfium/xfa/fde/css/ |
cfde_cssrulecollection.h | 24 class Data { 26 Data(CFDE_CSSSelector* pSel, CFDE_CSSDeclaration* pDecl); 39 const std::vector<std::unique_ptr<Data>>* GetTagRuleData( 47 std::map<uint32_t, std::vector<std::unique_ptr<Data>>> m_TagRules;
|
/external/testng/src/test/java/test/junit/testsetup/ |
ATest.java | 10 Data d = TestSuiteContainerWrapper.getData();
|
/external/v8/src/compiler/ |
basic-block-instrumentor.h | 23 static BasicBlockProfiler::Data* Instrument(CompilationInfo* info,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
eapmethodtypes.h | 18 BYTE Data[1];
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
StringRef.h | 26 /// This class does not own the string data, it is expected to be used in 27 /// situations where the character data resides in some other buffer, whose 39 const char *Data; 62 /*implicit*/ StringRef() : Data(0), Length(0) {} 66 : Data(Str) { 72 /*implicit*/ StringRef(const char *data, size_t length) 73 : Data(data), Length(length) { 74 assert((data || length == 0) && 80 : Data(Str.data()), Length(Str.length()) { 96 const char *data() const { return Data; } function in class:llvm::StringRef [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
CommPs2.c | 36 UINT8 Data;
48 Status = In8042Data (IsaIo, &Data);
53 if (Data != 0x55) {
64 Status = In8042Data (IsaIo, &Data);
74 Data |= CMD_SYS_FLAG;
75 Status = Out8042Data (IsaIo, Data);
170 UINT8 Data;
180 Status = In8042Data (IsaIo, &Data);
187 if ((Data & CMD_KB_STS) == CMD_KB_DIS) {
209 UINT8 Data;
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
CommPs2.c | 36 UINT8 Data;
48 Status = In8042Data (IsaIo, &Data);
53 if (Data != 0x55) {
64 Status = In8042Data (IsaIo, &Data);
74 Data |= CMD_SYS_FLAG;
75 Status = Out8042Data (IsaIo, Data);
170 UINT8 Data;
180 Status = In8042Data (IsaIo, &Data);
187 if ((Data & CMD_KB_STS) == CMD_KB_DIS) {
209 UINT8 Data;
[all...] |
/external/clang/test/SemaCXX/ |
cxx1y-variable-templates_in_class.cpp | 45 template<typename T, typename T0> CONST T B2::right = T(100); // expected-error {{static data member 'right' already has an initializer}} 46 template<typename T> CONST T B2::right<T,int> = T(5); // expected-error {{static data member 'right' already has an initializer}} 75 template<typename T> static T wrong_inst_defined = T(10); // expected-error {{non-const static data member must be initialized out of line}} 83 template int A::wrong_inst_defined<int>; // expected-note {{in instantiation of static data member 'non_const_init::A::wrong_inst_defined<int>' requested here}} 90 template<typename T> static T wrong_inst<T*> = T(100); // expected-error {{non-const static data member must be initialized out of line}} expected-note {{refers here}} 99 template int B::wrong_inst<int*>; // expected-note {{in instantiation of static data member 'non_const_init::B::wrong_inst<int *>' requested here}} 114 template<typename U> static U Data; 115 template<typename U> static CONST U Data<U*> = U(); // expected-note {{here}} 120 const int c0_test = C0::Data<int*>; 122 template const int C0::Data<int*>; // expected-error {{undefined} [all...] |
/cts/tests/tests/opengl/libopengltest/ |
attach_shader_eight.cpp | 25 Data attachShaderEight(){ 32 Data data = {error, -9 , -1}; local 35 return data;
|
attach_shader_nine.cpp | 25 Data attachShaderNine(){ 31 Data data = {error, -9, -1}; local 34 return data;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/ |
LzmaHobCustomDecompressLib.c | 47 Hob->Data.SectionGetInfo,
48 Hob->Data.SectionExtraction
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/ |
TpmComm.c | 18 Single function calculates SHA1 digest value for all raw data. It
21 @param[in] Data Raw data to be digested.
22 @param[in] DataLen Size of the raw data.
30 IN CONST UINT8 *Data,
43 Sha1Update (Sha1Ctx, Data, DataLen);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
SetVar.c | 73 CONST CHAR16 *Data;
119 Data = ShellCommandLineGetRawValue(Package, 2);
130 if (Data == NULL || Data[0] != L'=') {
149 } else if (StrCmp(Data, L"=") == 0) {
165 ASSERT(Data[0] == L'=');
166 Data++;
167 ASSERT(Data[0] != L'\0');
197 // What type is the new data.
199 if (IsStringOfHexNibbles(Data)) {
[all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
WeakHashMapTest.java | 26 static Data[] data = new Data[100]; field in class:WeakHashMapTest 30 WeakHashMap<Data, String> map = new WeakHashMap<>(); 31 for(int i = 0; i < data.length; i++) { 32 map.put(data[i], ""); 36 for(int i = 0; i < data.length; i++) { 37 assertEquals(data[i].value, map.get(data[i])); 41 map.replaceAll(new java.util.function.BiFunction<Data, String, String>() [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
route_freebsd_64bit.go | 13 return &RouteMessage{Header: p.Header, Data: b[rsaAlignOf(int(unsafe.Offsetof(p.Header.Rmx))+SizeofRtMetrics):any.Msglen]} 18 return &InterfaceMessage{Header: p.Header, Data: b[int(unsafe.Offsetof(p.Header.Data))+int(p.Header.Data.Datalen) : any.Msglen]}
|
/prebuilts/go/linux-x86/src/syscall/ |
route_freebsd_64bit.go | 13 return &RouteMessage{Header: p.Header, Data: b[rsaAlignOf(int(unsafe.Offsetof(p.Header.Rmx))+SizeofRtMetrics):any.Msglen]} 18 return &InterfaceMessage{Header: p.Header, Data: b[int(unsafe.Offsetof(p.Header.Data))+int(p.Header.Data.Datalen) : any.Msglen]}
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
attr-gnu-4-10.d | 9 Data: 2's complement,.*
|
attr-gnu-4-50.d | 9 Data: 2's complement,.*
|