Home
last modified time | relevance | path

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

12

/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()
/ndk/sources/host-tools/nawk-20071023/
Dparse.c44 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 …]
Drun.c128 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 …]
Dawk.h33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } argument
/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp273 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 …]
Daligned_buffer.h9 struct { double a; double b; } padding; member
/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
/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
/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/make-3.81/
Dmake.h307 # 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/
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/android/cpufeatures/
Dcpu-features.c84 int a, b, c, d; in x86_cpuid() local
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c1080 collated_compare (a, b) in collated_compare() argument

12