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

  /external/bzip2/
bzlib.h 194 unsigned int* nbytes_in_lo32,
bzip2.c 334 UInt32 nbytes_in_lo32, nbytes_in_hi32; local
361 &nbytes_in_lo32, &nbytes_in_hi32,
382 if (nbytes_in_lo32 == 0 && nbytes_in_hi32 == 0) {
389 nbytes_in_lo32, nbytes_in_hi32 );
411 &nbytes_in_lo32, &nbytes_in_hi32,
    [all...]
bzlib.c 1025 unsigned int* nbytes_in_lo32,
1040 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0;
    [all...]