HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 26 - 50 of 621) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.c 214 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
219 (void)opaque;
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
244 (void)opaque;
277 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
279 (void)opaque;
283 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
285 (void)opaque;
302 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
303 voidpf opaque;
    [all...]
  /external/python/cpython3/Modules/zlib/
zutil.c 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
222 (void)opaque;
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
247 (void)opaque;
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
282 (void)opaque;
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
288 (void)opaque;
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
306 voidpf opaque;
    [all...]
  /external/zlib/src/
zutil.c 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
222 (void)opaque;
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
247 (void)opaque;
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
282 (void)opaque;
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
288 (void)opaque;
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
306 voidpf opaque;
    [all...]
  /external/brotli/c/enc/
memory.c 31 static void* DefaultAllocFunc(void* opaque, size_t size) {
32 BROTLI_UNUSED(opaque);
36 static void DefaultFreeFunc(void* opaque, void* address) {
37 BROTLI_UNUSED(opaque);
43 void* opaque) {
47 m->opaque = 0;
51 m->opaque = opaque;
64 void* result = m->alloc_func(m->opaque, n);
70 m->free_func(m->opaque, p)
    [all...]
memory.h 27 void* opaque; member in struct:MemoryManager
39 void* opaque);
  /external/zlib/src/contrib/minizip/
iowin32.c 36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
37 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
39 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
40 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
41 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
42 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
iowin32.c 35 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
36 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
37 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
38 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
39 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
40 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
41 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
95 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
148 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode
    [all...]
  /external/brotli/c/include/brotli/
types.h 65 * @param opaque custom memory manager handle provided by client
71 typedef void* (*brotli_alloc_func)(void* opaque, size_t size);
78 * @param opaque custom memory manager handle provided by client
81 typedef void (*brotli_free_func)(void* opaque, void* address);
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 5 void opaque();
12 opaque();
  /external/ppp/pppd/plugins/radius/
radattr.c 26 static void cleanup(void *opaque, int arg);
96 * opaque -- not used
104 cleanup(void *opaque, int arg)
  /external/webrtc/webrtc/base/
linuxfdwalk.c 38 int fdwalk(void (*func)(void *, int), void *opaque) {
61 (*func)(opaque, fd);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
RawTexture.java 29 public RawTexture(int width, int height, boolean opaque) {
30 mOpaque = opaque;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeTexture.java 36 public FadeTexture(int width, int height, boolean opaque) {
39 mIsOpaque = opaque;
RawTexture.java 29 public RawTexture(int width, int height, boolean opaque) {
30 mOpaque = opaque;
  /prebuilts/go/darwin-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
14 // White is an opaque white uniform image.
18 // Opaque is a fully opaque uniform image.
19 Opaque = NewUniform(color.Opaque)
44 // Opaque scans the entire image and reports whether it is fully opaque.
45 func (c *Uniform) Opaque() bool {
  /prebuilts/go/linux-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
14 // White is an opaque white uniform image.
18 // Opaque is a fully opaque uniform image.
19 Opaque = NewUniform(color.Opaque)
44 // Opaque scans the entire image and reports whether it is fully opaque.
45 func (c *Uniform) Opaque() bool {
  /external/libyuv/files/source/
convert_jpeg.cc 35 static void JpegCopyI420(void* opaque,
39 I420Buffers* dest = (I420Buffers*)(opaque);
49 static void JpegI422ToI420(void* opaque,
53 I420Buffers* dest = (I420Buffers*)(opaque);
63 static void JpegI444ToI420(void* opaque,
67 I420Buffers* dest = (I420Buffers*)(opaque);
77 static void JpegI400ToI420(void* opaque,
81 I420Buffers* dest = (I420Buffers*)(opaque);
192 static void JpegI420ToARGB(void* opaque,
196 ARGBBuffers* dest = (ARGBBuffers*)(opaque);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 35 static void JpegCopyI420(void* opaque,
39 I420Buffers* dest = (I420Buffers*)(opaque);
53 static void JpegI422ToI420(void* opaque,
57 I420Buffers* dest = (I420Buffers*)(opaque);
71 static void JpegI444ToI420(void* opaque,
75 I420Buffers* dest = (I420Buffers*)(opaque);
89 static void JpegI411ToI420(void* opaque,
93 I420Buffers* dest = (I420Buffers*)(opaque);
107 static void JpegI400ToI420(void* opaque,
111 I420Buffers* dest = (I420Buffers*)(opaque);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
key_prot.h 200 #ifndef opaque
201 #define opaque char macro
210 extern "C" keystatus * key_set_1(opaque *, CLIENT *);
211 extern "C" keystatus * key_set_1_svc(opaque *, struct svc_req *);
227 extern keystatus * key_set_1(opaque *, CLIENT *);
228 extern keystatus * key_set_1_svc(opaque *, struct svc_req *);
262 extern "C" keystatus * key_set_2(opaque *, CLIENT *);
263 extern "C" keystatus * key_set_2_svc(opaque *, struct svc_req *);
285 extern "C" cryptkeyres * key_get_conv_2(opaque *, CLIENT *);
286 extern "C" cryptkeyres * key_get_conv_2_svc(opaque *, struct svc_req *)
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 61 0, staticGradient, opaque,
65 0, staticGradient, opaque,
69 0, staticGradient, opaque,
79 0, staticGradient, opaque,
83 0, staticGradient, opaque,
87 0, staticGradient, opaque,
97 0, staticGradient, opaque,
109 0, staticGradient, opaque,
113 0, staticGradient, opaque,
123 0, staticGradient, opaque,
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 160 evContext_p *ctx = opaqueCtx.opaque;
193 evContext_p *ctx = opaqueCtx.opaque;
235 opaqueID->opaque = id;
247 evContext_p *ctx = opaqueCtx.opaque;
248 evTimer *del = id.opaque;
283 evContext_p *ctx = opaqueCtx.opaque;
284 evTimer *timer = id.opaque;
310 evContext_p *ctx = opaqueCtx.opaque;
311 evTimer *timer = id.opaque;
369 evContext_p *ctx = opaqueCtx.opaque;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc 53 if (reinterpret_cast<uintptr_t>(address.opaque()) %
59 i, kCudaMallocAlignBytes, address.opaque());
80 if (reinterpret_cast<uintptr_t>(buffer_address.opaque()) %
86 kCudaMallocAlignBytes, buffer_address.opaque());
104 VLOG(2) << "Buffer " << i << " -> " << buf.opaque() << " (" << buf.size()
145 static_cast<char*>(base.opaque()) + buffer_slice.offset(),
  /frameworks/base/libs/hwui/
TessellationCache.h 92 ShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
97 , opaque(opaque)
113 bool opaque; member in class:android::uirenderer::TessellationCache::ShadowTask
162 sp<ShadowTask> getShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
174 void precacheShadows(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
key_prot.x 92 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
163 %#ifndef opaque
164 %#define opaque char
  /external/freetype/src/gzip/
zlib.h 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
82 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
95 opaque before calling the init function. All other fields are set by the
98 The opaque value provided by the application will be passed as the first
101 opaque value.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
404 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]

Completed in 828 milliseconds

12 3 4 5 6 7 8 91011>>