Home
last modified time | relevance | path

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

12345678910>>...29

/external/llvm/test/Transforms/InferFunctionAttrs/
Dannotate.ll22 ; Use an opaque pointer type for all the (possibly opaque) structs.
23 %opaque = type opaque
154 ; CHECK: declare void @clearerr(%opaque* nocapture) [[G0]]
155 declare void @clearerr(%opaque*)
157 ; CHECK: declare i32 @closedir(%opaque* nocapture) [[G0]]
158 declare i32 @closedir(%opaque*)
226 ; CHECK: declare i32 @fclose(%opaque* nocapture) [[G0]]
227 declare i32 @fclose(%opaque*)
229 ; CHECK: declare noalias %opaque* @fdopen(i32, i8* nocapture readonly) [[G0]]
230 declare %opaque* @fdopen(i32, i8*)
[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/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/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 …]
/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/python/cpython2/Modules/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/syslinux/com32/lib/zlib/
Dzutil.c216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
218 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
258 ptr = opaque; /* just to make some compilers happy */ in zcfree()
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
277 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
283 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
301 voidpf opaque; in zcalloc()
[all …]
/external/spirv-llvm/test/SPIRV/transcoding/
Dspirv-types.ll1 ;; Test SPIR-V opaque types
45 ; CHECK-LLVM-DAG: %opencl.pipe_t = type opaque
46 ; CHECK-LLVM-DAG: %opencl.image3d_t = type opaque
47 ; CHECK-LLVM_DAG: %opencl.image2d_depth_t = type opaque
48 ; CHECK-LLVM-DAG: %opencl.image2d_array_t = type opaque
49 ; CHECK-LLVM-DAG: %opencl.image1d_buffer_t = type opaque
50 ; CHECK-LLVM-DAG: %opencl.image1d_t = type opaque
51 ; CHECK-LLVM-DAG: %opencl.image2d_t = type opaque
52 ; CHECK-LLVM-DAG: %opencl.clk_event_t = type opaque
53 ; CHECK-LLVM-DAG: %opencl.event_t = type opaque
[all …]
Dcl-types.ll1 ;; Test CL opaque types
48 ; CHECK-LLVM-DAG: %opencl.pipe_t = type opaque
49 ; CHECK-LLVM-DAG: %opencl.image3d_t = type opaque
50 ; CHECK-LLVM-DAG: %opencl.image2d_array_t = type opaque
51 ; CHECK-LLVM-DAG: %opencl.image1d_buffer_t = type opaque
52 ; CHECK-LLVM-DAG: %opencl.image1d_t = type opaque
53 ; CHECK-LLVM-DAG: %opencl.image2d_t = type opaque
55 %opencl.pipe_t = type opaque
56 %opencl.image3d_t = type opaque
57 %opencl.image2d_array_t = type opaque
[all …]
/external/brotli/enc/
Dmemory.c31 static void* DefaultAllocFunc(void* opaque, size_t size) { in DefaultAllocFunc() argument
32 BROTLI_UNUSED(opaque); in DefaultAllocFunc()
36 static void DefaultFreeFunc(void* opaque, void* address) { in DefaultFreeFunc() argument
37 BROTLI_UNUSED(opaque); in DefaultFreeFunc()
43 void* opaque) { in BrotliInitMemoryManager() argument
47 m->opaque = 0; in BrotliInitMemoryManager()
51 m->opaque = opaque; in BrotliInitMemoryManager()
64 void* result = m->alloc_func(m->opaque, n); in BrotliAllocate()
70 m->free_func(m->opaque, p); in BrotliFree()
150 void* result = m->alloc_func(m->opaque, n); in BrotliAllocate()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, in JpegCopyI420() argument
39 I420Buffers* dest = (I420Buffers*)(opaque); in JpegCopyI420()
53 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() argument
57 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI422ToI420()
71 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() argument
75 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI444ToI420()
89 static void JpegI411ToI420(void* opaque, in JpegI411ToI420() argument
93 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI411ToI420()
107 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() argument
111 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI400ToI420()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dopaque.ll4 %swift.opaque = type opaque
8 …%Vs4Int8, %Vs4Int8, %Vs4Int8, %Vs4Int8, %Vs4Int8, %Vs4Int8 }>, %Si, %SQ, %SQ, %Si, %swift.opaque }>
19 define %swift.opaque* @_TwTkV([24 x i8]* %dest, %swift.opaque* %src,
22 %0 = bitcast %swift.opaque* %src to %V*
30 %6 = bitcast %V* %3 to %swift.opaque*
31 ret %swift.opaque* %6
/external/libyuv/files/source/
Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, in JpegCopyI420() argument
39 I420Buffers* dest = (I420Buffers*)(opaque); in JpegCopyI420()
49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() argument
53 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI422ToI420()
63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() argument
67 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI444ToI420()
77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() argument
81 I420Buffers* dest = (I420Buffers*)(opaque); in JpegI400ToI420()
192 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() argument
196 ARGBBuffers* dest = (ARGBBuffers*)(opaque); in JpegI420ToARGB()
[all …]
/external/swiftshader/third_party/LLVM/test/Linker/
D2003-08-23-GlobalVarLinking.ll2 ; RUN: echo {%%T1 = type opaque %%T2 = type opaque @S = external global \{ i32, %%T1* \} declare vo…
4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep opaque
6 ; After linking this testcase, there should be no opaque types left. The two
7 ; S's should cause the opaque type to be resolved to 'int'.
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
6 ; RUN: llvm-link %t.1.bc %t.2.bc -S | grep {%%Ty } | not grep opaque
/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'.
/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/swiftshader/third_party/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/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/swiftshader/third_party/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/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/swiftshader/third_party/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

12345678910>>...29