HomeSort by relevance Sort by last modified time
    Searched defs:total_in (Results 1 - 14 of 14) sorted by null

  /external/freetype/src/gzip/
zlib.h 71 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
116 The fields total_in and total_out can be used for statistics or
117 progress reports. After compression, total_in holds the total size of
259 so far (that is, total_in bytes).
563 case, the application may save the current value of total_in which
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 364 uint32_t total_in = 0; local
436 total_in += vp->inputs[i].ncomp;
469 total_in = 1;
474 OUT_RING(ring, A3XX_VFD_CONTROL_0_TOTALATTRTOVS(total_in) |
619 uint32_t stride_in_vpc = align(fp->total_in, 4) / 4;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 371 uint32_t total_in = 0; local
444 total_in += vp->inputs[i].ncomp;
477 total_in = 1;
482 OUT_RING(ring, A4XX_VFD_CONTROL_0_TOTALATTRTOVS(total_in) |
613 if (fp->total_in > 0) {
614 uint32_t varout = align(fp->total_in, 16) / 16;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 88 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
157 reports. After compression, total_in holds the total size of the
335 so far (that is, total_in bytes).
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 89 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
161 reports. After compression, total_in holds the total size of the
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_shader.h 191 unsigned total_in; member in struct:ir3_shader_variant
374 if (fs->inputs[j].inloc >= fs->total_in)
  /external/python/cpython2/Modules/zlib/
zlib.h 88 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
157 reports. After compression, total_in holds the total size of the
335 so far (that is, total_in bytes).
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 89 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
161 reports. After compression, total_in holds the total size of the
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
    [all...]
  /external/syslinux/com32/include/
zlib.h 88 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
157 reports. After compression, total_in holds the total size of the
334 so far (that is, total_in bytes).
    [all...]
  /external/zlib/src/
zlib.h 89 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
161 reports. After compression, total_in holds the total size of the
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 88 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or
157 progress reports. After compression, total_in holds the total size of
333 so far (that is, total_in bytes).
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 88 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
157 reports. After compression, total_in holds the total size of the
335 so far (that is, total_in bytes).
    [all...]

Completed in 317 milliseconds