Searched defs:out_func (Results 1 - 16 of 16) sorted by relevance
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
H A D | zconf.h | 49 # define out_func z_out_func macro
|
H A D | zlib.h | 878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 882 out_func out, void FAR *out_desc)); 909 parameters and return types are defined above in the in_func and out_func
|
/external/pixman/pixman/ |
H A D | pixman-implementation.c | 84 pixman_composite_func_t *out_func) 112 *out_func = cache->cache[i].fast_path.func; 138 *out_func = info->func; 161 *out_func = dummy_composite_rect; 178 cache->cache[0].fast_path.func = *out_func; 75 _pixman_implementation_lookup_composite(pixman_implementation_t *toplevel, pixman_op_t op, pixman_format_code_t src_format, uint32_t src_flags, pixman_format_code_t mask_format, uint32_t mask_flags, pixman_format_code_t dest_format, uint32_t dest_flags, pixman_implementation_t **out_imp, pixman_composite_func_t *out_func) argument
|
/external/chromium_org/third_party/zlib/ |
H A D | mozzconf.h | 119 #define out_func MOZ_Z_out_func macro
|
H A D | zlib.h | 976 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 980 out_func out, void FAR *out_desc)); 1007 parameters and return types are defined above in the in_func and out_func
|
H A D | zconf.h | 122 # define out_func z_out_func macro
|
/external/qemu/distrib/zlib-1.2.8/ |
H A D | zlib.h | 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 1031 out_func out, void FAR *out_desc)); 1059 parameters and return types are defined above in the in_func and out_func
|
H A D | zconf.h | 140 # define out_func z_out_func macro
|
/external/zlib/src/ |
H A D | zlib.h | 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 1031 out_func out, void FAR *out_desc)); 1059 parameters and return types are defined above in the in_func and out_func
|
H A D | zconf.h | 140 # define out_func z_out_func macro
|
/external/zlib/ |
H A D | zlib.h | 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 1031 out_func out, void FAR *out_desc)); 1059 parameters and return types are defined above in the in_func and out_func
|
H A D | zconf.h | 140 # define out_func z_out_func macro
|
/external/pdfium/core/include/thirdparties/zlib/ |
H A D | zconf.h | 140 # define out_func z_out_func
macro
|
H A D | zlib.h | 1087 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
typedef 1091 out_func out, void FAR *out_desc));
1119 parameters and return types are defined above in the in_func and out_func
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | zconf.h | 140 # define out_func z_out_func macro
|
H A D | zlib.h | 1091 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); typedef 1095 out_func out, void FAR *out_desc)); 1123 parameters and return types are defined above in the in_func and out_func
|
Completed in 138 milliseconds