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

  /external/elfutils/libelf/
elf_compress.c 117 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); local
118 if (zrc != Z_OK)
166 zrc = deflate (&z, flush);
167 if (zrc == Z_STREAM_ERROR)
202 zrc = deflateEnd (&z);
203 if (zrc != Z_OK)
231 int zrc = inflateInit (&z); local
232 while (z.avail_in > 0 && likely (zrc == Z_OK))
235 zrc = inflate (&z, Z_FINISH);
236 if (unlikely (zrc != Z_STREAM_END)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 153 float zrc = (float) Math.cos(rot * Math.PI / 180.0); local
154 zRotateMatrix(zrs, zrc);
  /system/extras/simpleperf/
read_apk.cpp 78 int zrc; local
79 while ((zrc = Next(iteration_cookie, &zentry, &zname)) == 0) {

Completed in 146 milliseconds