Searched refs:BlobSize (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 92 for (unsigned I = 0, BlobSize = 0, E = BlobData.size(); BlobSize < E; in TEST() local 93 BlobSize += ++I) { in TEST() 94 StringRef BlobIn((const char *)BlobData.begin(), BlobSize); in TEST()
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 188 for (unsigned I = 0, BlobSize = 0, E = BlobData.size(); BlobSize < E; in TEST() local 189 BlobSize += ++I) { in TEST() 190 StringRef BlobIn((const char *)BlobData.begin(), BlobSize); in TEST()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2317 …ndle ptr[inout, intptr], ErrorBlob ptr[inout, ptr[inout, array[int8]]], BlobSize ptr[inout, int64]) 2318 RpcErrorLoadErrorInfo(ErrorBlob ptr[inout, array[int8]], BlobSize int64, EnumHandle ptr[inout, intp…
|