Searched refs:typedef (Results 1 – 25 of 2328) sorted by relevance
12345678910>>...94
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctionTypes.inl | 6 typedef GLW_APICALL void (GLW_APIENTRY* glActiveShaderProgramFunc) (GLuint pipeline, GLuin… 7 typedef GLW_APICALL void (GLW_APIENTRY* glActiveTextureFunc) (GLenum texture); 8 typedef GLW_APICALL void (GLW_APIENTRY* glAttachShaderFunc) (GLuint program, GLuint shad… 9 typedef GLW_APICALL void (GLW_APIENTRY* glBeginConditionalRenderFunc) (GLuint id, GLenum mo… 10 typedef GLW_APICALL void (GLW_APIENTRY* glBeginQueryFunc) (GLenum target, GLuint id); 11 typedef GLW_APICALL void (GLW_APIENTRY* glBeginQueryIndexedFunc) (GLenum target, GLuint i… 12 typedef GLW_APICALL void (GLW_APIENTRY* glBeginTransformFeedbackFunc) (GLenum primitiveMode… 13 typedef GLW_APICALL void (GLW_APIENTRY* glBindAttribLocationFunc) (GLuint program, GLuint … 14 typedef GLW_APICALL void (GLW_APIENTRY* glBindBufferFunc) (GLenum target, GLuint buffer); 15 typedef GLW_APICALL void (GLW_APIENTRY* glBindBufferBaseFunc) (GLenum target, GLuint inde… [all …]
|
D | glwTypes.inl | 46 typedef deInt8 GLbyte; 47 typedef deInt16 GLshort; 48 typedef deInt32 GLint; 49 typedef deInt64 GLint64; 52 typedef deUint8 GLubyte; 53 typedef deUint16 GLushort; 54 typedef deUint32 GLuint; 55 typedef deUint64 GLuint64; 58 typedef deUint16 GLhalf; 59 typedef float GLfloat; [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkFunctionPointerTypes.inl | 4 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateInstanceFunc) (const VkInstanceCreate… 5 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyInstanceFunc) (VkInstance instance, con… 6 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumeratePhysicalDevicesFunc) (VkInstance ins… 7 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceFeaturesFunc) (VkPhysicalDevice… 8 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceFormatPropertiesFunc) (VkPhysical… 9 typedef VKAPI_ATTR VkResult (VKAPI_CALL* GetPhysicalDeviceImageFormatPropertiesFunc) (VkPh… 10 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDevicePropertiesFunc) (VkPhysicalDevic… 11 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceQueueFamilyPropertiesFunc) (VkPhysi… 12 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceMemoryPropertiesFunc) (VkPhysical… 13 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* GetInstanceProcAddrFunc) (VkInstance … [all …]
|
D | vkVulkan_c.inl | 51 typedef enum StdVideoH264ChromaFormatIdc { 58 typedef enum StdVideoH264ProfileIdc { 66 typedef enum StdVideoH264Level { 89 typedef enum StdVideoH264PocType { 96 typedef enum StdVideoH264AspectRatioIdc { 118 typedef enum StdVideoH264WeightedBiPredIdc { 125 typedef enum StdVideoH264ModificationOfPicNumsIdc { 133 typedef enum StdVideoH264MemMgmtControlOp { 144 typedef enum StdVideoH264CabacInitIdc { 151 typedef enum StdVideoH264DisableDeblockingFilterIdc { [all …]
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-ns-macros.m | 6 typedef signed char int8_t; 7 typedef short int16_t; 8 typedef int int32_t; 9 typedef long NSInteger; 10 typedef long long int64_t; 12 typedef unsigned char uint8_t; 13 typedef unsigned short uint16_t; 14 typedef unsigned int uint32_t; 15 typedef unsigned long NSUInteger; 16 typedef unsigned long long uint64_t; [all …]
|
D | objcmt-ns-macros.m.result | 6 typedef signed char int8_t; 7 typedef short int16_t; 8 typedef int int32_t; 9 typedef long NSInteger; 10 typedef long long int64_t; 12 typedef unsigned char uint8_t; 13 typedef unsigned short uint16_t; 14 typedef unsigned int uint32_t; 15 typedef unsigned long NSUInteger; 16 typedef unsigned long long uint64_t; [all …]
|
D | objcmt-ns-returns-inner-pointer.m | 43 typedef unsigned long CFTypeID; 44 typedef unsigned long CFOptionFlags; 45 typedef unsigned long CFHashCode; 47 typedef signed long CFIndex; /*AnyObj*/ 48 typedef const struct __CFArray * CFArrayRef; 49 typedef struct { 54 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 63 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 65 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
D | objcmt-migrate-all.m | 44 typedef unsigned long CFTypeID; 45 typedef unsigned long CFOptionFlags; 46 typedef unsigned long CFHashCode; 48 typedef signed long CFIndex; /*AnyObj*/ 49 typedef const struct __CFArray * CFArrayRef; 50 typedef struct { 55 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 64 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 66 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
D | objcmt-ns-returns-inner-pointer.m.result | 43 typedef unsigned long CFTypeID; 44 typedef unsigned long CFOptionFlags; 45 typedef unsigned long CFHashCode; 47 typedef signed long CFIndex; /*AnyObj*/ 48 typedef const struct __CFArray * CFArrayRef; 49 typedef struct { 54 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 63 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 65 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-macros.m | 6 typedef signed char int8_t; 7 typedef short int16_t; 8 typedef int int32_t; 9 typedef long NSInteger; 10 typedef long long int64_t; 12 typedef unsigned char uint8_t; 13 typedef unsigned short uint16_t; 14 typedef unsigned int uint32_t; 15 typedef unsigned long NSUInteger; 16 typedef unsigned long long uint64_t; [all …]
|
D | objcmt-ns-macros.m.result | 6 typedef signed char int8_t; 7 typedef short int16_t; 8 typedef int int32_t; 9 typedef long NSInteger; 10 typedef long long int64_t; 12 typedef unsigned char uint8_t; 13 typedef unsigned short uint16_t; 14 typedef unsigned int uint32_t; 15 typedef unsigned long NSUInteger; 16 typedef unsigned long long uint64_t; [all …]
|
D | objcmt-ns-returns-inner-pointer.m | 43 typedef unsigned long CFTypeID; 44 typedef unsigned long CFOptionFlags; 45 typedef unsigned long CFHashCode; 47 typedef signed long CFIndex; /*AnyObj*/ 48 typedef const struct __CFArray * CFArrayRef; 49 typedef struct { 54 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 63 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 65 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
D | objcmt-migrate-all.m | 44 typedef unsigned long CFTypeID; 45 typedef unsigned long CFOptionFlags; 46 typedef unsigned long CFHashCode; 48 typedef signed long CFIndex; /*AnyObj*/ 49 typedef const struct __CFArray * CFArrayRef; 50 typedef struct { 55 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 64 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 66 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
D | objcmt-migrate-all.m.result | 44 typedef unsigned long CFTypeID; 45 typedef unsigned long CFOptionFlags; 46 typedef unsigned long CFHashCode; 48 typedef signed long CFIndex; /*AnyObj*/ 49 typedef const struct __CFArray * CFArrayRef; 50 typedef struct { 55 typedef void (*CFArrayApplierFunction)(const void *value, void *context); 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex { 64 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *contex… 66 typedef struct __CFArray * CFMutableArrayRef; [all …]
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctionTypes.inl | 6 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindAPIFunc) (EGLenum api); 7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, E… 8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, c… 9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EG… 10 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncKHRFunc) (EGLDisplay dpy, … 11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, E… 12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, … 13 typedef EGLW_APICALL EGLImage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGL… 14 typedef EGLW_APICALL EGLImageKHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy,… 15 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLD… [all …]
|
D | eglwTypes.inl | 45 typedef deInt32 EGLint; 46 typedef deUint32 EGLenum; 47 typedef deUint32 EGLBoolean; 48 typedef deIntptr EGLAttrib; 49 typedef deUint64 EGLTime; 51 typedef void* EGLDisplay; 52 typedef void* EGLConfig; 53 typedef void* EGLSurface; 54 typedef void* EGLContext; 55 typedef void* EGLImage; [all …]
|
/external/libcxx/include/ |
D | iosfwd | 54 typedef basic_ios<char> ios; 55 typedef basic_ios<wchar_t> wios; 57 typedef basic_streambuf<char> streambuf; 58 typedef basic_istream<char> istream; 59 typedef basic_ostream<char> ostream; 60 typedef basic_iostream<char> iostream; 62 typedef basic_stringbuf<char> stringbuf; 63 typedef basic_istringstream<char> istringstream; 64 typedef basic_ostringstream<char> ostringstream; 65 typedef basic_stringstream<char> stringstream; [all …]
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp-tools.h.var | 177 typedef enum kmp_mutex_impl_t { 187 typedef enum ompt_callbacks_t { 228 typedef enum ompt_record_t { 234 typedef enum ompt_record_native_t { 239 typedef enum ompt_set_result_t { 248 typedef uint64_t ompt_id_t; 250 typedef uint64_t ompt_device_time_t; 252 typedef uint64_t ompt_buffer_cursor_t; 254 typedef enum ompt_thread_t { 261 typedef enum ompt_scope_endpoint_t { [all …]
|
/external/llvm-project/libcxx/include/ |
D | iosfwd | 53 typedef basic_ios<char> ios; 54 typedef basic_ios<wchar_t> wios; 56 typedef basic_streambuf<char> streambuf; 57 typedef basic_istream<char> istream; 58 typedef basic_ostream<char> ostream; 59 typedef basic_iostream<char> iostream; 61 typedef basic_stringbuf<char> stringbuf; 62 typedef basic_istringstream<char> istringstream; 63 typedef basic_ostringstream<char> ostringstream; 64 typedef basic_stringstream<char> stringstream; [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_types.h.in | 9 typedef unsigned char uint8_t; 10 typedef signed char int8_t; 13 typedef int int64_t; 14 typedef unsigned int uint64_t; 16 typedef long int64_t; 17 typedef unsigned long uint64_t; 20 typedef __signed__ long long int64_t; 22 typedef signed long long int64_t; 24 typedef unsigned long long uint64_t; 28 typedef int int16_t; [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h.in | 15 typedef __U8_TYPEDEF __u8; 17 typedef unsigned char __u8; 24 typedef __S8_TYPEDEF __s8; 26 typedef signed char __s8; 33 typedef __U16_TYPEDEF __u16; 36 typedef unsigned int __u16; 39 typedef unsigned short __u16; 51 typedef __S16_TYPEDEF __s16; 54 typedef int __s16; 57 typedef short __s16; [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | blkid_types.h.in | 15 typedef __U8_TYPEDEF __u8; 17 typedef unsigned char __u8; 24 typedef __S8_TYPEDEF __s8; 26 typedef signed char __s8; 33 typedef __U16_TYPEDEF __u16; 36 typedef unsigned int __u16; 39 typedef unsigned short __u16; 51 typedef __S16_TYPEDEF __s16; 54 typedef int __s16; 57 typedef short __s16; [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlTypesC.rpgle | 10 d xmlCchar s 3i 0 based(######typedef######) 11 d xmlCuchar s 3u 0 based(######typedef######) 12 d xmlCshort s 5i 0 based(######typedef######) 13 d xmlCushort s 5u 0 based(######typedef######) 14 d xmlCint s 10i 0 based(######typedef######) 15 d xmlCuInt s 10u 0 based(######typedef######) 16 d xmlClong s 10i 0 based(######typedef######) 17 d xmlCulong s 10u 0 based(######typedef######) 18 d xmlClonglong s 20i 0 based(######typedef######) 19 d xmlCulonglong s 20u 0 based(######typedef######) [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-other-uses.ll | 7 …%struct.datapartition = type { %typedef.Bitstream*, %typedef.DecodingEnvironment, i32 (%struct.syn… 8 … x i32]]]], [16 x i32], i32**, i32*, i32***, i32**, i32, i32, i32, i32, %typedef.Slice*, %struct.m… 11 …2*)*, void (%struct.syntaxelement*, %struct.inp_par*, %struct.img_par*, %typedef.DecodingEnvironme… 13 %typedef.BiContextType = type { i16, i8 } 14 %typedef.Bitstream = type { i32, i32, i32, i32, i8*, i32 } 15 %typedef.DecodingEnvironment = type { i32, i32, i32, i32, i32, i8*, i32* } 16 …typedef.MotionInfoContexts = type { [4 x [11 x %typedef.BiContextType]], [2 x [9 x %typedef.BiCont… 17 …%typedef.Slice = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, %struct.datapartition*, %type… 18 …typedef.TextureInfoContexts = type { [2 x %typedef.BiContextType], [4 x %typedef.BiContextType], [… 20 …uct.syntaxelement* %se, %struct.inp_par* %inp, %struct.img_par* %img.1, %typedef.DecodingEnvironme…
|
/external/clang/test/Analysis/ |
D | retain-release-inline.m | 16 typedef unsigned int __darwin_natural_t; 17 typedef unsigned long uintptr_t; 18 typedef unsigned int uint32_t; 19 typedef unsigned long long uint64_t; 20 typedef unsigned int UInt32; 21 typedef signed long CFIndex; 22 typedef CFIndex CFByteOrder; 23 typedef struct { 33 typedef const void * CFTypeRef; 34 typedef const struct __CFString * CFStringRef; [all …]
|
12345678910>>...94