Home
last modified time | relevance | path

Searched refs:numZ (Results 1 – 7 of 7) sorted by relevance

/external/bzip2/
Dcompress.c49 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); in bsFinishWrite()
50 s->numZ++; in bsFinishWrite()
61 s->zbits[s->numZ] \
63 s->numZ++; \
503 nBytes = s->numZ; in sendMTFValues()
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
518 nBytes = s->numZ; in sendMTFValues()
526 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
529 nBytes = s->numZ; in sendMTFValues()
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
[all …]
Dbzlib.c121 s->numZ = 0; in prepare_new_block()
344 if (s->state_out_pos >= s->numZ) break; in copy_output_until_stop()
371 if (s->state_out_pos < s->numZ) break; in handle_compress()
448 s->state_out_pos < s->numZ) return BZ_FLUSH_OK; in BZ_API()
459 s->state_out_pos < s->numZ) return BZ_FINISH_OK; in BZ_API()
Dbzlib_private.h232 Int32 numZ; member
/external/u-boot/lib/bzip2/
Dbzlib_compress.c89 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); in bsFinishWrite()
90 s->numZ++; in bsFinishWrite()
101 s->zbits[s->numZ] \
103 s->numZ++; \
544 nBytes = s->numZ; in sendMTFValues()
555 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
559 nBytes = s->numZ; in sendMTFValues()
567 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
570 nBytes = s->numZ; in sendMTFValues()
583 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
[all …]
Dbzlib.c173 s->numZ = 0; in prepare_new_block()
395 if (s->state_out_pos >= s->numZ) break; in copy_output_until_stop()
422 if (s->state_out_pos < s->numZ) break; in handle_compress()
499 s->state_out_pos < s->numZ) return BZ_FLUSH_OK; in BZ_API()
510 s->state_out_pos < s->numZ) return BZ_FINISH_OK; in BZ_API()
Dbzlib_private.h264 Int32 numZ; member
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
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]];
1016 const int numP = dimensions().TotalSize() / (numX*numY*numZ);
1020 …eof(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 …device, m_inputImpl, indexMapper, m_kernel, numP, numX, maxX, numY, maxY, numZ, maxZ, kernel_size_…