/external/u-boot/lib/zlib/ |
D | deflate.h | 94 typedef struct internal_state { struct 95 z_streamp strm; /* pointer back to this zlib stream */ 96 int status; /* as the name implies */ 97 Bytef *pending_buf; /* output still pending */ 98 ulg pending_buf_size; /* size of pending_buf */ 99 Bytef *pending_out; /* next pending byte to output to the stream */ 100 uInt pending; /* nb of bytes in the pending buffer */ 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 102 gz_headerp gzhead; /* gzip header information to write */ 103 uInt gzindex; /* where in extra, name, or comment */ [all …]
|
D | zutil.c | 11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
/external/v8/third_party/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h | 176 # define internal_state z_internal_state macro
|
/external/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h | 180 # define internal_state z_internal_state macro
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h | 164 # define internal_state z_internal_state macro
|
D | zconf.h.in | 164 # define internal_state z_internal_state macro
|
/external/freetype/src/gzip/ |
D | inflate.c | 30 struct internal_state { struct 33 inflate_mode mode; /* current inflate mode */ 36 union { 43 } sub; /* submode */ 46 int nowrap; /* flag for no wrapper */ 47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ 49 *blocks; /* current inflate_blocks state */
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | binding.h | 243 internal::BindingState<Interface, ImplRefTraits>* internal_state() { in internal_state() function
|
D | interface_ptr.h | 203 internal::InterfacePtrState<Interface>* internal_state() { in internal_state() function
|
D | associated_interface_ptr.h | 166 internal::AssociatedInterfacePtrState<Interface>* internal_state() { in internal_state() function
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.h | 297 DataSourceState* internal_state = nullptr; member
|
D | tracing_muxer_impl.cc | 525 auto* internal_state = in SetupDataSource() local 545 auto* internal_state = in SetupDataSource() local 892 auto* internal_state = static_state->TryGet(i); in FindDataSource() local
|
/external/perfetto/include/perfetto/tracing/ |
D | data_source.h | 212 auto* internal_state = static_state_.TryGet(instance_index_); in GetDataSourceLocked() local
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 721 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 257 #define internal_state mz_internal_state macro
|