Searched defs:z_size (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/libz-sys/src/ |
| D | lib.rs | 22 type z_size = if_zng!(usize, c_ulong); typedef 255 destLen: *mut z_size, in compress() 257 sourceLen: z_size, in compress() 262 destLen: *mut z_size, in compress2() 264 sourceLen: z_size, in compress2() 268 pub fn compressBound(sourceLen: z_size) -> z_size; in compressBound() 312 destLen: *mut z_size, in uncompress() 314 sourceLen: z_size, in uncompress()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
| D | work_group_picking.cc | 191 int z_size = std::max(1, 32 / (x_size * y_size)); in GetWorkGroupSizeForApple() local
|
| /external/OpenCL-CTS/test_conformance/thread_dimensions/ |
| D | test_thread_dimensions.cpp | 560 cl_uint x_size, y_size, z_size; in test_thread_dimensions() local
|