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

  /external/libpng/contrib/gregbook/
readpng.h 74 typedef unsigned long ulg; typedef
81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
86 ulg *pRowbytes);
readpng2.h 80 typedef unsigned long ulg; typedef
84 ulg width;
85 ulg height;
89 void (*mainprog_display_row)(ulg row_num);
114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
writepng.h 88 typedef unsigned long ulg; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 45 typedef unsigned long ulg; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 48 typedef unsigned long ulg; typedef
  /external/freetype/src/gzip/
zutil.h 38 typedef unsigned long ulg; typedef
  /external/pdfium/third_party/zlib_v128/
zutil.h 47 typedef unsigned long ulg; typedef
  /external/python/cpython2/Modules/zlib/
zutil.h 45 typedef unsigned long ulg; typedef
  /external/syslinux/com32/lib/zlib/
zutil.h 41 typedef unsigned long ulg; typedef
  /external/zlib/src/
zutil.h 45 typedef unsigned long ulg; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 59 typedef unsigned long ulg; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 59 typedef unsigned long ulg; typedef
  /external/syslinux/memdisk/
unzip.c 31 typedef uint32_t ulg; typedef
75 static ulg crc_32_tab[256];
96 static ulg bytes_out = 0; /* Number of bytes output */
98 static ulg output_size; /* Number of output bytes expected */
103 static ulg free_mem_ptr, free_mem_end_ptr;
158 ulg c = crc; /* temporary variable */
173 bytes_out += (ulg) outcnt;

Completed in 6101 milliseconds