/ndk/sources/host-tools/nawk-20071023/ |
D | parse.c | 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() 141 Node *op2(int a, Node *b, Node *c) in op2() [all …]
|
/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 346 # define strstr(a,b) \ argument 370 # define strcasestr(a,b) \ argument 610 # define strverscmp(a, b) \ argument
|
D | unistd.in.h | 286 # define getcwd(b,s) \ argument 534 # define readlink(f,b,s) \ argument
|
/ndk/tests/device/test-stlport/unit/ |
D | bitset_test.cpp | 83 bitset<13U> b(0x1111); in iostream() local 97 bitset<13U> b(0x1111); in iostream() local
|
D | bvector_test.cpp | 34 bit_vector b(3); in bvec1() local
|
D | bcompos_test.cpp | 39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); in bcompos1() local
|
D | swap_test.cpp | 48 int b = 19; in swap1() local
|
D | string_test.cpp | 303 string b(256, 'b'); in short_string() local 483 string::iterator b = str.begin(); in insert() local 582 string::iterator b = s.begin() + 4; in replace() local
|
D | mfunptr_test.cpp | 206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); in find() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bitset_test.cpp | 83 bitset<13U> b(0x1111); in iostream() local 97 bitset<13U> b(0x1111); in iostream() local
|
D | bvector_test.cpp | 34 bit_vector b(3); in bvec1() local
|
D | bcompos_test.cpp | 39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); in bcompos1() local
|
D | swap_test.cpp | 48 int b = 19; in swap1() local
|
D | string_test.cpp | 303 string b(256, 'b'); in short_string() local 483 string::iterator b = str.begin(); in insert() local 582 string::iterator b = s.begin() + 4; in replace() local
|
D | mfunptr_test.cpp | 206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); in find() local
|
/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() 337 const complex<long double>& b) in pow() [all …]
|
D | aligned_buffer.h | 9 struct { double a; double b; } padding; member
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 517 char *b; member 525 struct buffer *b = MALLOC(1, struct buffer); in init_buffer() local 533 get_buffer(b) in get_buffer() argument 540 size_buffer(b) in size_buffer() argument 548 resize_buffer(b, newlen) in resize_buffer() argument 570 add_buffer(b, p, n) in add_buffer() argument 584 add1_buffer(b, c) in add1_buffer() argument 608 free_buffer(b) in free_buffer() argument
|
D | compile.c | 295 add_then_next(b, ch) in add_then_next() argument 355 struct buffer *b; in read_filename() local 383 struct buffer *b; local 452 snarf_char_class(b, cur_stat) in snarf_char_class() argument 537 struct buffer *b; local 691 struct buffer *b; in read_label() local 949 struct buffer *b; local 1039 struct buffer *b; local
|
D | regexp.c | 138 compile_regex(b, flags, needed_sub) in compile_regex() argument
|
/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
|
D | commands.c | 299 register char *b; in chop_commands() local
|
/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
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 77 #define min(a,b) (((a) < (b)) ? a : b) argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 99 inline int min(int a, int b) { return a>b ? b : a; } in min()
|