HomeSort by relevance Sort by last modified time
    Searched refs:numZ (Results 1 - 5 of 5) sorted by null

  /external/bzip2/
compress.c 49 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-nBytes )
    [all...]
bzlib.c 121 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;
    [all...]
bzlib_private.h 232 Int32 numZ;
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.h 117 const int32_t numZ );
MoreTeapotsRenderer.cpp 53 const int32_t numZ )
104 teapot_z_ = numZ;

Completed in 33 milliseconds