Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A 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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/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
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A 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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A 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
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A 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
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp690 struct BlockDesc struct
692 DataType type;
693 Channel channel;
694 int MSB;
695 int LSB;
696 ModeDesc modeDesc;
698 constexpr BlockDesc() in BlockDesc() argument
707 constexpr BlockDesc(const DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() argument
716 constexpr BlockDesc(DataType type, Channel channel, int MSB, int LSB) in BlockDesc() function