Home
last modified time | relevance | path

Searched defs:BlockDesc (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/base/internal/
Dlow_level_alloc_test.cc40 struct BlockDesc { struct
41 char *ptr; // pointer to memory
42 int len; // number of bytes
43 int fill; // filled with data starting with this
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc44 struct BlockDesc { struct
45 char *ptr; // pointer to memory
46 int len; // number of bytes
47 int fill; // filled with data starting with this
/external/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc38 struct BlockDesc { struct
39 char *ptr; // pointer to memory
40 int len; // number of bytes
41 int fill; // filled with data starting with this
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc40 struct BlockDesc { struct
41 char *ptr; // pointer to memory
42 int len; // number of bytes
43 int fill; // filled with data starting with this
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc38 struct BlockDesc { struct
39 char *ptr; // pointer to memory
40 int len; // number of bytes
41 int fill; // filled with data starting with this
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dlow_level_alloc_test.cc40 struct BlockDesc { struct
41 char *ptr; // pointer to memory
42 int len; // number of bytes
43 int fill; // filled with data starting with this
/external/swiftshader/src/Device/
DBC_Decoder.cpp695 struct BlockDesc struct
697 DataType type;
698 Channel channel;
699 int MSB;
700 int LSB;
701 ModeDesc modeDesc;
705 BlockDesc(DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() function
714 BlockDesc(DataType type, Channel channel, int MSB, int LSB) in BlockDesc() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBlockInCriticalSectionChecker.cpp161 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local