Home
last modified time | relevance | path

Searched defs:mem_buf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/spi/common/include/lib/spi/common/
Dutils.h50 struct mem_buf { struct
60 * @mb: pointer to memory buffer - see &struct mem_buf argument
/aosp_15_r20/external/webp/src/demux/
H A Ddemux.c809 static const uint8_t* GetFramePayload(const uint8_t* const mem_buf, in GetFramePayload()
837 const uint8_t* const mem_buf = dmux->mem_.buf_; in SynthesizeFrame() local
899 const uint8_t* const mem_buf = dmux->mem_.buf_; in ChunkCount() local
911 const uint8_t* const mem_buf = dmux->mem_.buf_; in GetChunk() local
933 const uint8_t* const mem_buf = dmux->mem_.buf_; in SetChunk() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstringprintf.cc89 std::vector<char> mem_buf(mem_length); in StringAppendV() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dstring_util.cc72 std::vector<char> mem_buf(mem_length); in StringAppendVT() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dstringprintf.cc98 std::vector<typename StringType::value_type> mem_buf(mem_length); in StringAppendVT() local
/aosp_15_r20/external/libfuse/lib/
H A Dfuse_lowlevel.c639 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len); local
905 struct fuse_bufvec mem_buf = FUSE_BUFVEC_INIT(len); local
/aosp_15_r20/external/webp/src/enc/
H A Dvp8l_enc.c408 uint8_t* mem_buf = NULL; in GetHuffBitLengthsAndCodes() local