HomeSort by relevance Sort by last modified time
    Searched full:define (Results 76 - 100 of 119084) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 2 #define _ASM_X86_UNISTD_32_H
8 #define __NR_restart_syscall 0
9 #define __NR_exit 1
10 #define __NR_fork 2
11 #define __NR_read 3
12 #define __NR_write 4
13 #define __NR_open 5
14 #define __NR_close 6
15 #define __NR_waitpid 7
16 #define __NR_creat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 9 #define SYS__llseek __NR__llseek
10 #define SYS__newselect __NR__newselect
11 #define SYS__sysctl __NR__sysctl
12 #define SYS_access __NR_access
13 #define SYS_acct __NR_acct
14 #define SYS_add_key __NR_add_key
15 #define SYS_adjtimex __NR_adjtimex
16 #define SYS_afs_syscall __NR_afs_syscall
17 #define SYS_alarm __NR_alarm
18 #define SYS_bdflush __NR_bdflus
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
dec.hpp 15 # define BOOST_PREPROCESSOR_ARITHMETIC_DEC_HPP
22 # define BOOST_PP_DEC(x) BOOST_PP_DEC_I(x)
24 # define BOOST_PP_DEC(x) BOOST_PP_DEC_OO((x))
25 # define BOOST_PP_DEC_OO(par) BOOST_PP_DEC_I ## par
28 # define BOOST_PP_DEC_I(x) BOOST_PP_DEC_ ## x
30 # define BOOST_PP_DEC_0 0
31 # define BOOST_PP_DEC_1 0
32 # define BOOST_PP_DEC_2 1
33 # define BOOST_PP_DEC_3 2
34 # define BOOST_PP_DEC_4
    [all...]
inc.hpp 15 # define BOOST_PREPROCESSOR_ARITHMETIC_INC_HPP
22 # define BOOST_PP_INC(x) BOOST_PP_INC_I(x)
24 # define BOOST_PP_INC(x) BOOST_PP_INC_OO((x))
25 # define BOOST_PP_INC_OO(par) BOOST_PP_INC_I ## par
28 # define BOOST_PP_INC_I(x) BOOST_PP_INC_ ## x
30 # define BOOST_PP_INC_0 1
31 # define BOOST_PP_INC_1 2
32 # define BOOST_PP_INC_2 3
33 # define BOOST_PP_INC_3 4
34 # define BOOST_PP_INC_4
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
bool.hpp 15 # define BOOST_PREPROCESSOR_LOGICAL_BOOL_HPP
22 # define BOOST_PP_BOOL(x) BOOST_PP_BOOL_I(x)
24 # define BOOST_PP_BOOL(x) BOOST_PP_BOOL_OO((x))
25 # define BOOST_PP_BOOL_OO(par) BOOST_PP_BOOL_I ## par
28 # define BOOST_PP_BOOL_I(x) BOOST_PP_BOOL_ ## x
30 # define BOOST_PP_BOOL_0 0
31 # define BOOST_PP_BOOL_1 1
32 # define BOOST_PP_BOOL_2 1
33 # define BOOST_PP_BOOL_3 1
34 # define BOOST_PP_BOOL_4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
specstrings.h 6 #define __specstrings
12 #define __nothrow __declspec(nothrow)
17 #define __nothrow
21 #define SAL__deref_in
22 #define SAL__deref_in_ecount(size)
23 #define SAL__deref_in_bcount(size)
25 #define SAL__deref_in_opt
26 #define SAL__deref_in_ecount_opt(size)
27 #define SAL__deref_in_bcount_opt(size)
29 #define SAL__deref_opt_i
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 3 #define single_input 256
4 #define file_input 257
5 #define eval_input 258
6 #define decorator 259
7 #define decorators 260
8 #define decorated 261
9 #define funcdef 262
10 #define parameters 263
11 #define varargslist 264
12 #define fpdef 26
    [all...]
  /external/cblas/testing/
cblas_test.h 6 #define CBLAS_TEST_H
9 #define TRUE 1
10 #define PASSED 1
11 #define TEST_ROW_MJR 1
13 #define FALSE 0
14 #define FAILED 0
15 #define TEST_COL_MJR 0
17 #define INVALID -1
18 #define UNDEFINED -1
26 #define F77_xerbla xerbla
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_32.h 2 #define _ASM_X86_UNISTD_32_H
8 #define __NR_restart_syscall 0
9 #define __NR_exit 1
10 #define __NR_fork 2
11 #define __NR_read 3
12 #define __NR_write 4
13 #define __NR_open 5
14 #define __NR_close 6
15 #define __NR_waitpid 7
16 #define __NR_creat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 10 #define SYS__llseek __NR__llseek
11 #define SYS__newselect __NR__newselect
12 #define SYS__sysctl __NR__sysctl
13 #define SYS_access __NR_access
14 #define SYS_acct __NR_acct
15 #define SYS_add_key __NR_add_key
16 #define SYS_adjtimex __NR_adjtimex
17 #define SYS_afs_syscall __NR_afs_syscall
18 #define SYS_alarm __NR_alarm
19 #define SYS_bdflush __NR_bdflus
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_offsets.h 0 #define OFFSET_x86_EAX 8
2 #define OFFSET_x86_EBX 20
3 #define OFFSET_x86_ECX 12
4 #define OFFSET_x86_EDX 16
5 #define OFFSET_x86_ESI 32
6 #define OFFSET_x86_EDI 36
7 #define OFFSET_x86_EBP 28
8 #define OFFSET_x86_ESP 24
9 #define OFFSET_x86_EIP 68
10 #define OFFSET_x86_CS 28
    [all...]
  /external/clang/test/Driver/Inputs/module/
simple.h 0 #define MODULE_MACRO 10
  /external/clang/test/Index/Inputs/
usrs-system.h 0 #define MACRO_FROM_SYSTEM_HEADER_1 meow
  /external/clang/test/Modules/Inputs/System/usr/include/
dbl_max.h 0 #define DBL_MAX __DBL_MAX__
  /external/clang/test/Modules/Inputs/macro-hiding/
a1.h 0 #define assert(x)
  /external/clang/test/Modules/Inputs/macro-reexport/
a1.h 0 #define assert(x) a
  /external/clang/test/Modules/Inputs/macro-undef-through-pch/
A.h 0 #define AB
  /external/clang/test/Modules/Inputs/
macros-indirect.h 0 #define INDIRECTLY_IN_MACROS 1
macros_other.h 2 #define TOP_OTHER_UNDEF2 42
3 #define TOP_OTHER_REDEF1 1
4 #define TOP_OTHER_REDEF1 3
6 #define TOP_OTHER_DEF_RIGHT_UNDEF 4
  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
a.h 0 #define FROM_PATH 1
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
a.h 0 #define FROM_PATH 2
  /external/clang/test/Modules/Inputs/pr19692/
stdint.h 0 #define INT64_MAX 42

Completed in 651 milliseconds

1 2 34 5 6 7 8 91011>>