/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | string.in.h | 81 # define memmem(a,al,b,bl) \ argument 97 # define mempcpy(a,b,n) \ argument 111 # define memrchr(a,b,c) \ argument 127 # define rawmemchr(a,b) \ argument 140 # define stpcpy(a,b) \ argument 156 # define stpncpy(a,b,n) \ argument 181 # define strchrnul(a,b) \ argument 198 # define strdup(a) \ argument 215 # define strndup(a,n) \ argument 231 # define strnlen(a,n) \ argument [all …]
|
D | file-has-acl.c | 246 acl_nontrivial (struct acl *a) in acl_nontrivial()
|
D | regex_internal.h | 477 # define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | complex.cpp | 267 static complex<_Tp> powT(const _Tp& a, const complex<_Tp>& b) { in powT() 286 static complex<_Tp> powT(const complex<_Tp>& a, const _Tp& b) { in powT() 296 static complex<_Tp> powT(const complex<_Tp>& a, const complex<_Tp>& b) { in powT() 305 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const float& a, const complex<float>& b) in pow() 311 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const float& b) in pow() 314 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const complex<float>& b) in pow() 317 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const double& a, const complex<double>& b) in pow() 323 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const double& b) in pow() 326 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const complex<double>& b) in pow() 330 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const long double& a, in pow() [all …]
|
D | aligned_buffer.h | 9 struct { double a; double b; } padding; member
|
D | num_put_float.cpp | 291 # define _STLP_APPEND(a, b) a##b argument
|
/ndk/tests/device/test-stlport/unit/ |
D | copy_test.cpp | 51 int a[] = {0, 1, 2, 3, 4, 5}; in copy_volatile() local 61 const int a[] = {0, 1, 2, 3, 4, 5}; in copy_volatile() local
|
D | rawriter_test.cpp | 43 allocator<X> a; in rawiter1() local
|
D | swap_test.cpp | 47 int a = 42; in swap1() local
|
D | vector_test.cpp | 290 unsigned int a[3]; member
|
D | string_test.cpp | 302 string a(256, 'a'); in short_string() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | copy_test.cpp | 51 int a[] = {0, 1, 2, 3, 4, 5}; in copy_volatile() local 61 const int a[] = {0, 1, 2, 3, 4, 5}; in copy_volatile() local
|
D | rawriter_test.cpp | 43 allocator<X> a; in rawiter1() local
|
D | swap_test.cpp | 47 int a = 42; in swap1() local
|
D | vector_test.cpp | 290 unsigned int a[3]; member
|
D | string_test.cpp | 302 string a(256, 'a'); in short_string() local
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _hpacc.h | 43 # define _STLP_FORCE_ALLOCATORS(t,a) \ argument 63 # define _STLP_FORCE_ALLOCATORS(t,a) \ argument 119 # define _STLP_FORCE_ALLOCATORS(t,a) \ argument
|
D | _como.h | 99 inline int min(int a, int b) { return a>b ? b : a; } in min()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_defs.h | 66 #define ELFF_ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 63 #define EQ(a, b) ((a) == (b)) argument 110 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) argument
|
D | regcomp.c | 118 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument 120 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {} in pthread_allocator()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 77 #define min(a,b) (((a) < (b)) ? a : b) argument
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 1056 struct addr a; local
|
D | execute.c | 489 line_exchange(a, b, state) in line_exchange() argument
|