Searched defs:uLong (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | ioapi.h | 37 typedef uLong(ZCALLBACK* read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef 38 typedef uLong(ZCALLBACK* write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong … typedef
|
A D | zconf.in.h | 52 # define uLong z_uLong macro 264 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
A D | zconf.h | 122 # define uLong z_uLong macro 336 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | zconf.h | 41 # define uLong z_uLong macro 222 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
A D | zutil.h | 205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, typedef
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | ioapi.h | 136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLon… typedef 137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf… typedef
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zconf.h | 156 # define uLong z_uLong macro 394 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
A D | zconf.h.in | 156 # define uLong z_uLong macro 394 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zconf.h | 156 # define uLong z_uLong macro 394 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 406 typedef mz_ulong uLong; typedef
|
Completed in 27 milliseconds