Home
last modified time | relevance | path

Searched refs:define (Results 1 – 25 of 6114) sorted by relevance

12345678910>>...245

/external/smali/dexlib2/src/main/ragel/
DOpcodes.rl1 define nop 0
2 define move 1
3 define move_from16 2
4 define move_16 3
5 define move_wide 4
6 define move_wide_from16 5
7 define move_wide_16 6
8 define move_object 7
9 define move_object_from16 8
10 define move_object_16 9
[all …]
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl6 #define GL_DEPTH_BUFFER_BIT 0x00000100
7 #define GL_STENCIL_BUFFER_BIT 0x00000400
8 #define GL_COLOR_BUFFER_BIT 0x00004000
9 #define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x00000001
10 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002
11 #define GL_CONTEXT_FLAG_DEBUG_BIT_KHR 0x00000002
12 #define GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT 0x00000004
13 #define GL_CONTEXT_CORE_PROFILE_BIT 0x00000001
14 #define GL_CONTEXT_COMPATIBILITY_PROFILE_BIT 0x00000002
15 #define GL_MAP_READ_BIT 0x0001
[all …]
DglwApi.inl6 #define glActiveShaderProgram glwActiveShaderProgram
7 #define glActiveTexture glwActiveTexture
8 #define glAttachShader glwAttachShader
9 #define glBeginConditionalRender glwBeginConditionalRender
10 #define glBeginQuery glwBeginQuery
11 #define glBeginQueryIndexed glwBeginQueryIndexed
12 #define glBeginTransformFeedback glwBeginTransformFeedback
13 #define glBindAttribLocation glwBindAttribLocation
14 #define glBindBuffer glwBindBuffer
15 #define glBindBufferBase glwBindBufferBase
[all …]
/external/libpng/scripts/
Dpnglibconf.h.prebuilt17 #define PNGLCONF_H
19 #define PNG_16BIT_SUPPORTED
20 #define PNG_ALIGNED_MEMORY_SUPPORTED
23 #define PNG_BENIGN_ERRORS_SUPPORTED
24 #define PNG_BENIGN_READ_ERRORS_SUPPORTED
26 #define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED
27 #define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
28 #define PNG_COLORSPACE_SUPPORTED
29 #define PNG_CONSOLE_IO_SUPPORTED
30 #define PNG_CONVERT_tIME_SUPPORTED
[all …]
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl6 #define EGL_PBUFFER_BIT 0x0001
7 #define EGL_PIXMAP_BIT 0x0002
8 #define EGL_WINDOW_BIT 0x0004
9 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020
10 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040
11 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080
12 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100
13 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200
14 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400
15 #define EGL_OPENGL_ES_BIT 0x0001
[all …]
DeglwApi.inl6 #define eglBindAPI eglwBindAPI
7 #define eglBindTexImage eglwBindTexImage
8 #define eglChooseConfig eglwChooseConfig
9 #define eglClientWaitSync eglwClientWaitSync
10 #define eglClientWaitSyncKHR eglwClientWaitSyncKHR
11 #define eglCopyBuffers eglwCopyBuffers
12 #define eglCreateContext eglwCreateContext
13 #define eglCreateImage eglwCreateImage
14 #define eglCreateImageKHR eglwCreateImageKHR
15 #define eglCreatePbufferFromClientBuffer eglwCreatePbufferFromClientBuffer
[all …]
/external/libcxx/include/
D__config12 #define _LIBCPP_CONFIG
19 #define _GNUC_VER (__GNUC__ * 100 + __GNUC_MINOR__)
26 #define _LIBCPP_VERSION 1101
28 #define _LIBCPP_ABI_VERSION 1
30 #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
31 #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
33 #define _LIBCPP_NAMESPACE _LIBCPP_CONCAT(__,_LIBCPP_ABI_VERSION)
37 #define _LIBCPP_LITTLE_ENDIAN 1
38 #define _LIBCPP_BIG_ENDIAN 0
44 #define _LIBCPP_LITTLE_ENDIAN 0
[all …]
Dcerrno12 #define _LIBCPP_CERRNO
49 #define EOWNERDEAD __elast1
53 #define ELAST EOWNERDEAD
58 #define ENOTRECOVERABLE __elast1
61 #define ELAST ENOTRECOVERABLE
66 #define EOWNERDEAD __elast1
67 #define ENOTRECOVERABLE __elast2
70 #define ELAST ENOTRECOVERABLE
80 #define EAFNOSUPPORT 9901
84 #define EADDRINUSE 9902
[all …]
/external/libvncserver/
Dconfig.log171 | #define PACKAGE_NAME "LibVNCServer"
172 | #define PACKAGE_TARNAME "libvncserver"
173 | #define PACKAGE_VERSION "0.9.9"
174 | #define PACKAGE_STRING "LibVNCServer 0.9.9"
175 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
176 | #define PACKAGE_URL ""
177 | #define PACKAGE "LibVNCServer"
178 | #define VERSION "0.9.9"
190 | #define PACKAGE_NAME "LibVNCServer"
191 | #define PACKAGE_TARNAME "libvncserver"
[all …]
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename10 +#define tdb_open ext2fs_tdb_open
11 +#define tdb_open_ex ext2fs_tdb_open_ex
12 +#define tdb_set_max_dead ext2fs_tdb_set_max_dead
13 +#define tdb_reopen ext2fs_tdb_reopen
14 +#define tdb_reopen_all ext2fs_tdb_reopen_all
15 +#define tdb_set_logging_function ext2fs_tdb_set_logging_function
16 +#define tdb_error ext2fs_tdb_error
17 +#define tdb_errorstr ext2fs_tdb_errorstr
18 +#define tdb_fetch ext2fs_tdb_fetch
19 +#define tdb_parse_record ext2fs_tdb_parse_record
[all …]
/external/valgrind/docs/internals/
Dporting-to-ARM.txt73 #define PLAX_(const, name) \
75 #define PLAXY(const, name) \
100 # define VG_CLREQ_ARGS guest_R0
101 # define VG_CLREQ_RET guest_R0
107 # define VG_MIN_INSTR_SZB 4
108 # define VG_MAX_INSTR_SZB 4
109 # define VG_STACK_REDZONE_SZB 0
115 # define VG_REGPARM(n) /* */
121 # define VG_ELF_ENDIANNESS ELFDATA2LSB
122 # define VG_ELF_MACHINE EM_ARM
[all …]
/external/zlib/src/
Dzconf.h.in9 #define ZCONF_H
18 # define Z_PREFIX_SET
21 # define _dist_code z__dist_code
22 # define _length_code z__length_code
23 # define _tr_align z__tr_align
24 # define _tr_flush_bits z__tr_flush_bits
25 # define _tr_flush_block z__tr_flush_block
26 # define _tr_init z__tr_init
27 # define _tr_stored_block z__tr_stored_block
28 # define _tr_tally z__tr_tally
[all …]
Dzconf.h.cmakein9 #define ZCONF_H
20 # define Z_PREFIX_SET
23 # define _dist_code z__dist_code
24 # define _length_code z__length_code
25 # define _tr_align z__tr_align
26 # define _tr_flush_bits z__tr_flush_bits
27 # define _tr_flush_block z__tr_flush_block
28 # define _tr_init z__tr_init
29 # define _tr_stored_block z__tr_stored_block
30 # define _tr_tally z__tr_tally
[all …]
/external/llvm/test/Bitcode/
Dattributes.ll5 define void @f1(i8 zeroext)
6 ; CHECK: define void @f1(i8 zeroext)
11 define void @f2(i8 signext)
12 ; CHECK: define void @f2(i8 signext)
17 define void @f3() noreturn
18 ; CHECK: define void @f3() #0
23 define void @f4(i8 inreg)
24 ; CHECK: define void @f4(i8 inreg)
29 define void @f5(i8* sret)
30 ; CHECK: define void @f5(i8* sret)
[all …]
Dattributes-3.3.ll8 define void @f1(i8 zeroext)
9 ; CHECK: define void @f1(i8 zeroext)
14 define void @f2(i8 signext)
15 ; CHECK: define void @f2(i8 signext)
20 define void @f3() noreturn
21 ; CHECK: define void @f3() #0
26 define void @f4(i8 inreg)
27 ; CHECK: define void @f4(i8 inreg)
32 define void @f5(i8* sret)
33 ; CHECK: define void @f5(i8* sret)
[all …]
/external/sepolicy/
Dglobal_macros4 define(`capability_class_set', `{ capability capability2 }')
6 define(`devfile_class_set', `{ chr_file blk_file }')
7 define(`notdevfile_class_set', `{ file lnk_file sock_file fifo_file }')
8 define(`file_class_set', `{ devfile_class_set notdevfile_class_set }')
9 define(`dir_file_class_set', `{ dir file_class_set }')
11 define(`socket_class_set', `{ socket tcp_socket udp_socket rawip_socket netlink_socket packet_socke…
12 define(`dgram_socket_class_set', `{ udp_socket unix_dgram_socket }')
13 define(`stream_socket_class_set', `{ tcp_socket unix_stream_socket }')
14 define(`unpriv_socket_class_set', `{ tcp_socket udp_socket unix_stream_socket unix_dgram_socket }')
16 define(`ipc_class_set', `{ sem msgq shm ipc }')
[all …]
/external/jemalloc/include/jemalloc/
Djemalloc_macros.h.in7 #define JEMALLOC_VERSION "@jemalloc_version@"
8 #define JEMALLOC_VERSION_MAJOR @jemalloc_version_major@
9 #define JEMALLOC_VERSION_MINOR @jemalloc_version_minor@
10 #define JEMALLOC_VERSION_BUGFIX @jemalloc_version_bugfix@
11 #define JEMALLOC_VERSION_NREV @jemalloc_version_nrev@
12 #define JEMALLOC_VERSION_GID "@jemalloc_version_gid@"
14 # define MALLOCX_LG_ALIGN(la) (la)
16 # define MALLOCX_ALIGN(a) (ffs(a)-1)
18 # define MALLOCX_ALIGN(a) \
21 # define MALLOCX_ZERO ((int)0x40)
[all …]
/external/libxml2/vms/
Dconfig.vms3 #define VMS 1
6 #define HAVE_STRFTIME 1
9 #define STDC_HEADERS 1
17 # define HAVE_ISNAN 1
22 #define ICONV_CONST
31 #define HAVE_FP_CLASS 1
40 #define HAVE_LOCALTIME 1
46 #define HAVE_STRDUP 1
49 #define HAVE_STRERROR 1
52 #define HAVE_STRFTIME 1
[all …]
/external/srtp/
Dconfig.log148 | #define PACKAGE_NAME ""
149 | #define PACKAGE_TARNAME ""
150 | #define PACKAGE_VERSION ""
151 | #define PACKAGE_STRING ""
152 | #define PACKAGE_BUGREPORT ""
153 | #define DEV_URANDOM "/dev/urandom"
165 | #define PACKAGE_NAME ""
166 | #define PACKAGE_TARNAME ""
167 | #define PACKAGE_VERSION ""
168 | #define PACKAGE_STRING ""
[all …]
/external/pcre/dist/
Dpcre.h.in40 #define _PCRE_H
44 #define PCRE_MAJOR @PCRE_MAJOR@
45 #define PCRE_MINOR @PCRE_MINOR@
46 #define PCRE_PRERELEASE @PCRE_PRERELEASE@
47 #define PCRE_DATE @PCRE_DATE@
56 # define PCRE_EXP_DECL extern __declspec(dllimport)
60 # define PCRECPP_EXP_DECL extern __declspec(dllimport)
63 # define PCRECPP_EXP_DEFN __declspec(dllimport)
72 # define PCRE_EXP_DECL extern "C"
74 # define PCRE_EXP_DECL extern
[all …]
Dpcre.h.generic40 #define _PCRE_H
44 #define PCRE_MAJOR 8
45 #define PCRE_MINOR 36
46 #define PCRE_PRERELEASE
47 #define PCRE_DATE 2014-09-26
56 # define PCRE_EXP_DECL extern __declspec(dllimport)
60 # define PCRECPP_EXP_DECL extern __declspec(dllimport)
63 # define PCRECPP_EXP_DEFN __declspec(dllimport)
72 # define PCRE_EXP_DECL extern "C"
74 # define PCRE_EXP_DECL extern
[all …]
/external/libxml2/include/libxml/
Dxmlversion.h.in11 #define __XML_VERSION_H__
32 #define LIBXML_DOTTED_VERSION "@VERSION@"
39 #define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
46 #define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
53 #define LIBXML_VERSION_EXTRA "@LIBXML_VERSION_EXTRA@"
61 #define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
70 #define WITH_TRIO
77 #define WITHOUT_TRIO
85 #define WITH_TRIO 1
96 #define LIBXML_THREAD_ENABLED
[all …]
/external/llvm/test/CodeGen/Generic/
DAPIntSextParam.ll259 define void @i1_ls(i1 signext %x) nounwind {
264 define void @i2_ls(i2 signext %x) nounwind {
269 define void @i3_ls(i3 signext %x) nounwind {
274 define void @i4_ls(i4 signext %x) nounwind {
279 define void @i5_ls(i5 signext %x) nounwind {
284 define void @i6_ls(i6 signext %x) nounwind {
289 define void @i7_ls(i7 signext %x) nounwind {
294 define void @i8_ls(i8 signext %x) nounwind {
299 define void @i9_ls(i9 signext %x) nounwind {
304 define void @i10_ls(i10 signext %x) nounwind {
[all …]
DAPIntParam.ll259 define void @i1_ls(i1 %x) nounwind {
264 define void @i2_ls(i2 %x) nounwind {
269 define void @i3_ls(i3 %x) nounwind {
274 define void @i4_ls(i4 %x) nounwind {
279 define void @i5_ls(i5 %x) nounwind {
284 define void @i6_ls(i6 %x) nounwind {
289 define void @i7_ls(i7 %x) nounwind {
294 define void @i8_ls(i8 %x) nounwind {
299 define void @i9_ls(i9 %x) nounwind {
304 define void @i10_ls(i10 %x) nounwind {
[all …]
DAPIntZextParam.ll259 define void @i1_ls(i1 zeroext %x) nounwind {
264 define void @i2_ls(i2 zeroext %x) nounwind {
269 define void @i3_ls(i3 zeroext %x) nounwind {
274 define void @i4_ls(i4 zeroext %x) nounwind {
279 define void @i5_ls(i5 zeroext %x) nounwind {
284 define void @i6_ls(i6 zeroext %x) nounwind {
289 define void @i7_ls(i7 zeroext %x) nounwind {
294 define void @i8_ls(i8 zeroext %x) nounwind {
299 define void @i9_ls(i9 zeroext %x) nounwind {
304 define void @i10_ls(i10 zeroext %x) nounwind {
[all …]

12345678910>>...245