Searched refs:numZ (Results 1 - 9 of 9) sorted by relevance

/external/bzip2/
H A Dcompress.c49 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
50 s->numZ++;
61 s->zbits[s->numZ] \
63 s->numZ++; \
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ
[all...]
H A Dbzlib.c121 s->numZ = 0;
344 if (s->state_out_pos >= s->numZ) break;
371 if (s->state_out_pos < s->numZ) break;
448 s->state_out_pos < s->numZ) return BZ_FLUSH_OK;
459 s->state_out_pos < s->numZ) return BZ_FINISH_OK;
H A Dbzlib_private.h232 Int32 numZ; member in struct:__anon1083
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConvolution.h691 const size_t maxX, const size_t numY, const size_t maxY, const size_t numZ,
706 const int last_z = (first_z + maxZ < numZ ? first_z + maxZ : numZ) - 1;
1015 const int numZ = dimensions()[m_indices[idxZ]]; local
1016 const int numP = dimensions().TotalSize() / (numX*numY*numZ);
1020 const int maxZ = numext::mini<int>(128, numext::mini<int>(maxSharedMem / (sizeof(Scalar) * (maxX + kernel_size_x - 1) * (maxY + kernel_size_y - 1)) - kernel_size_z + 1, numZ));
1026 dim3 num_blocks(ceil(numX, maxX), ceil(numY, maxY), ceil(numZ, maxZ));
1040 LAUNCH_CUDA_KERNEL((EigenConvolutionKernel3D<TensorEvaluator<InputArgType, GpuDevice>, Index, InputDims>), num_blocks, block_size, shared_mem, m_device, m_inputImpl, indexMapper, m_kernel, numP, numX, maxX, numY, maxY, numZ, maxZ, kernel_size_x, kernel_size_y, kernel_size_z, data);
686 EigenConvolutionKernel3D( InputEvaluator eval, const internal::IndexMapper<Index, InputDims, 3, InputEvaluator::Layout> indexMapper, const float* __restrict kernel, const size_t numPlanes, const size_t numX, const size_t maxX, const size_t numY, const size_t maxY, const size_t numZ, const size_t maxZ, const size_t kernelSizeX, const size_t kernelSizeY, const size_t kernelSizeZ, float* buffer) argument
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c621 Int32 numZ; member in struct:__anon29327
3476 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3477 s->numZ++;
3488 s->zbits[s->numZ] \
3490 s->numZ++; \
3930 nBytes = s->numZ;
3941 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
3953 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3956 nBytes = s->numZ;
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c614 Int32 numZ; member in struct:__anon29625
3467 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3468 s->numZ++;
3479 s->zbits[s->numZ] \
3481 s->numZ++; \
3921 nBytes = s->numZ;
3932 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3936 nBytes = s->numZ;
3944 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3947 nBytes = s->numZ;
[all...]
H A Dvarinfo6.c652 Int32 numZ; member in struct:__anon29641
3505 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3506 s->numZ++;
3517 s->zbits[s->numZ] \
3519 s->numZ++; \
3958 nBytes = s->numZ;
3969 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3973 nBytes = s->numZ;
3981 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3984 nBytes = s->numZ;
[all...]
/external/valgrind/perf/
H A Dbz2.c614 Int32 numZ; member in struct:__anon29835
3465 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3466 s->numZ++;
3477 s->zbits[s->numZ] \
3479 s->numZ++; \
3919 nBytes = s->numZ;
3930 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3934 nBytes = s->numZ;
3942 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
[all...]
H A Dtest_input_for_tinycc.c1042 Int32 numZ; member in struct:__anon29848
2877 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
2878 s->numZ++;
2888 { while (s->bsLive >= 8) { s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); s->numZ++; s->bsBuff <<= 8; s->bsLive -= 8; } };
3283 nBytes = s->numZ;
3294 vex_printf(" bytes: mapping %d, ",s->numZ-nBytes);
3298 nBytes = s->numZ;
3306 vex_printf("selectors %d, ",s->numZ-nBytes);
3309 nBytes = s->numZ;
[all...]

Completed in 280 milliseconds