/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()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | parse.c | 44 Node *exptostat(Node *a) in exptostat() 50 Node *node1(int a, Node *b) in node1() 60 Node *node2(int a, Node *b, Node *c) in node2() 71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() 83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4() 96 Node *stat1(int a, Node *b) in stat1() 105 Node *stat2(int a, Node *b, Node *c) in stat2() 114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3() 123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() 132 Node *op1(int a, Node *b) in op1() [all …]
|
D | run.c | 128 void run(Node *a) /* execution of parse tree starts here */ in run() 141 Node *a; in execute() local 174 Cell *program(Node **a, int n) /* execute an awk program */ in program() 221 Cell *call(Node **a, int n) /* function call. very kludgy and fragile */ in call() 336 Cell *arg(Node **a, int n) /* nth argument of a function */ in arg() 347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */ in jump() 391 Cell *getline(Node **a, int n) /* get next line from specific input */ in getline() 444 Cell *getnf(Node **a, int n) /* get NF */ in getnf() 451 Cell *array(Node **a, int n) /* a[0] is symtab, a[1] is list of subscripts */ in array() 491 Cell *awkdelete(Node **a, int n) /* a[0] is symtab, a[1] is list of subscripts */ in awkdelete() [all …]
|
D | awk.h | 33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | complex.cpp | 273 static complex<_Tp> powT(const _Tp& a, const complex<_Tp>& b) { in powT() 292 static complex<_Tp> powT(const complex<_Tp>& a, const _Tp& b) { in powT() 302 static complex<_Tp> powT(const complex<_Tp>& a, const complex<_Tp>& b) { in powT() 311 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const float& a, const complex<float>& b) in pow() 317 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const float& b) in pow() 320 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const complex<float>& b) in pow() 323 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const double& a, const complex<double>& b) in pow() 329 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const double& b) in pow() 332 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const complex<double>& b) in pow() 336 _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
|
/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
|
/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
|
/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/make-3.81/ |
D | make.h | 307 # define streq(a, b) \ argument 312 # define strieq(a, b) \ argument 317 # define strieq(a, b) streq(a, b) argument 321 # define streq(a, b) (strcmp ((a), (b)) == 0) argument 322 # define strieq(a, b) (strcmp ((a), (b)) == 0) argument 324 #define strneq(a, b, l) (strncmp ((a), (b), (l)) == 0) argument
|
/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/android/cpufeatures/ |
D | cpu-features.c | 84 int a, b, c, d; in x86_cpuid() local
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 1080 collated_compare (a, b) in collated_compare() argument
|