Home
last modified time | relevance | path

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

12

/ndk/tests/device/test-gnustl-full/unit/
Dresolve_name.cpp10 double d( 1.0 ); in f() local
24 double d( 1.0 ); in g() local
42 double d( 1.0 ); in h() local
Ddeque_test.cpp52 deque<int> d; in deque1() local
82 deque<int> d; in insert() local
158 deque<int> d; in at() local
Dsstream_test.cpp102 double d = 0.0; in input() local
153 double d = 0.0; in io() local
237 double d; in init_in() local
Dfind_test.cpp124 char *d = find(pstr, pstr + str_size, 'd'); in find_char() local
/ndk/tests/device/test-stlport/unit/
Dresolve_name.cpp10 double d( 1.0 ); in f() local
24 double d( 1.0 ); in g() local
42 double d( 1.0 ); in h() local
Ddeque_test.cpp52 deque<int> d; in deque1() local
82 deque<int> d; in insert() local
158 deque<int> d; in at() local
Dsstream_test.cpp102 double d = 0.0; in input() local
153 double d = 0.0; in io() local
237 double d; in init_in() local
Dfind_test.cpp124 char *d = find(pstr, pstr + str_size, 'd'); in find_char() local
/ndk/sources/host-tools/nawk-20071023/
Dparse.c71 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()
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()
150 Node *op3(int a, Node *b, Node *c, Node *d) in op3()
159 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
/ndk/sources/host-tools/ndk-stack/regex/
Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) argument
Dregexec.c62 #define ASSIGN(d, s) ((d) = (s)) argument
109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) argument
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt1.c50 struct _getopt_data *d) in _getopt_long_r()
73 struct _getopt_data *d) in _getopt_long_only_r()
Dstring.in.h320 # define strsep(s,d) \ argument
328 # define strsep(s,d) \ argument
408 # define strtok_r(s,d,p) \ argument
416 # define strtok_r(s,d,p) \ argument
Dgetopt.c147 exchange (char **argv, struct _getopt_data *d) in exchange()
229 int posixly_correct, struct _getopt_data *d) in _getopt_initialize()
349 int long_only, int posixly_correct, struct _getopt_data *d) in _getopt_internal_r()
/ndk/sources/host-tools/make-3.81/
Dcommands.c47 struct dep *d; in set_file_variables() local
81 register struct dep *d; in set_file_variables() local
577 struct dep *d; in delete_child_targets() local
Drule.c218 register struct dep *d, *d2; in convert_to_pattern() local
306 register struct dep *d, *d2; in new_pattern_rule() local
521 register struct dep *d; in print_rule() local
Dfile.c461 struct dep *d; in expand_deps() local
633 struct dep *d; in snap_deps() local
758 struct dep *d; in set_command_state() local
876 struct dep *d; in print_file() local
Dremake.c332 struct dep *d; in update_file() local
375 register struct dep *d, *lastd; in update_file_1() local
798 struct dep *d; in notice_finished_file() local
936 struct dep *d; in check_dep() local
Dmisc.c488 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep)); in alloc_dep() local
497 free_dep (struct dep *d) in free_dep()
512 copy_dep_chain (const struct dep *d) in copy_dep_chain()
543 free_dep_chain (struct dep *d) in free_dep_chain()
Ddep.h71 #define dep_name(d) ((d)->name == 0 ? (d)->file->name : (d)->name) argument
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h93 #define MEMCPY(d,s,l) (memcpy(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) argument
94 #define MEMMOVE(d,s,l) (memmove(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) argument
117 # define memcpy(d, s, n) memmove(d, s, n) argument
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
163 void __cxa_finalize(void *d) in __cxa_finalize()
Dnum_get_float.cpp57 long double d; member
650 char *d; in _Stl_string_to_double() local
755 char *d; in _Stl_string_to_doubleT() local
/ndk/sources/android/cpufeatures/
Dcpu-features.c84 int a, b, c, d; in x86_cpuid() local
233 int d = (*p - '0'); in parse_decimal() local
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c114 # define NAMLEN(d) _D_NAMLEN(d) argument
167 # define memcpy(d, s, n) bcopy ((s), (d), (n)) argument
1315 struct dirent *d = ((flags & GLOB_ALTDIRFUNC) variable

12