Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/external/srtp/crypto/ae_xfm/
Dxfm.c27 void *opaque, in aes_128_cbc_hmac_sha1_96_func() argument
37 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func()
41 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func()
75 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_func()
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_func()
101 void *opaque, in aes_128_cbc_hmac_sha1_96_inv() argument
114 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv()
118 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv()
151 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_inv()
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag); in aes_128_cbc_hmac_sha1_96_inv()
[all …]
/external/zlib/src/contrib/minizip/
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… in call_zseek64()
51 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… 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, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s…
[all …]
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, uLon…
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf…
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, i…
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, voidpf stream, ZPOS64_T offset…
[all …]
Diowin32.c35 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 si…
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 or…
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) in win32_open64_file_func() argument
124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
148 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
[all …]
/external/clang/test/CodeGenCXX/
Deh.cpp184 void opaque();
193 opaque(); in A()
205 opaque();
211 void opaque();
222 opaque(); in foo()
248 void opaque();
254 opaque(); in foo()
275 opaque(); in bar()
290 bool opaque(const A&);
302 if (opaque(x)) { in test()
[all …]
Dexceptions-no-rtti.cpp32 void opaque();
39 opaque(); in test1()
44 opaque(); in test2()
/external/freetype/src/gzip/
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 = 0; /* to make compiler happy */ in zcfree()
164 voidpf zcalloc (opaque, items, size) in zcalloc() argument
165 voidpf opaque; in zcalloc()
[all …]
/external/pdfium/third_party/zlib_v128/
Dzutil.c222 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
224 voidpf buf = opaque; /* just to make some compilers happy */
246 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
264 ptr = opaque; /* just to make some compilers happy */
281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
283 if (opaque) opaque = 0; /* to make compiler happy */
287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
289 if (opaque) opaque = 0; /* to make compiler happy */
306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
307 voidpf opaque;
[all …]
/external/zlib/src/
Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
262 ptr = opaque; /* just to make some compilers happy */ in zcfree()
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
281 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
287 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
305 voidpf opaque; in zcalloc()
[all …]
/external/opencv3/3rdparty/zlib/
Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
262 ptr = opaque; /* just to make some compilers happy */ in zcfree()
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
281 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
287 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
305 voidpf opaque; in zcalloc()
[all …]
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davio.h53 void *opaque; member
89 void *opaque; /**< A private pointer, passed to the read/write/seek/... member
91 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size);
92 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
93 int64_t (*seek)(void *opaque, int64_t offset, int whence);
106 int (*read_pause)(void *opaque, int pause);
112 int64_t (*read_seek)(void *opaque, int stream_index,
189 void *opaque,
190 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
191 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc34 static void JpegCopyI420(void* opaque, in JpegCopyI420() argument
38 I420Buffers* dest = (I420Buffers*)(opaque); in JpegCopyI420()
52 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() argument
56 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI422ToI420()
70 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() argument
74 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI444ToI420()
88 static void JpegI411ToI420(void* opaque, in JpegI411ToI420() argument
92 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI411ToI420()
106 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() argument
110 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI400ToI420()
[all …]
/external/llvm/test/Linker/
D2003-08-23-GlobalVarLinking.ll2 ; RUN: echo "%%T1 = type opaque %%T2 = type opaque @S = external global { i32, %%T1* } declare void…
5 ; CHECK-NOT: opaque
7 ; After linking this testcase, there should be no opaque types left. The two
8 ; S's should cause the opaque type to be resolved to 'int'.
Dopaque.ll1 ; RUN: llvm-link %p/opaque.ll %p/Inputs/opaque.ll -S -o - | FileCheck %s
8 ; CHECK-DAG: %E = type opaque
16 %A = type opaque
D2003-01-30-LinkerTypeRename.ll1 ; This fails because the linker renames the non-opaque type not the opaque
4 ; RUN: echo "%%Ty = type opaque @GV = external global %%Ty*" | llvm-as > %t.1.bc
Dtype-unique-opaque.ll1 ; RUN: llvm-link -S %s %p/Inputs/type-unique-opaque.ll | FileCheck %s
6 ; CHECK: %u = type opaque
9 %u = type opaque
/external/clang/test/CodeGen/
Dtrapv.c28 extern void opaque(int); in test1()
29 opaque(i++); in test1()
42 extern void opaque(int); in test2()
43 opaque(++i); in test2()
/external/llvm/test/CodeGen/X86/
D2006-09-01-CycleInDAG.ll8 %struct.__sFILEX = type opaque
20 %struct.conflict_graph_def = type opaque
24 %struct.die_struct = type opaque
29 %struct.eh_status = type opaque
30 %struct.elt_list = type opaque
32 %struct.et_node = type opaque
36 %struct.initial_value_struct = type opaque
37 %struct.lang_decl = type opaque
38 %struct.lang_type = type opaque
39 %struct.language_function = type opaque
[all …]
/external/llvm/test/CodeGen/Generic/
Dbadarg6.ll9 declare double @opaque(double)
17 %reg315 = call double @opaque( double 3.000000e+00 ) ; <double> [#uses=1]
18 %reg316 = call double @opaque( double 3.100000e+00 ) ; <double> [#uses=1]
19 %reg317 = call double @opaque( double 3.200000e+00 ) ; <double> [#uses=1]
20 %reg318 = call double @opaque( double 3.300000e+00 ) ; <double> [#uses=1]
21 %reg319 = call double @opaque( double 3.400000e+00 ) ; <double> [#uses=1]
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll50 %struct.cdev_privdata = type opaque
53 %struct.cpuset = type opaque
57 %struct.filedesc = type opaque
58 %struct.filedesc_to_leader = type opaque
64 %struct.in6_addr = type opaque
65 %struct.in_addr = type opaque
66 %struct.inode = type opaque
68 %struct.itimers = type opaque
70 %struct.kaioinfo = type opaque
71 %struct.kaudit_record = type opaque
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2007-10-21-LocalRegAllocAssert.ll3 %struct.NSError = type opaque
4 %struct.NSManagedObjectContext = type opaque
5 %struct.NSPersistentStoreCoordinator = type opaque
6 %struct.NSString = type opaque
7 %struct.NSURL = type opaque
10 %struct.objc_selector = type opaque
D2007-10-21-LocalRegAllocAssert2.ll3 %struct.NSError = type opaque
4 %struct.NSManagedObjectContext = type opaque
5 %struct.NSString = type opaque
6 %struct.NSURL = type opaque
9 %struct.objc_selector = type opaque
/external/clang/test/SemaObjC/
Dattr-objc-gc.m24 void *opaque;
25 opaque = strong;
26 strong = opaque;
28 opaque = weak;
29 weak = opaque;
/external/llvm/test/MC/Disassembler/X86/
Dintel-syntax-32.txt3 # CHECK: sgdt opaque ptr [eax]
6 # CHECK: sidt opaque ptr [eax]
9 # CHECK: lgdt opaque ptr [eax]
12 # CHECK: lidt opaque ptr [eax]
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dbuffer.h131 void (*free)(void *opaque, uint8_t *data),
132 void *opaque, int flags);
139 void av_buffer_default_free(void *opaque, uint8_t *data);

12345678910>>...19