/external/zlib/contrib/minizip/ |
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
D | iowin32.c | 101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 174 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 266 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 289 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
D | iowin32.c | 96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 169 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 198 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 220 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 261 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 284 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 309 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 347 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
/external/angle/third_party/zlib/contrib/minizip/ |
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
D | iowin32.c | 101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 174 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 266 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 289 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | device_memory.h | 63 : opaque_(opaque), size_(size) {} in opaque_() argument 84 void *opaque() { return opaque_; } in opaque() function 85 const void *opaque() const { return opaque_; } in opaque() function 104 void Reset(void *opaque, uint64 bytes) { in Reset() 146 static DeviceMemory<ElemT> MakeFromByteSize(void *opaque, uint64 bytes) { in MakeFromByteSize() 152 void ResetFromByteSize(void *opaque, uint64 bytes) { in ResetFromByteSize() 168 DeviceMemory(void *opaque, uint64 size) : DeviceMemoryBase(opaque, size) {} in DeviceMemory()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 202 static void JpegI420ToNV21(void* opaque, in JpegI420ToNV21() 214 static void JpegI422ToNV21(void* opaque, in JpegI422ToNV21() 226 static void JpegI444ToNV21(void* opaque, in JpegI444ToNV21() 238 static void JpegI400ToNV21(void* opaque, in JpegI400ToNV21() 331 static void JpegI420ToNV12(void* opaque, in JpegI420ToNV12() 344 static void JpegI422ToNV12(void* opaque, in JpegI422ToNV12() [all …]
|
/external/freetype/src/gzip/ |
D | zutil.c | 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() 164 voidpf zcalloc (opaque, items, size) in zcalloc() argument 173 void zcfree (opaque, ptr) in zcfree() argument
|
/external/zlib/google/ |
D | zip_internal.cc | 45 void* ZipOpenFunc(void* opaque, const void* filename, int mode) { in ZipOpenFunc() 91 void* FdOpenFileFunc(void* opaque, const void* filename, int mode) { in FdOpenFileFunc() 111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() 132 void* HandleOpenFileFunc(void* opaque, const void* /*filename*/, int mode) { in HandleOpenFileFunc() argument 145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() 166 void* OpenZipBuffer(void* opaque, const void* /*filename*/, int mode) { in OpenZipBuffer() argument 180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument 204 ZPOS64_T GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument 212 long SeekZipBuffer(void* opaque, in SeekZipBuffer() argument 239 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
|
/external/angle/third_party/zlib/google/ |
D | zip_internal.cc | 45 void* ZipOpenFunc(void* opaque, const void* filename, int mode) { in ZipOpenFunc() 91 void* FdOpenFileFunc(void* opaque, const void* filename, int mode) { in FdOpenFileFunc() 111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() 132 void* HandleOpenFileFunc(void* opaque, const void* /*filename*/, int mode) { in HandleOpenFileFunc() argument 145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() 166 void* OpenZipBuffer(void* opaque, const void* /*filename*/, int mode) { in OpenZipBuffer() argument 180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument 204 ZPOS64_T GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument 212 long SeekZipBuffer(void* opaque, in SeekZipBuffer() argument 239 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 202 static void JpegI420ToNV21(void* opaque, in JpegI420ToNV21() 214 static void JpegI422ToNV21(void* opaque, in JpegI422ToNV21() 226 static void JpegI444ToNV21(void* opaque, in JpegI444ToNV21() 238 static void JpegI400ToNV21(void* opaque, in JpegI400ToNV21() 338 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 349 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() [all …]
|
/external/libwebsockets/win32port/zlib/ |
D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 310 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/angle/third_party/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 201 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 212 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 223 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 234 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/ |
D | pool.c | 43 void *opaque; member 78 static void* POOL_thread(void* opaque) in POOL_thread() 259 static void POOL_add_internal(POOL_ctx* ctx, POOL_function function, void *opaque) in POOL_add_internal() 271 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add() 284 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_tryAdd() 327 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_add() 332 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_tryAdd()
|
/external/zstd/lib/common/ |
D | pool.c | 31 void *opaque; member 67 static void* POOL_thread(void* opaque) { in POOL_thread() 260 static void POOL_add_internal(POOL_ctx* ctx, POOL_function function, void *opaque) in POOL_add_internal() 272 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add() 285 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_tryAdd() 333 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_add() 338 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_tryAdd()
|
/external/brotli/c/common/ |
D | platform.c | 13 void* BrotliDefaultAllocFunc(void* opaque, size_t size) { in BrotliDefaultAllocFunc() 19 void BrotliDefaultFreeFunc(void* opaque, void* address) { in BrotliDefaultFreeFunc()
|
/external/oss-fuzz/projects/mupdf/ |
D | pdf_fuzzer.cc | 44 static void *fz_malloc_ossfuzz(void *opaque, size_t size) in fz_malloc_ossfuzz() 65 static void fz_free_ossfuzz(void *opaque, void *ptr) in fz_free_ossfuzz() 81 static void *fz_realloc_ossfuzz(void *opaque, void *old, size_t size) in fz_realloc_ossfuzz()
|
/external/boringssl/src/include/openssl/ |
D | hrss.h | 32 uint8_t opaque[1808]; member 36 uint8_t opaque[1424]; member
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | hrss.h | 32 uint8_t opaque[1808]; member 36 uint8_t opaque[1424]; member
|
/external/curl/src/ |
D | tool_hugehelp.c | 10414 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size) in zalloc_func() 10420 static void zfree_func(voidpf opaque, voidpf ptr) in zfree_func()
|