Searched refs:define (Results 1 – 25 of 9120) sorted by relevance
12345678910>>...365
/external/smali/dexlib2/src/main/ragel/ |
D | Opcodes.rl | 1 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/ |
D | glwEnums.inl | 6 #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 …]
|
D | glwApi.inl | 6 #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/ |
D | pnglibconf.h.prebuilt | 17 #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/ |
D | eglwEnums.inl | 6 #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 …]
|
D | eglwApi.inl | 6 #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/curl/include/curl/ |
D | curlbuild.h.dist | 2 #define __CURL_CURLBUILD_H 167 # define CURL_SIZEOF_LONG 4 168 # define CURL_TYPEOF_CURL_OFF_T long long 169 # define CURL_FORMAT_CURL_OFF_T "lld" 170 # define CURL_FORMAT_CURL_OFF_TU "llu" 171 # define CURL_FORMAT_OFF_T "%lld" 172 # define CURL_SIZEOF_CURL_OFF_T 8 173 # define CURL_SUFFIX_CURL_OFF_T LL 174 # define CURL_SUFFIX_CURL_OFF_TU ULL 176 # define CURL_SIZEOF_LONG 4 [all …]
|
/external/libcxx/include/ |
D | __config | 12 #define _LIBCPP_CONFIG 19 #define _GNUC_VER (__GNUC__ * 100 + __GNUC_MINOR__) 21 #define _GNUC_VER 0 24 #define _LIBCPP_VERSION 3800 26 #define _LIBCPP_ABI_VERSION 1 28 #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y 29 #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) 31 #define _LIBCPP_NAMESPACE _LIBCPP_CONCAT(__,_LIBCPP_ABI_VERSION) 35 #define __has_attribute(__x) 0 38 #define __has_builtin(__x) 0 [all …]
|
D | cerrno | 12 #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/opencv3/modules/stitching/src/opencl/ |
D | multibandblend.cl | 16 #define NL 19 #define REF(x) x 20 #define __CAT(x, y) x##y 21 #define CAT(x, y) __CAT(x, y) 40 // #define workType TYPE(float, src_CN) 41 // #define convertToWorkType CONVERT_TO(workType) 42 // #define convertWorkTypeToDstType CONVERT(workType, dst_T) 62 #define DECLARE_MAT_ARG(name) \ 69 #define MAT_BYTE_OFFSET(name, x, y) mad24((y)/* + name ## OffsetY*/, name ## StepBytes, ((x)/* + na… 70 #define MAT_RELATIVE_BYTE_OFFSET(name, x, y) mad24(y, name ## StepBytes, (x) * (int)(name ## _TSIZE… [all …]
|
/external/libjpeg-turbo/simd/ |
D | jcolsamp.inc | 18 %define mmA mm0 19 %define mmB mm1 20 %define xmmA xmm0 21 %define xmmB xmm1 23 %define mmA mm2 24 %define mmB mm3 25 %define xmmA xmm2 26 %define xmmB xmm3 28 %define mmA mm4 29 %define mmB mm5 [all …]
|
D | jsimdcfg.inc | 7 %define DCTSIZE 8 8 %define DCTSIZE2 64 12 %define RGB_RED 0 13 %define RGB_GREEN 1 14 %define RGB_BLUE 2 15 %define RGB_PIXELSIZE 3 16 %define EXT_RGB_RED 0 17 %define EXT_RGB_GREEN 1 18 %define EXT_RGB_BLUE 2 19 %define EXT_RGB_PIXELSIZE 3 [all …]
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | ext2tdb-rename | 10 +#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/ |
D | porting-to-ARM.txt | 73 #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/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 7 %define DCTSIZE 8 8 %define DCTSIZE2 64 12 %define RGB_RED 0 13 %define RGB_GREEN 1 14 %define RGB_BLUE 2 15 %define RGB_PIXELSIZE 3 16 %define EXT_RGB_RED 0 17 %define EXT_RGB_GREEN 1 18 %define EXT_RGB_BLUE 2 19 %define EXT_RGB_PIXELSIZE 3 [all …]
|
/external/llvm/test/Bitcode/ |
D | attributes.ll | 5 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 …]
|
D | attributes-3.3.ll | 8 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/opencv3/3rdparty/zlib/ |
D | zconf.h.cmakein | 9 #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/zlib/src/ |
D | zconf.h.cmakein | 9 #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 …]
|
D | zconf.h.in | 9 #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 …]
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd-definitions.conf | 11 define 1 request ipaddress subnet_mask 14 define 121 rfc3442 classless_static_routes 17 define 249 rfc3442 ms_classless_static_routes 18 define 33 request array ipaddress static_routes 19 define 3 request array ipaddress routers 20 define 2 uint32 time_offset 21 define 4 array ipaddress time_servers 22 define 5 array ipaddress ien116_name_servers 23 define 6 array ipaddress domain_name_servers 24 define 7 array ipaddress log_servers [all …]
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h.in | 7 #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) ((int)(la)) 16 # define MALLOCX_ALIGN(a) ((int)(ffs(a)-1)) 18 # define MALLOCX_ALIGN(a) \ 22 # define MALLOCX_ZERO ((int)0x40) [all …]
|
/external/parameter-framework/support/android/asio/ |
D | asio_defines.txt | 2 #define ASIO_STANDALONE 3 #define ASIO_HEADER_ONLY=1 20 #define __clang__ 22 #define ASIO_HAS_STD_SYSTEM_ERROR 1 23 #define ASIO_HAS_STD_ARRAY 1 24 #define ASIO_HAS_STD_SHARED_PTR 1 25 #define ASIO_HAS_STD_ATOMIC 1 26 #define ASIO_HAS_STD_ADDRESSOF 1 27 #define ASIO_HAS_STD_FUNCTION 1 28 #define ASIO_HAS_STD_TYPE_TRAITS 1 [all …]
|
/external/v8/src/js/ |
D | macros.py | 31 define NONE = 0; 32 define READ_ONLY = 1; 33 define DONT_ENUM = 2; 34 define DONT_DELETE = 4; 35 define NEW_ONE_BYTE_STRING = true; 36 define NEW_TWO_BYTE_STRING = false; 39 define GETTER = 0; 40 define SETTER = 1; 45 define kSafeArgumentsLength = 0x800000; 48 define kMaxSafeInteger = 9007199254740991; [all …]
|
/external/libxml2/vms/ |
D | config.vms | 3 #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 …]
|
12345678910>>...365