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

  /external/bzip2/
bzlib.h 58 unsigned int total_out_hi32; member in struct:__anon13487
bzlib.c 207 strm->total_out_hi32 = 0;
352 if (s->strm->total_out_lo32 == 0) s->strm->total_out_hi32++;
519 strm->total_out_hi32 = 0;
553 if (s->strm->total_out_lo32 == 0) s->strm->total_out_hi32++;
667 s->strm->total_out_hi32++;
723 if (s->strm->total_out_lo32 == 0) s->strm->total_out_hi32++;
772 if (s->strm->total_out_lo32 == 0) s->strm->total_out_hi32++;
    [all...]
  /external/elfutils/libdwfl/
gzip.c 266 uint64_t total_out = (((uint64_t) z.total_out_hi32 << 32)
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 196 unsigned int total_out_hi32; member in struct:__anon37625
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 189 unsigned int total_out_hi32; member in struct:__anon37923
    [all...]
varinfo6.c 227 unsigned int total_out_hi32; member in struct:__anon37939
    [all...]
  /external/valgrind/perf/
bz2.c 189 unsigned int total_out_hi32; member in struct:__anon38131
    [all...]
test_input_for_tinycc.c 929 unsigned int total_out_hi32; member in struct:__anon38144
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 51 (((long)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
54 (((PY_LONG_LONG)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c     [all...]
zip.c     [all...]

Completed in 371 milliseconds