Home
last modified time | relevance | path

Searched defs:wuffs_lzw__decoder__struct (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wuffs-mirror-release-c/release/c/
H A Dwuffs-v0.2.c2936 struct wuffs_lzw__decoder__struct { struct
2946 struct {
2966 } private_impl;
2968 struct {
2973 } private_data;
3000 initialize(size_t sizeof_star_self, in initialize()
3031 wuffs_lzw__decoder__struct(const wuffs_lzw__decoder__struct&) = delete; argument
3032 wuffs_lzw__decoder__struct& operator=(const wuffs_lzw__decoder__struct&) = argument
H A Dwuffs-v0.3.c7562 struct wuffs_lzw__decoder__struct { struct
7570 struct {
7592 } private_impl;
7594 struct {
7598 } private_data;
7602 using unique_ptr = std::unique_ptr<wuffs_lzw__decoder, decltype(&free)>;
7630 wuffs_lzw__decoder__struct() = delete; argument
7632 wuffs_lzw__decoder__struct& operator=( argument
7645 uint8_t dead_weight[123000000]; // 123 MB.
7649 initialize( in initialize()
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c7571 struct wuffs_lzw__decoder__struct { struct
7579 struct {
7601 } private_impl;
7603 struct {
7607 } private_data;
7611 using unique_ptr = std::unique_ptr<wuffs_lzw__decoder, decltype(&free)>;
7639 wuffs_lzw__decoder__struct() = delete; argument
7641 wuffs_lzw__decoder__struct& operator=( argument
7654 uint8_t dead_weight[123000000]; // 123 MB.
7658 initialize( in initialize()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/wuffs/
H A Dwuffs-v0.4.c10030 struct wuffs_lzw__decoder__struct { struct
10038 struct {
10060 } private_impl;
10062 struct {
10066 } private_data;
10070 using unique_ptr = std::unique_ptr<wuffs_lzw__decoder, wuffs_unique_ptr_deleter>;
10098 wuffs_lzw__decoder__struct() = delete; argument
10100 wuffs_lzw__decoder__struct& operator=( argument
10113 uint8_t dead_weight[123000000]; // 123 MB.
10117 initialize( in initialize()
[all …]