Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h81 # 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 …]
Dfile-has-acl.c246 acl_nontrivial (struct acl *a) in acl_nontrivial()
Dregex_internal.h477 # define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp267 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 …]
Daligned_buffer.h9 struct { double a; double b; } padding; member
Dnum_put_float.cpp291 # define _STLP_APPEND(a, b) a##b argument
/ndk/tests/device/test-stlport/unit/
Dcopy_test.cpp51 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
Drawriter_test.cpp43 allocator<X> a; in rawiter1() local
Dswap_test.cpp47 int a = 42; in swap1() local
Dvector_test.cpp290 unsigned int a[3]; member
Dstring_test.cpp302 string a(256, 'a'); in short_string() local
/ndk/tests/device/test-gnustl-full/unit/
Dcopy_test.cpp51 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
Drawriter_test.cpp43 allocator<X> a; in rawiter1() local
Dswap_test.cpp47 int a = 42; in swap1() local
Dvector_test.cpp290 unsigned int a[3]; member
Dstring_test.cpp302 string a(256, 'a'); in short_string() local
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_hpacc.h43 # 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.h99 inline int min(int a, int b) { return a>b ? b : a; } in min()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_defs.h66 #define ELFF_ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
/ndk/sources/host-tools/ndk-stack/regex/
Dregexec.c63 #define EQ(a, b) ((a) == (b)) argument
110 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) argument
Dregcomp.c118 #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.h115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {} in pthread_allocator()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c77 #define min(a,b) (((a) < (b)) ? a : b) argument
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c1056 struct addr a; local
Dexecute.c489 line_exchange(a, b, state) in line_exchange() argument