Home
last modified time | relevance | path

Searched refs:uncompressed_length (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputstream.cc105 size_t uncompressed_length; in Inflate() local
108 &uncompressed_length)) { in Inflate()
113 if (output_buffer_bytes_ < uncompressed_length) { in Inflate()
118 uncompressed_length, " bytes."); in Inflate()
126 avail_out_ += uncompressed_length; in Inflate()
Dsnappy_inputbuffer.cc104 size_t uncompressed_length; in Inflate() local
106 &uncompressed_length)) { in Inflate()
114 DCHECK_GE(output_buffer_capacity_, uncompressed_length); in Inflate()
124 avail_out_ += uncompressed_length; in Inflate()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DNSData+GRPC.m42 size_t uncompressed_length = GRPC_SLICE_LENGTH(slice);
43 char *result = malloc(uncompressed_length);
45 memcpy(result, GRPC_SLICE_START_PTR(slice), uncompressed_length);
49 *length = uncompressed_length;
/external/pdfium/third_party/libpng16/
Dpngrutil.c2666 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2673 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()
2686 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()
2691 text.text_length = uncompressed_length; in png_handle_zTXt()
2782 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local
2807 uncompressed_length = length - prefix_length; in png_handle_iTXt()
2811 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()
2818 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()
2832 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()
2845 text.itxt_length = uncompressed_length; in png_handle_iTXt()
/external/libpng/
Dpngrutil.c2666 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2673 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()
2686 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()
2691 text.text_length = uncompressed_length; in png_handle_zTXt()
2782 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local
2807 uncompressed_length = length - prefix_length; in png_handle_iTXt()
2811 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()
2818 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()
2832 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()
2845 text.itxt_length = uncompressed_length; in png_handle_iTXt()