Home
last modified time | relevance | path

Searched defs:opaque (Results 1 – 25 of 116) sorted by relevance

12345

/external/zlib/src/contrib/minizip/
Dioapi.c95 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()
Diowin32.c96 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/freetype/src/gzip/
Dzutil.c83 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/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h63 : opaque_(opaque), size_(size), is_sub_buffer_(is_sub_buffer) {} in opaque_() argument
84 void *opaque() { return opaque_; } in opaque() function
85 const void *opaque() const { return opaque_; } in opaque() function
101 void Reset(void *opaque, uint64 bytes) { in Reset()
141 static DeviceMemory<ElemT> MakeFromByteSize(void *opaque, uint64 bytes) { in MakeFromByteSize()
147 void ResetFromByteSize(void *opaque, uint64 bytes) { in ResetFromByteSize()
163 DeviceMemory(void *opaque, uint64 size) : DeviceMemoryBase(opaque, size) {} in DeviceMemory()
Dstream_executor_pimpl.h766 void *opaque = Allocate(bytes); in AllocateArray() local
830 void *opaque = Allocate(sizeof(T)); in AllocateZeroed() local
856 void *opaque = implementation_->AllocateSubBuffer( in AllocateSubBuffer() local
/external/python/cpython2/Modules/zlib/
Dzutil.c217 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/zlib/src/
Dzutil.c217 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/libaom/libaom/third_party/libyuv/source/
Dconvert_jpeg.cc34 static void JpegCopyI420(void* opaque, in JpegCopyI420()
52 static void JpegI422ToI420(void* opaque, in JpegI422ToI420()
70 static void JpegI444ToI420(void* opaque, in JpegI444ToI420()
88 static void JpegI411ToI420(void* opaque, in JpegI411ToI420()
106 static void JpegI400ToI420(void* opaque, in JpegI400ToI420()
232 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB()
246 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB()
260 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB()
274 static void JpegI411ToARGB(void* opaque, in JpegI411ToARGB()
288 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc35 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/libyuv/files/source/
Dconvert_jpeg.cc35 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()
192 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB()
203 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB()
214 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB()
225 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
/external/boringssl/src/include/openssl/
Dhrss.h32 uint8_t opaque[1808]; member
36 uint8_t opaque[1424]; member
Daead.h174 uint8_t opaque[580]; member
/external/u-boot/lib/zlib/
Dzutil.c56 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc()
64 void zcfree(voidpf opaque, voidpf ptr, unsigned nb) in zcfree()
/external/tensorflow/tensorflow/compiler/xla/service/
Downing_device_memory.h93 const void* opaque() const { return mem_.opaque(); } in opaque() function
94 void* opaque() { return mem_.opaque(); } in opaque() function
/external/curl/src/
Dtool_hugehelp.c8202 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size) in zalloc_func()
8208 static void zfree_func(voidpf opaque, voidpf ptr) in zfree_func()
/external/clang/test/SemaObjCXX/
Dexceptions-fragile.mm4 void opaque(); function
/external/clang/test/CodeGenObjC/
Dgnu-exceptions.m4 void opaque(void); function
/external/clang/test/CodeGenObjCXX/
Dexceptions.mm4 void opaque(); function
/external/webrtc/webrtc/base/
Dlinuxfdwalk.c38 int fdwalk(void (*func)(void *, int), void *opaque) { in fdwalk() argument
/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc83 static void* zalloc_gpr(void* opaque, unsigned int items, unsigned int size) { in zalloc_gpr()
87 static void zfree_gpr(void* opaque, void* address) { gpr_free(address); } in zfree_gpr()
/external/ppp/pppd/plugins/radius/
Dradattr.c104 cleanup(void *opaque, int arg) in cleanup()
/external/skqp/tests/
DAdvancedBlendTest.cpp16 static constexpr auto opaque = GrProcessorAnalysisColor::Opaque::kYes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skia/tests/
DAdvancedBlendTest.cpp16 static constexpr auto opaque = GrProcessorAnalysisColor::Opaque::kYes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/brotli/c/dec/
Dstate.c19 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliDecoderStateInit()
/external/skqp/bench/
DShaderMaskFilterBench.cpp47 ShaderMFBench(const char* nm, bool opaque, const ShaderMaker& maker) { in ShaderMFBench()

12345