Searched refs:_add (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | strftime.c | 75 static char * _add(const char *, char *, const char * const); 146 pt = _add((t->tm_wday < 0 || in _fmt() 152 pt = _add((t->tm_wday < 0 || in _fmt() 158 pt = _add((t->tm_mon < 0 || in _fmt() 165 pt = _add((t->tm_mon < 0 || in _fmt() 245 pt = _add("kitchen sink", pt, ptlim); in _fmt() 269 pt = _add("\n", pt, ptlim); in _fmt() 272 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt() 302 pt = _add(buf, pt, ptlim); in _fmt() 309 pt = _add("\t", pt, ptlim); in _fmt() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | Bastion.py | 140 self._add(n) 141 def _add(self, n): member in _test.Original
|
D | fractions.py | 387 def _add(a, b): member in Fraction 393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|