Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 25 of 61) sorted by relevance

123

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream2/
Dzstream.h115 inline int read(izstream& zs, T* x, Items items) { in read()
129 inline zstringlen::zstringlen(izstream& zs) { in zstringlen()
145 inline char* read_string(izstream& zs) { in read_string()
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
277 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()
/third_party/zlib/contrib/iostream2/
Dzstream.h115 inline int read(izstream& zs, T* x, Items items) { in read()
129 inline zstringlen::zstringlen(izstream& zs) { in zstringlen()
145 inline char* read_string(izstream& zs) { in read_string()
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
277 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream2/
Dzstream.h115 inline int read(izstream& zs, T* x, Items items) { in read()
129 inline zstringlen::zstringlen(izstream& zs) { in zstringlen()
145 inline char* read_string(izstream& zs) { in read_string()
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
277 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()
/third_party/grpc/src/core/lib/compression/
Dmessage_compress.cc34 static int zlib_body(z_stream* zs, grpc_slice_buffer* input, in zlib_body()
36 int (*flate)(z_stream* zs, int flush)) { in zlib_body()
96 z_stream zs; in zlib_compress() local
121 z_stream zs; in zlib_decompress() local
/third_party/boost/libs/beast/test/beast/core/
Dzlib.cpp147 inflate_stream zs; in checkInflate() local
173 deflate_stream zs; in testSpecial() local
176 inflate_stream zs; in testSpecial() local
201 deflate_stream zs; in testCompress() local
/third_party/mesa3d/src/mesa/swrast/
Ds_feedback.c114 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF; in _swrast_select_triangle() local
126 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF; in _swrast_select_line() local
135 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF; in _swrast_select_point() local
/third_party/boost/libs/beast/test/bench/zlib/
Dinflate_stream.cpp72 z_stream zs; in compress() local
103 z_params zs; in doInflateBeast() local
131 z_stream zs; in doInflateZLib() local
Ddeflate_stream.cpp70 z_params zs; in doDeflateBeast() local
94 z_stream zs; in doDeflateZLib() local
/third_party/boost/libs/hana/example/ext/std/integer_sequence/
Dcomparable.cpp16 constexpr std::integer_sequence<long, 1, 2, 3, 4, 5> zs{}; variable
/third_party/boost/libs/hana/example/basic_tuple/
Dmake.cpp14 constexpr auto zs = hana::make_basic_tuple(1, '2', 3.3); variable
/third_party/boost/libs/beast/include/boost/beast/zlib/
Ddeflate_stream.hpp285 z_params& zs, in write()
313 z_params& zs, in params()
Dinflate_stream.hpp209 write(z_params& zs, Flush flush, error_code& ec) in write()
/third_party/boost/boost/beast/zlib/
Ddeflate_stream.hpp285 z_params& zs, in write()
313 z_params& zs, in params()
Dinflate_stream.hpp209 write(z_params& zs, Flush flush, error_code& ec) in write()
/third_party/typescript/tests/baselines/reference/
DarrayLiteralsWithRecursiveGenerics.js23 var zs = [list, null]; // List<number>[] variable
66 var zs = [list, null]; // List<number>[] variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DarrayLiteralsWithRecursiveGenerics.ts22 var zs = [list, null]; // List<number>[] variable
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp667 deflate_stored(z_params& zs, Flush flush) in deflate_stored()
673 deflate_fast(z_params& zs, Flush flush) in deflate_fast()
679 deflate_slow(z_params& zs, Flush flush) in deflate_slow()
685 deflate_rle(z_params& zs, Flush flush) in deflate_rle()
691 deflate_huff(z_params& zs, Flush flush) in deflate_huff()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.hpp667 deflate_stored(z_params& zs, Flush flush) in deflate_stored()
673 deflate_fast(z_params& zs, Flush flush) in deflate_fast()
679 deflate_slow(z_params& zs, Flush flush) in deflate_slow()
685 deflate_rle(z_params& zs, Flush flush) in deflate_rle()
691 deflate_huff(z_params& zs, Flush flush) in deflate_huff()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c87 struct zink_shader *zs, struct zink_gfx_program *prog, in get_shader_module_for_stage()
394 struct zink_shader *zs = comp->shader; in zink_program_update_compute_pipeline_state() local
458 struct zink_shader *zs = NULL; in zink_program_get_descriptor_usage() local
494 struct zink_shader *zs = NULL; in zink_program_descriptor_is_buffer() local
516 get_num_bindings(struct zink_shader *zs, enum zink_descriptor_type type) in get_num_bindings()
839 struct zink_shader *zs = cso; in zink_bind_vs_state() local
Dzink_clear.h45 } zs; member
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c191 bool zs = (z || s); in pan_blitter_emit_rsd() local
727 bool zs) in pan_preload_get_rsd()
802 pan_preload_needed(const struct pan_fb_info *fb, bool zs) in pan_preload_needed()
915 const struct pan_fb_info *fb, bool zs, in pan_preload_emit_textures()
973 struct pan_fb_info *fb, bool zs, in pan_preload_emit_dcd()
1094 struct pan_fb_info *fb, bool zs, in pan_preload_emit_pre_frame_dcd()
1159 struct pan_fb_info *fb, bool zs, in pan_preload_emit_tiler_job()
1194 struct pan_fb_info *fb, bool zs, in pan_preload_fb_part()
/third_party/boost/libs/beast/test/beast/zlib/
Dinflate_stream.cpp43 z_stream zs; member in boost::beast::zlib::inflate_stream_test::ZlibDecompressor
197 z_stream zs; in compress() local
259 z_params zs; in operator ()() local
521 z_params zs; in check() local
Ddeflate_stream.cpp51 z_stream zs{}; member in boost::beast::zlib::deflate_stream_test::ZlibCompressor
210 z_stream zs; in compress() local
244 z_stream zs; in decompress() local
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dvae_mnist.py31 import zhusuan as zs namespace
/third_party/boost/boost/beast/websocket/impl/
Dread.hpp538 zlib::z_params zs; local
1259 zlib::z_params zs; in read_some() local

123