Searched refs:ReadSize (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | PerfHelper.cpp | 134 ssize_t ReadSize = ::read(FileDescriptor, &Count, sizeof(Count)); in readOrError() local 135 if (ReadSize != sizeof(Count)) in readOrError()
|
/external/protobuf/src/google/protobuf/ |
D | parse_context.cc | 76 int32 size = ReadSize(&ptr); in ParseEndsInSlopRegion() 363 int size = ReadSize(&ptr); in InlineGreedyStringParser() 459 int size = ReadSize(&ptr); in FixedParser() 509 int size = ReadSize(&ptr); in ParseLengthDelimited()
|
D | extension_set_inl.h | 171 int size = ReadSize(&ptr); in ParseFieldWithExtensionInfo() 254 int32 size = ReadSize(&ptr); in ParseMessageSetItemTmpl()
|
D | parse_context.h | 518 inline uint32 ReadSize(const char** pp) { in ReadSize() function 574 int size = ReadSize(&ptr); in ParseMessage() 587 int size = ReadSize(&ptr); in ReadPackedVarint()
|
D | unknown_field_set.cc | 330 int size = ReadSize(&ptr); in ParseLengthDelimited()
|
D | map_type_handler.h | 440 int size = ReadSize(&ptr); 448 int size = ReadSize(&ptr);
|
/external/perfetto/src/trace_processor/containers/ |
D | string_pool.h | 252 static const uint8_t* ReadSize(const uint8_t* ptr, uint32_t* size) { in ReadSize() function 266 const uint8_t* str_ptr = ReadSize(ptr, &size); in GetFromBlockPtr()
|
D | string_pool.cc | 141 ptr = ReadSize(ptr, &str_size); in operator ++()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 511 uint64_t ReadSize = ReadSizeExpr.getValue(); in evalLoadExpr() local 512 if (ReadSize < 1 || ReadSize > 8) in evalLoadExpr() 535 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 512 uint64_t ReadSize = ReadSizeExpr.getValue(); in evalLoadExpr() local 513 if (ReadSize < 1 || ReadSize > 8) in evalLoadExpr() 536 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 517 uint64_t ReadSize = ReadSizeExpr.getValue(); in evalLoadExpr() local 518 if (ReadSize < 1 || ReadSize > 8) in evalLoadExpr() 536 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
|