Home
last modified time | relevance | path

Searched refs:opaque (Results 1 - 25 of 481) sorted by relevance

12345678910>>...20

/third_party/skia/tests/
H A DSkColorSpaceXformStepsTest.cpp20 opaque = kOpaque_SkAlphaType, in DEF_TEST() local
51 // If opaque, we need neither the initial unpremul, nor the premul later. in DEF_TEST()
52 { adobe, srgb, opaque, premul, false,true,true,true,false }, in DEF_TEST()
53 { srgb, adobe, opaque, premul, false,true,true,true,false }, in DEF_TEST()
70 { srgb, srgb22, opaque, premul, false,true,false,true,false }, in DEF_TEST()
71 { srgb22, srgb, opaque, premul, false,true,false,true,false }, in DEF_TEST()
77 { srgb, srgb, opaque, premul, false,false,false,false,false }, in DEF_TEST()
88 { adobe1, srgb1, opaque, premul, false,false,true,false,false }, in DEF_TEST()
93 { srgb, srgb1, opaque, premul, false, true,false,false,false }, in DEF_TEST()
95 { srgb, adobe1, opaque, premu in DEF_TEST()
[all...]
/third_party/zlib/contrib/minizip/
H A Dioapi.c34 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64()
51 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64()
58 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
79 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
86 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { in fopen_file_func() argument
89 (void)opaque; in fopen_file_func()
104 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument
123 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument
130 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument
137 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument
145 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument
152 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument
175 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument
201 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument
208 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument
[all...]
H A Dioapi.h139 typedef voidpf (ZCALLBACK *open_file_func) (voidpf opaque, const char* filename, int mode);
140 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size);
141 typedef uLong (ZCALLBACK *write_file_func) (voidpf opaque, voidpf stream, const void* buf, uLong size);
142 typedef int (ZCALLBACK *close_file_func) (voidpf opaque, voidpf stream);
143 typedef int (ZCALLBACK *testerror_file_func) (voidpf opaque, voidpf stream);
145 typedef long (ZCALLBACK *tell_file_func) (voidpf opaque, voidpf stream);
146 typedef long (ZCALLBACK *seek_file_func) (voidpf opaque, voidpf stream, uLong offset, int origin);
159 voidpf opaque; member
162 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) (voidpf opaque, voidpf stream);
163 typedef long (ZCALLBACK *seek64_file_func) (voidpf opaque, voidp
175 voidpf opaque; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
85 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
125 ptr = opaque; /* just to make some compilers happy */ in zcfree()
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
144 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
150 if (opaque) opaque in zcfree()
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dioapi.c34 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64()
51 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64()
58 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidp
95 fopen_file_func(voidpf opaque, const char* filename, int mode) fopen_file_func() argument
113 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument
132 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument
139 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument
146 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument
154 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument
161 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument
184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument
210 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument
217 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument
[all...]
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
155 voidpf opaque; member
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidp
171 voidpf opaque; global() member
[all...]
H A Diowin32.c41 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
42 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
44 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
45 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
46 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
47 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,cons argument
174 win32_open_file_func(voidpf opaque,const char* filename,int mode) win32_open_file_func() argument
203 win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) win32_read_file_func() argument
225 win32_write_file_func(voidpf opaque,voidpf stream,const void* buf,uLong size) win32_write_file_func() argument
266 win32_tell_file_func(voidpf opaque,voidpf stream) win32_tell_file_func() argument
289 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument
314 win32_seek_file_func(voidpf opaque,voidpf stream,uLong offset,int origin) win32_seek_file_func() argument
352 win32_seek64_file_func(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) win32_seek64_file_func() argument
391 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument
409 win32_error_file_func(voidpf opaque,voidpf stream) win32_error_file_func() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dioapi.c34 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64()
51 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64()
58 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidp
95 fopen_file_func(voidpf opaque, const char* filename, int mode) fopen_file_func() argument
113 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument
132 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) fread_file_func() argument
139 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument
146 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument
154 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument
161 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument
184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument
210 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument
217 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument
[all...]
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
155 voidpf opaque; member
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidp
171 voidpf opaque; global() member
[all...]
H A Diowin32.c41 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
42 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
44 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
45 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
46 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
47 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,cons argument
174 win32_open_file_func(voidpf opaque,const char* filename,int mode) win32_open_file_func() argument
203 win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) win32_read_file_func() argument
225 win32_write_file_func(voidpf opaque,voidpf stream,const void* buf,uLong size) win32_write_file_func() argument
266 win32_tell_file_func(voidpf opaque,voidpf stream) win32_tell_file_func() argument
289 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument
314 win32_seek_file_func(voidpf opaque,voidpf stream,uLong offset,int origin) win32_seek_file_func() argument
352 win32_seek64_file_func(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) win32_seek64_file_func() argument
391 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument
409 win32_error_file_func(voidpf opaque,voidpf stream) win32_error_file_func() argument
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dzutil.c216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
218 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
258 ptr = opaque; /* just to make some compilers happy */ in zcfree()
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
277 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
283 if (opaque) opaque in zcfree()
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc45 void* ZipOpenFunc(void* opaque, const void* filename, int mode) { in ZipOpenFunc() argument
91 void* FdOpenFileFunc(void* opaque, const void* filename, int mode) { in FdOpenFileFunc() argument
103 int fd = dup(*static_cast<int*>(opaque)); in FdOpenFileFunc()
111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
113 free(opaque); // malloc'ed in FillFdOpenFileFunc() in FdCloseFileFunc()
125 pzlib_filefunc_def->opaque = ptr_fd; in FillFdOpenFileFunc()
132 void* HandleOpenFileFunc(void* opaque, const void* /*filename*/, int mode) { in HandleOpenFileFunc() argument
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
153 // expect their opaque parameter
166 OpenZipBuffer(void* opaque, const void* , int mode) OpenZipBuffer() argument
180 ReadZipBuffer(void* opaque, void* , void* buf, uLong size) ReadZipBuffer() argument
204 GetOffsetOfZipBuffer(void* opaque, void* ) GetOffsetOfZipBuffer() argument
212 SeekZipBuffer(void* opaque, void* , ZPOS64_T offset, int origin) SeekZipBuffer() argument
239 CloseZipBuffer(void* opaque, void* ) CloseZipBuffer() argument
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc45 void* ZipOpenFunc(void* opaque, const void* filename, int mode) { in ZipOpenFunc() argument
91 void* FdOpenFileFunc(void* opaque, const void* filename, int mode) { in FdOpenFileFunc() argument
103 int fd = dup(*static_cast<int*>(opaque)); in FdOpenFileFunc()
111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
113 free(opaque); // malloc'ed in FillFdOpenFileFunc() in FdCloseFileFunc()
125 pzlib_filefunc_def->opaque = ptr_fd; in FillFdOpenFileFunc()
132 void* HandleOpenFileFunc(void* opaque, const void* /*filename*/, int mode) { in HandleOpenFileFunc() argument
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
153 // expect their opaque parameter
166 OpenZipBuffer(void* opaque, const void* , int mode) OpenZipBuffer() argument
180 ReadZipBuffer(void* opaque, void* , void* buf, uLong size) ReadZipBuffer() argument
204 GetOffsetOfZipBuffer(void* opaque, void* ) GetOffsetOfZipBuffer() argument
212 SeekZipBuffer(void* opaque, void* , ZPOS64_T offset, int origin) SeekZipBuffer() argument
239 CloseZipBuffer(void* opaque, void* ) CloseZipBuffer() argument
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc41 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc() argument
86 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc() argument
98 int fd = dup(*static_cast<int*>(opaque)); in FdOpenFileFunc()
106 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() argument
108 free(opaque); // malloc'ed in FillFdOpenFileFunc() in FdCloseFileFunc()
120 pzlib_filefunc_def->opaque = ptr_fd; in FillFdOpenFileFunc()
127 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc() argument
129 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
140 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() argument
148 // expect their opaque parameter
161 OpenZipBuffer(void* opaque, const char* , int mode) OpenZipBuffer() argument
175 ReadZipBuffer(void* opaque, void* , void* buf, uLong size) ReadZipBuffer() argument
198 GetOffsetOfZipBuffer(void* opaque, void* ) GetOffsetOfZipBuffer() argument
206 SeekZipBuffer(void* opaque, void* , uLong offset, int origin) SeekZipBuffer() argument
231 CloseZipBuffer(void* opaque, void* ) CloseZipBuffer() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c32 bool opaque; member
52 .opaque = true,
71 .opaque = false,
91 .opaque = false,
110 .opaque = false,
130 .opaque = false,
149 .opaque = false,
167 .opaque = false,
181 .opaque = false,
199 .opaque
[all...]
/third_party/ffmpeg/libavutil/
H A Dbuffer.c30 void (*free)(void *opaque, uint8_t *data), in buffer_create()
31 void *opaque, int flags) in buffer_create()
38 buf->opaque = opaque; in buffer_create()
56 void (*free)(void *opaque, uint8_t *data), in av_buffer_create()
57 void *opaque, int flags) in av_buffer_create()
64 ret = buffer_create(buf, data, size, free, opaque, flags); in av_buffer_create()
72 void av_buffer_default_free(void *opaque, uint8_t *data) in av_buffer_default_free() argument
133 b->free(b->opaque, b->data); in buffer_replace()
157 return buf->buffer->opaque; in av_buffer_get_opaque()
29 buffer_create(AVBuffer *buf, uint8_t *data, size_t size, void (*free)(void *opaque, uint8_t *data), void *opaque, int flags) buffer_create() argument
55 av_buffer_create(uint8_t *data, size_t size, void (*free)(void *opaque, uint8_t *data), void *opaque, int flags) av_buffer_create() argument
259 av_buffer_pool_init2(size_t size, void *opaque, AVBufferRef* (*alloc)(void *opaque, size_t size), void (*pool_free)(void *opaque)) av_buffer_pool_init2() argument
339 pool_release_buffer(void *opaque, uint8_t *data) pool_release_buffer() argument
[all...]
H A Dbuffer_internal.h50 void (*free)(void *opaque, uint8_t *data);
53 * an opaque pointer, to be used by the freeing callback
55 void *opaque; member
72 * Backups of the original opaque/free of the AVBuffer corresponding to
75 void *opaque; member
76 void (*free)(void *opaque, uint8_t *data);
104 void *opaque; member
106 AVBufferRef* (*alloc2)(void *opaque, size_t size);
107 void (*pool_free)(void *opaque);
H A Dbuffer.h39 * represents the data buffer itself; it is opaque and not meant to be accessed
71 * A reference counted buffer type. It is opaque and is meant to be used through
126 * @param opaque parameter to be got for processing or passed to free
132 void (*free)(void *opaque, uint8_t *data),
133 void *opaque, int flags);
140 void av_buffer_default_free(void *opaque, uint8_t *data);
167 * @return the opaque parameter set by av_buffer_create.
251 * The buffer pool. This structure is opaque and not meant to be accessed
272 * @param opaque arbitrary user data used by the allocator
279 * and freed. It is intended to uninitialize the user opaque
[all...]
/third_party/node/deps/zlib/
H A Dzutil.c202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument
206 (void)opaque; in zcalloc()
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() argument
230 (void)opaque; in zcfree()
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() argument
264 (void)opaque; in zcalloc()
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() argument
269 (void)opaque; in zcfree()
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() argument
287 (void)opaque; in zcalloc()
292 zcfree(voidpf opaque, voidpf ptr) zcfree() argument
[all...]
/third_party/zlib/
H A Dzutil.c209 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
214 (void)opaque; in zcalloc()
235 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() argument
239 (void)opaque; in zcfree()
272 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc() argument
274 (void)opaque; in zcalloc()
278 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() argument
280 (void)opaque; in zcfree()
297 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
299 (void)opaque; in zcalloc()
304 zcfree(voidpf opaque, voidpf ptr) zcfree() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 (void)opaque; in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
247 (void)opaque; in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
282 (void)opaque; in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
288 (void)opaque; in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
306 voidpf opaque; in zcalloc()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 (void)opaque; in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
247 (void)opaque; in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
282 (void)opaque; in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
288 (void)opaque; in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
306 voidpf opaque; in zcalloc()
[all...]
/third_party/ffmpeg/libavformat/
H A Davio.h52 * opaque as parameter. If the callback returns 1, the
61 void *opaque; member
234 void *opaque; /**< A private pointer, passed to the read/write/seek/... member
236 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size);
237 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
238 int64_t (*seek)(void *opaque, int64_t offset, int whence);
252 int (*read_pause)(void *opaque, int pause);
258 int64_t (*read_seek)(void *opaque, int stream_index,
285 int (*write_data_type)(void *opaque, uint8_t *buf, int buf_size,
400 * @param opaque A
[all...]
/third_party/node/deps/undici/src/lib/
H A Dtimers.js20 timer.callback(timer.opaque)
54 constructor (callback, delay, opaque) {
57 this.opaque = opaque
85 setTimeout (callback, delay, opaque) {
87 ? setTimeout(callback, delay, opaque)
88 : new Timeout(callback, delay, opaque)
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c983 if (!ctx->opaque[0]) { in lws_cose_key_export()
985 ctx->opaque[0] = 1; /* map pair count */ in lws_cose_key_export()
986 ctx->opaque[1] = 1; /* element index */ in lws_cose_key_export()
987 ctx->opaque[2] = 0; /* public mask */ in lws_cose_key_export()
988 ctx->opaque[3] = 0; /* doing AGAIN */ in lws_cose_key_export()
993 ctx->opaque[2] = 1 << LWS_GENCRYPTO_OCT_KEYEL_K; in lws_cose_key_export()
996 ctx->opaque[2] = 1 << LWS_GENCRYPTO_RSA_KEYEL_E; in lws_cose_key_export()
999 ctx->opaque[2] = (1 << LWS_GENCRYPTO_EC_KEYEL_X) | in lws_cose_key_export()
1007 ctx->opaque[2] = 0xffff; in lws_cose_key_export()
1016 if ((ctx->opaque[ in lws_cose_key_export()
[all...]

Completed in 13 milliseconds

12345678910>>...20