Home
last modified time | relevance | path

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

12345678910>>...306

/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_FLAG_NO_ERROR_BIT 0x00000008
14 #define GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR 0x00000008
15 #define GL_CONTEXT_CORE_PROFILE_BIT 0x00000001
[all …]
/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/libpng/scripts/
Dpnglibconf.h.prebuilt17 #define PNGLCONF_H
19 #define PNG_16BIT_SUPPORTED
20 #define PNG_ALIGNED_MEMORY_SUPPORTED
25 #define PNG_BENIGN_ERRORS_SUPPORTED
26 #define PNG_BENIGN_READ_ERRORS_SUPPORTED
28 #define PNG_BUILD_GRAYSCALE_PALETTE_SUPPORTED
29 #define PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
30 #define PNG_COLORSPACE_SUPPORTED
31 #define PNG_CONSOLE_IO_SUPPORTED
32 #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_MUTABLE_RENDER_BUFFER_BIT_KHR 0x1000
[all …]
DeglwEnumsC.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_MUTABLE_RENDER_BUFFER_BIT_KHR 0x1000
[all …]
/external/syslinux/core/
Dpxe.inc20 %define _PXE_INC 1
22 %define PXENV_TFTP_OPEN 0x0020
23 %define PXENV_TFTP_CLOSE 0x0021
24 %define PXENV_TFTP_READ 0x0022
25 %define PXENV_TFTP_READ_FILE 0x0023
26 %define PXENV_TFTP_READ_FILE_PMODE 0x0024
27 %define PXENV_TFTP_GET_FSIZE 0x0025
29 %define PXENV_UDP_OPEN 0x0030
30 %define PXENV_UDP_CLOSE 0x0031
31 %define PXENV_UDP_READ 0x0032
[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/libxkbcommon/xkbcommon/test/data/keycodes/
Devdev189 <LNFD> = 109; // #define KEY_LINEFEED 101
190 <I120> = 120; // #define KEY_MACRO 112
191 <I126> = 126; // #define KEY_KPPLUSMINUS 118
192 <I128> = 128; // #define KEY_SCALE 120
193 <I129> = 129; // #define KEY_KPCOMMA 121
194 <I147> = 147; // #define KEY_MENU 139
195 <I148> = 148; // #define KEY_CALC 140
196 <I149> = 149; // #define KEY_SETUP 141
197 <I150> = 150; // #define KEY_SLEEP 142
198 <I151> = 151; // #define KEY_WAKEUP 143
[all …]
/external/libcxx/include/
D__config12 #define _LIBCPP_CONFIG
16 #define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
27 #define _GNUC_VER (__GNUC__ * 100 + __GNUC_MINOR__)
30 #define _GNUC_VER_NEW (_GNUC_VER * 10 + __GNUC_PATCHLEVEL__)
32 #define _GNUC_VER 0
33 #define _GNUC_VER_NEW 0
36 #define _LIBCPP_VERSION 7000
39 #define _LIBCPP_ABI_VERSION 1
43 #define _LIBCPP_OBJECT_FORMAT_ELF 1
45 #define _LIBCPP_OBJECT_FORMAT_MACHO 1
[all …]
/external/zlib/src/
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 …]
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 …]
/external/python/cpython3/Modules/zlib/
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 …]
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 …]
/external/libjpeg-turbo/simd/
Djcolsamp.inc17 %define mmA mm0
18 %define mmB mm1
19 %define xmmA xmm0
20 %define xmmB xmm1
22 %define mmA mm2
23 %define mmB mm3
24 %define xmmA xmm2
25 %define xmmB xmm3
27 %define mmA mm4
28 %define mmB mm5
[all …]
Djsimdcfg.inc7 %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/capstone/arch/ARM/
DARMGenSubtargetInfo.inc16 #define ARM_FeatureAAPCS (1ULL << 0)
17 #define ARM_FeatureAClass (1ULL << 1)
18 #define ARM_FeatureAPCS (1ULL << 2)
19 #define ARM_FeatureAvoidMOVsShOp (1ULL << 3)
20 #define ARM_FeatureAvoidPartialCPSR (1ULL << 4)
21 #define ARM_FeatureCRC (1ULL << 5)
22 #define ARM_FeatureCrypto (1ULL << 6)
23 #define ARM_FeatureD16 (1ULL << 7)
24 #define ARM_FeatureDB (1ULL << 8)
25 #define ARM_FeatureDSPThumb2 (1ULL << 9)
[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 …]
/external/python/cpython2/Modules/zlib/
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 …]
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 …]
/external/pcre/dist2/src/
Dpcre2.h.generic40 #define _PCRE2_H
44 #define PCRE2_MAJOR 10
45 #define PCRE2_MINOR 22
46 #define PCRE2_PRERELEASE
47 #define PCRE2_DATE 2016-07-29
56 # define PCRE2_EXP_DECL extern __declspec(dllimport)
64 # define PCRE2_EXP_DECL extern "C"
66 # define PCRE2_EXP_DECL extern
88 #define PCRE2_ANCHORED 0x80000000u
89 #define PCRE2_NO_UTF_CHECK 0x40000000u
[all …]
Dpcre2.h.in40 #define _PCRE2_H
44 #define PCRE2_MAJOR @PCRE2_MAJOR@
45 #define PCRE2_MINOR @PCRE2_MINOR@
46 #define PCRE2_PRERELEASE @PCRE2_PRERELEASE@
47 #define PCRE2_DATE @PCRE2_DATE@
56 # define PCRE2_EXP_DECL extern __declspec(dllimport)
64 # define PCRE2_EXP_DECL extern "C"
66 # define PCRE2_EXP_DECL extern
88 #define PCRE2_ANCHORED 0x80000000u
89 #define PCRE2_NO_UTF_CHECK 0x40000000u
[all …]
/external/capstone/arch/PowerPC/
DPPCGenSubtargetInfo.inc16 #define PPC_DeprecatedDST (1ULL << 0)
17 #define PPC_DeprecatedMFTB (1ULL << 1)
18 #define PPC_Directive32 (1ULL << 2)
19 #define PPC_Directive64 (1ULL << 3)
20 #define PPC_Directive440 (1ULL << 4)
21 #define PPC_Directive601 (1ULL << 5)
22 #define PPC_Directive602 (1ULL << 6)
23 #define PPC_Directive603 (1ULL << 7)
24 #define PPC_Directive604 (1ULL << 8)
25 #define PPC_Directive620 (1ULL << 9)
[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/skia/third_party/libjpeg-turbo/
Djsimdcfg.inc7 %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/skqp/third_party/libjpeg-turbo/
Djsimdcfg.inc7 %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 …]

12345678910>>...306