HomeSort by relevance Sort by last modified time
    Searched defs:opaque (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
etherfabric.h 104 uint32_t opaque; /* For bitwise operations between two efab_dwords */ member in union:efab_dword
tg3.h 1654 uint32_t opaque; member in struct:tg3_rx_buffer_desc
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 689 " opaque=\"5ccc069c403ebaf9f0171e9517f40e41\"";
810 std::string realm, nonce, qop, opaque; local
814 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque);
857 ss << ", opaque=" << quote(opaque);
  /frameworks/base/libs/hwui/
RenderProperties.h 80 bool setOpaque(bool opaque) { return RP_SET(mOpaque, opaque); }
82 bool opaque() const { return mOpaque; } function in class:android::uirenderer::LayerProperties
100 bool needsBlending() const { return !opaque() || alpha() < 255; }
115 // Whether or not that Layer's content is opaque, doesn't include alpha
  /external/brotli/c/dec/
decode.c 72 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) {
77 state = (BrotliDecoderState*)alloc_func(opaque, sizeof(BrotliDecoderState));
84 state, alloc_func, free_func, opaque);
94 void* opaque = state->memory_manager_opaque; local
96 free_func(opaque, state);
    [all...]
  /external/brotli/c/enc/
encode.c 723 void* opaque) {
728 state = (BrotliEncoderState*)alloc_func(opaque, sizeof(BrotliEncoderState));
735 &state->memory_manager_, alloc_func, free_func, opaque);
762 void* opaque = m->opaque; local
764 free_func(opaque, state);
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 119 u_int32_t opaque[4]; member in struct:CodaFid
121 #define coda_f2i(fid) (fid ? (fid->opaque[3] ^ (fid->opaque[2] << 10) ^ (fid->opaque[1] << 20) ^ fid->opaque[0]) : 0)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 64 u64 opaque[128 / sizeof(u64)]; member in struct:my_siginfo_t
69 u64 opaque[768 / sizeof(u64) + 1]; member in struct:ucontext_t
74 u64 opaque[936 / sizeof(u64) + 1]; member in struct:ucontext_t
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 201 u_int32_t opaque[4]; member in struct:CodaFid
205 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
  /external/syslinux/core/fs/xfs/
xfs_fs.h 362 uint32_t opaque[4]; member in struct:xfs_attrlist_cursor
367 struct xfs_attrlist_cursor pos; /* opaque cookie, list offset */
  /external/syslinux/extlinux/
xfs_fs.h 362 uint32_t opaque[4]; member in struct:xfs_attrlist_cursor
367 struct xfs_attrlist_cursor pos; /* opaque cookie, list offset */
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 353 /* Opaque callback argument. */
354 void *opaque; member in struct:d_print_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 199 u_int32_t opaque[4]; member in struct:CodaFid
203 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.c 330 /* Opaque callback argument. */
331 void *opaque; member in struct:d_print_info
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 304 // matte channel, then create an opaque matte channel. Likewise, if
306 // desired, then set the matte channel to opaque.
3705 void Magick::Image::opaque(const Color &opaqueColor_,const Color &penColor_, function in class:Magick::Image
3713 opaque, local
3733 OpaquePaintImage(image(),&opaque,&pen,invert_ ? MagickTrue : MagickFalse, local
    [all...]
  /external/libpng/
png.h 2705 png_controlp opaque; \/* Initialize to NULL, free with png_image_free *\/ member in struct:__anon25696
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 2693 png_controlp opaque; \/* Initialize to NULL, free with png_image_free *\/ member in struct:__anon31486
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 591 PCHAR opaque; member in struct:berelement
    [all...]
  /external/ImageMagick/coders/
png.c 330 /* LBR03: Replicate top 3 bits (only used with opaque pixels during
8489 opaque[260], local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 202 void *opaque; member in struct:__anon42647
491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
492 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 195 void *opaque; member in struct:__anon42945
484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
485 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
    [all...]
varinfo6.c 233 void *opaque; member in struct:__anon42961
522 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
523 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
    [all...]
  /external/valgrind/perf/
bz2.c 195 void *opaque; member in struct:__anon43153
484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
485 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
    [all...]
test_input_for_tinycc.c 935 void *opaque; member in struct:__anon43166
    [all...]

Completed in 1184 milliseconds

1 23 4 5 6