OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:define
(Results
526 - 550
of
119084
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libvpx/config/arm64/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 1
14
#
define
ARCH_MIPS 0
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/generic/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 0
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/mips32/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 1
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/mips32-dspr2/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 1
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/mips64/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 1
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/x86/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 0
15
#
define
ARCH_X86 1
16
#
define
ARCH_X86_64 0
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/external/libvpx/config/x86_64/
vpx_config.h
10
#
define
VPX_CONFIG_H
11
#
define
RESTRICT
12
#
define
INLINE inline
13
#
define
ARCH_ARM 0
14
#
define
ARCH_MIPS 0
15
#
define
ARCH_X86 0
16
#
define
ARCH_X86_64 1
17
#
define
HAVE_EDSP 0
18
#
define
HAVE_MEDIA 0
19
#
define
HAVE_NEON
[
all
...]
/development/ndk/platforms/android-21/arch-x86_64/include/machine/
elf_machdep.h
5
#
define
ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
6
#
define
ELF32_MACHDEP_ID_CASES \
10
#
define
ELF64_MACHDEP_ENDIANNESS ELFDATA2LSB
11
#
define
ELF64_MACHDEP_ID_CASES \
15
#
define
ELF32_MACHDEP_ID EM_386
16
#
define
ELF64_MACHDEP_ID EM_X86_64
18
#
define
ARCH_ELFSIZE 64 /* MD native binary size */
22
#
define
R_X86_64_NONE 0
23
#
define
R_X86_64_64 1
24
#
define
R_X86_64_PC32
[
all
...]
/development/ndk/platforms/android-3/arch-arm/include/asm/
pgtable-hwdef.h
13
#
define
_ASMARM_PGTABLE_HWDEF_H
15
#
define
PMD_TYPE_MASK (3 << 0)
16
#
define
PMD_TYPE_FAULT (0 << 0)
17
#
define
PMD_TYPE_TABLE (1 << 0)
18
#
define
PMD_TYPE_SECT (2 << 0)
19
#
define
PMD_BIT4 (1 << 4)
20
#
define
PMD_DOMAIN(x) ((x) << 5)
21
#
define
PMD_PROTECTION (1 << 9)
23
#
define
PMD_SECT_BUFFERABLE (1 << 2)
24
#
define
PMD_SECT_CACHEABLE (1 << 3
[
all
...]
/external/aac/libMpegTPDec/src/
version
3
#
define
TP_LIB_VL0 2
4
#
define
TP_LIB_VL1 3
5
#
define
TP_LIB_VL2 7
6
#
define
TP_LIB_TITLE "MPEG Transport"
8
#
define
TP_LIB_BUILD_DATE ""
9
#
define
TP_LIB_BUILD_TIME ""
11
#
define
TP_LIB_BUILD_DATE __DATE__
12
#
define
TP_LIB_BUILD_TIME __TIME__
/external/aac/libMpegTPEnc/src/
version
3
#
define
TP_LIB_VL0 2
4
#
define
TP_LIB_VL1 3
5
#
define
TP_LIB_VL2 6
6
#
define
TP_LIB_TITLE "MPEG Transport"
8
#
define
TP_LIB_BUILD_DATE ""
9
#
define
TP_LIB_BUILD_TIME ""
11
#
define
TP_LIB_BUILD_DATE __DATE__
12
#
define
TP_LIB_BUILD_TIME __TIME__
/external/clang/test/CodeCompletion/Inputs/
macros.h
0
#
define
FOO
2
#
define
BAR(X, Y) X, Y
3
#
define
IDENTITY(X) X
4
#
define
WIBBLE(...)
5
#
define
DEAD_MACRO
7
#
define
MACRO_WITH_HISTORY a
9
#
define
MACRO_WITH_HISTORY b, c
11
#
define
MACRO_WITH_HISTORY(X, Y) X->Y
/external/clang/test/Index/
getcursor-pp-pch.c.h
0
#
define
OBSCURE(X) X
2
#
define
DECORATION
/external/iptables/include/
xtables-version.h
0
#
define
XTABLES_VERSION "libxtables.so.10"
2
#
define
XTABLES_VERSION_CODE 10
/external/kernel-headers/original/uapi/asm-generic/
setup.h
2
#
define
__ASM_GENERIC_SETUP_H
4
#
define
COMMAND_LINE_SIZE 512
/external/kernel-headers/original/uapi/asm-mips/asm/
setup.h
2
#
define
_UAPI_MIPS_SETUP_H
4
#
define
COMMAND_LINE_SIZE 4096
/external/mesa3d/src/glsl/glcpp/tests/
005-define-composite-chain.c
0
#
define
foo 1
2
#
define
bar a foo
006-define-composite-chain-reverse.c
0
#
define
bar a foo
2
#
define
foo 1
015-define-object-with-parens.c
0
#
define
foo ()1
3
#
define
bar ()2
018-define-func-macro-as-parameter.c
0
#
define
x 0
2
#
define
foo(x) x
029-define-chain-obj-to-func-with-args.c
0
#
define
bar(failure) failure
2
#
define
foo bar(success)
036-define-func-non-macro-multi-token-argument.c
0
#
define
bar success
2
#
define
foo(x) x
039-func-arg-obj-macro-with-comma.c
0
#
define
foo(a) (a)
2
#
define
bar two,words
060-left-paren-in-macro-right-paren-in-text.c
0
#
define
double(a) a*2
2
#
define
foo double(
/external/pdfium/core/include/fxcodec/
fx_codec_def.h
8
#
define
CORE_INCLUDE_FXCODEC_FX_CODEC_DEF_H_
25
#
define
JP2_SPACE_INVALID -1
26
#
define
JPX_SPACE_INVALID -1
27
#
define
JP2_SPACE_bilevel1 0
28
#
define
JP2_SPACE_YCbCr1 1
29
#
define
JP2_SPACE_YCbCr2 3
30
#
define
JP2_SPACE_YCbCr3 4
31
#
define
JP2_SPACE_PhotoYCC 9
32
#
define
JP2_SPACE_CMY 11
33
#
define
JP2_SPACE_CMYK 1
[
all
...]
Completed in 3237 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>