Searched defs:dd (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _collectionsmodule.c | 1328 defdict_missing(defdictobject *dd, PyObject *key) in defdict_missing() 1354 defdict_copy(defdictobject *dd) in defdict_copy() 1368 defdict_reduce(defdictobject *dd) in defdict_reduce() 1433 defdict_dealloc(defdictobject *dd) in defdict_dealloc() 1440 defdict_print(defdictobject *dd, FILE *fp, int flags) in defdict_print() 1464 defdict_repr(defdictobject *dd) in defdict_repr() 1506 defdict_tp_clear(defdictobject *dd) in defdict_tp_clear() 1515 defdictobject *dd = (defdictobject *)self; in defdict_init() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _collectionsmodule.c | 1396 defdict_missing(defdictobject *dd, PyObject *key) in defdict_missing() 1422 defdict_copy(defdictobject *dd) in defdict_copy() 1436 defdict_reduce(defdictobject *dd) in defdict_reduce() 1501 defdict_dealloc(defdictobject *dd) in defdict_dealloc() 1508 defdict_print(defdictobject *dd, FILE *fp, int flags) in defdict_print() 1532 defdict_repr(defdictobject *dd) in defdict_repr() 1576 defdict_tp_clear(defdictobject *dd) in defdict_tp_clear() 1585 defdictobject *dd = (defdictobject *)self; in defdict_init() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local 2345 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local 2314 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
|