Searched refs:_conv (Results 1 – 2 of 2) sorted by relevance
/third_party/tzdata/ |
D | strftime.c | 110 static char * _conv(int, const char *, char *, const char *); 225 pt = _conv(t->tm_mday, "%02d", pt, ptlim); in _fmt() 240 pt = _conv(t->tm_mday, "%2d", pt, ptlim); in _fmt() 246 pt = _conv(t->tm_hour, "%02d", pt, ptlim); in _fmt() 249 pt = _conv((t->tm_hour % 12) ? in _fmt() 254 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim); in _fmt() 267 pt = _conv(t->tm_hour, "%2d", pt, ptlim); in _fmt() 287 pt = _conv((t->tm_hour % 12) ? in _fmt() 292 pt = _conv(t->tm_min, "%02d", pt, ptlim); in _fmt() 295 pt = _conv(t->tm_mon + 1, "%02d", pt, ptlim); in _fmt() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 13 _conv: 27 _conv:
|