HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/strace/
ioctl_iocdef.c 34 * 'DEFINE' into '#define'
38 DEFINE HOST_IOC_NONE _IOC_NONE
39 DEFINE HOST_IOC_READ _IOC_READ
40 DEFINE HOST_IOC_WRITE _IOC_WRITE
42 DEFINE HOST_IOC_SIZESHIFT _IOC_SIZESHIFT
43 DEFINE HOST_IOC_DIRSHIFT _IOC_DIRSHIFT
  /device/linaro/bootloader/edk2/OvmfPkg/
DecomprScratchEnd.fdf.inc 53 DEFINE OUTPUT_SIZE = (128 + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvSize + 16 + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvSize)
59 DEFINE DECOMP_SCRATCH_SIZE = 0x00010000
66 DEFINE OUTPUT_BASE = ($(MEMFD_BASE_ADDRESS) + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvBase + 0x00100000)
67 DEFINE DECOMP_SCRATCH_BASE_UNALIGNED = ($(OUTPUT_BASE) + $(OUTPUT_SIZE))
68 DEFINE DECOMP_SCRATCH_BASE_ALIGNMENT = 0x000FFFFF
69 DEFINE DECOMP_SCRATCH_BASE_MASK = 0xFFF00000
70 DEFINE DECOMP_SCRATCH_BASE = (($(DECOMP_SCRATCH_BASE_UNALIGNED) + $(DECOMP_SCRATCH_BASE_ALIGNMENT)) & $(DECOMP_SCRATCH_BASE_MASK))
OvmfPkg.fdf.inc 18 DEFINE BLOCK_SIZE = 0x1000
19 DEFINE VARS_SIZE = 0x20000
20 DEFINE VARS_BLOCKS = 0x20
24 DEFINE FW_BASE_ADDRESS = 0xFFF00000
25 DEFINE FW_SIZE = 0x00100000
26 DEFINE FW_BLOCKS = 0x100
27 DEFINE CODE_BASE_ADDRESS = 0xFFF20000
28 DEFINE CODE_SIZE = 0x000E0000
29 DEFINE CODE_BLOCKS = 0xE0
30 DEFINE FVMAIN_SIZE = 0x000CC000
    [all...]
  /external/clang/test/Preprocessor/
macro_not_define.c 1 // RUN: %clang_cc1 -E %s | grep '^ # define X 3$'
3 #define H #
4 #define D define
6 #define DEFINE(a, b) H D a b
8 DEFINE(X, 3)
  /device/linaro/bootloader/edk2/EdkShellPkg/
EdkShellPkg.dsc 31 # DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell # when "Shell" directory is under $(WORKSPACE)/EdkShellPkg
33 DEFINE EDK_SHELL_DIR = Shell # when "Shell" directory is directly under $(WORKSPACE)
35 DEFINE MSFT_MACRO = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00009000 /D TIANO_RELEASE_VERSION=0x00080006 /D PCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 /D EFI_DEBUG
36 DEFINE INTEL_MACRO = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00009000 /D TIANO_RELEASE_VERSION=0x00080006 /D PCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 /D EFI_DEBUG
37 DEFINE GCC_MACRO = -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00009000 -DTIANO_RELEASE_VERSION=0x00080006 -DPCD_EDKII_GLUE_PciExpressBaseAddress=0xE0000000 -DEFI_DEBUG -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -DSTRING_DEFINES_FILE=\"$(BASE_NAME)StrDefs.h\"
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 36 #define __STDC_FORMAT_MACROS
48 #define offsetof( type, member ) ((size_t) &((type *)0)->member)
51 #define OFFSET_HEADER( x ) \
62 #define DEFINE_HEADER( x ) \
78 #define DEFINE_UL( s, ul ) \
81 #define DEFINE( s, d ) \
84 #define printf( x ) \
89 #define DEFINE_UL( s, ul ) \
90 printf( "#define %s\t%lu\n", s, (unsigned long) (ul) )
    [all...]
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 49 f = io.StringIO(u"""PDDM-DEFINE foo( )
62 PDDM-DEFINE noArgs( )
66 PDDM-DEFINE-END
68 PDDM-DEFINE oneArg(foo)
70 PDDM-DEFINE twoArgs( bar_ , baz )
92 PDDM-DEFINE another(a,b,c)
106 (u'PDDM-DEFINE foo()\nbody\nPDDM-DEFINED foo\nbaz',
109 (u'PDDM-DEFINE foo()\nbody\nPDDM-DEFINE-END\nPDDM-DEFINE-END\n'
    [all...]
pddm.py 47 Macro Definitions are started with "//%PDDM-DEFINE Name(args)" and all lines
49 macros can be defined in one block by just using a another "//%PDDM-DEFINE"
51 "//%PDDM-DEFINE-END", this can be useful when you want to make it clear that
62 "foo(bar(a))", but you can define foo(a) and bar(b) where bar invokes foo()
87 //%PDDM-DEFINE case(_A, _B)
91 A macro ends at the start of the next one, or an optional %PDDM-DEFINE-END
208 if directive == 'PDDM-DEFINE':
215 if directive == 'PDDM-DEFINE-END':
217 raise PDDMError('Got DEFINE-END directive without an active macro:'
235 assert input_line.startswith('PDDM-DEFINE')
    [all...]
  /external/curl/packages/OS400/
make-tests.sh 61 -D?*) DEFINE="`echo \"${FLAG}\" | sed 's/^..//'`"
62 PGMDEFINES="${PGMDEFINES} '${DEFINE}'"
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 65 # Define value used to compute FLASH regions below reset vector location just below 4GB
67 DEFINE RESET_ADDRESS = 0x100000000 # 4 GB
72 DEFINE FLASH_SIZE = 0x800000
73 DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) # The base address of the Flash Device
78 DEFINE FLASH_BLOCKSIZE = 0x1000 # 4 KB
83 DEFINE FLASH_BLOCKSIZE_DATA = 0x00, 0x10, 0x00, 0x00 # equivalent for DATA blocks
88 DEFINE FLASH_FV_PAYLOAD_BASE = 0x00400000
89 DEFINE FLASH_FV_PAYLOAD_SIZE = 0x00100000
94 DEFINE FLASH_FV_MAIN_BASE = 0x00500000
95 DEFINE FLASH_FV_MAIN_SIZE = 0x001E0000
    [all...]
Quark.fdf 65 # Define value used to compute FLASH regions below reset vector location just below 4GB
67 DEFINE RESET_ADDRESS = 0x100000000 # 4 GB
72 DEFINE FLASH_SIZE = 0x800000
73 DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) # The base address of the Flash Device
78 DEFINE FLASH_BLOCKSIZE = 0x1000 # 4 KB
83 DEFINE FLASH_BLOCKSIZE_DATA = 0x00, 0x10, 0x00, 0x00 # equivalent for DATA blocks
88 DEFINE FLASH_FV_PAYLOAD_BASE = 0x00400000
89 DEFINE FLASH_FV_PAYLOAD_SIZE = 0x00100000
94 DEFINE FLASH_FV_MAIN_BASE = 0x00500000
95 DEFINE FLASH_FV_MAIN_SIZE = 0x001E0000
    [all...]
QuarkMin.dsc 37 DEFINE GALILEO = GEN2
38 DEFINE SECURE_BOOT_ENABLE = FALSE
39 DEFINE SOURCE_DEBUG_ENABLE = FALSE
40 DEFINE PERFORMANCE_ENABLE = FALSE
41 DEFINE LOGGING = FALSE
44 DEFINE LOGGING = TRUE
48 DEFINE SOURCE_DEBUG_ENABLE = FALSE
49 DEFINE LOGGING = FALSE
Quark.dsc 37 DEFINE GALILEO = GEN2
38 DEFINE SECURE_BOOT_ENABLE = FALSE
39 DEFINE SOURCE_DEBUG_ENABLE = FALSE
40 DEFINE PERFORMANCE_ENABLE = FALSE
41 DEFINE LOGGING = FALSE
44 DEFINE LOGGING = TRUE
48 DEFINE SOURCE_DEBUG_ENABLE = FALSE
49 DEFINE LOGGING = FALSE
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 38 #define YY_NO_UNISTD_H
41 #define YY_NO_INPUT
43 #define YY_USER_ACTION \
57 #define YY_USER_INIT \
88 #define RETURN_TOKEN_NEVER_SKIP(token) \
94 #define RETURN_TOKEN(token) \
101 #define RETURN_STRING_TOKEN(token) \
174 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
259 <INITIAL,DEFINE,HASH>"//"[^\r\n]* {
263 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/
AppPkg.dsc 33 DEFINE DEBUG_ENABLE_OUTPUT = FALSE # Set to TRUE to enable debug output
34 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x80000040 # Flags to control amount of debug output
35 DEFINE DEBUG_PROPERTY_MASK = 0
142 # Define EMULATE if we are, else keep the DEFINE commented out.
144 # DEFINE EMULATE = 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-bad.s 35 fred .DEFINE "#01H,mem"
  /build/kati/
expr.h 16 #define EXPR_H_
57 DEFINE,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.sh 3 ## Function define
65 ## Define platform specific environment variables.
103 echo DEFINE ECP_BUILD_ENABLE = TRUE >> $auto_config_inc
128 echo DEFINE X64_CONFIG = FALSE >> $auto_config_inc
131 echo DEFINE X64_CONFIG = TRUE >> $auto_config_inc
148 echo DEFINE ENBDT_PF_BUILD = TRUE >> $auto_config_inc
  /external/llvm/unittests/Support/
Path.cpp 32 #define ASSERT_NO_ERROR(x) \
375 #define EXPECT_TEMP_DIR(prepare, expected) \
775 #define DEFINE(magic) \
777 DEFINE(archive),
778 DEFINE(bitcode),
779 DEFINE(coff_object),
781 DEFINE(coff_import_library),
782 DEFINE(elf_relocatable),
783 DEFINE(macho_universal_binary)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/
StdLib.dsc 37 DEFINE DEBUG_ENABLE_OUTPUT = FALSE # Set to TRUE to enable debug output
38 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x80000000 # Flags to control amount of debug output
39 DEFINE DEBUG_PROPERTY_MASK = 0x0f
  /external/curl/lib/
dict.c 236 "DEFINE "
  /prebuilts/go/darwin-x86/src/cmd/vet/
atomic.go 26 if len(n.Lhs) == 1 && n.Tok == token.DEFINE {
  /prebuilts/go/linux-x86/src/cmd/vet/
atomic.go 26 if len(n.Lhs) == 1 && n.Tok == token.DEFINE {
  /external/zlib/src/contrib/pascal/
example.pas 16 {$DEFINE TEST_COMPRESS}
17 {DO NOT $DEFINE TEST_GZIO}
18 {$DEFINE TEST_DEFLATE}
19 {$DEFINE TEST_INFLATE}
20 {$DEFINE TEST_FLUSH}
21 {$DEFINE TEST_SYNC}
22 {$DEFINE TEST_DICT}
  /prebuilts/go/darwin-x86/src/go/token/
token.go 76 DEFINE // :=
180 DEFINE: ":=",

Completed in 681 milliseconds

1 2 3