Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.h30 # define CLOSE_ON_EXEC(_d) argument
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC) argument
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c629 const char *_Locale_full_dayofweek(struct _Locale_time *__loc, int _d ) in _Locale_full_dayofweek() argument
631 return nl_langinfo_l(DAY_1 + _d, (locale_t)__loc); in _Locale_full_dayofweek()
634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d ) in _Locale_abbrev_dayofweek() argument
636 return nl_langinfo_l(ABDAY_1 + _d, (locale_t)__loc); in _Locale_abbrev_dayofweek()
679 const wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t buf… in _WLocale_full_dayofweek() argument
680 { return _ToWChar(_Locale_full_dayofweek(__loc, _d), buf, bufSize); } in _WLocale_full_dayofweek()
681 const wchar_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t b… in _WLocale_abbrev_dayofweek() argument
682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); } in _WLocale_abbrev_dayofweek()
/ndk/sources/android/support/src/stdio/
Dstrtod.c1371 (_d, e, bits) double d; int *e, *bits; in d2b() argument
1373 (double _d, int *e, int *bits)
1384 value(d) = _d;
2348 (_d, mode, ndigits, decpt, sign, rve) in __dtoa()
2349 double _d; int mode, ndigits, *decpt, *sign; char **rve; in __dtoa()
2351 (double _d, int mode, int ndigits, int *decpt, int *sign, char **rve)
2405 value(d) = _d;