Searched defs:digit (Results 1 – 15 of 15) sorted by relevance
| /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/ |
| D | inet_network.c | 72 int digit, base; in __weak_alias() local
|
| D | inet_addr.c | 134 int digit; in inet_aton() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | longintrepr.h | 45 typedef PY_UINT32_T digit; typedef
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | longintrepr.h | 45 typedef PY_UINT32_T digit; typedef
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
| D | tinyvprintf.c | 119 int digit, i, seen = 0; in tiny_vsprintf() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | unicodectype.c | 30 const unsigned char digit; member
|
| D | obmalloc.c | 1765 unsigned int digit = (unsigned int)(value - nextvalue * 10); in printone() local
|
| D | floatobject.c | 1448 int half_eps, digit, round_up, sign=1; in float_fromhex() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | unicodectype.c | 30 const unsigned char digit; member
|
| D | obmalloc.c | 1716 uint digit = (uint)(value - nextvalue * 10); in printone() local
|
| D | floatobject.c | 1433 int half_eps, digit, round_up, sign=1; in float_fromhex() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _json.c | 508 Py_UNICODE digit = buf[next]; in scanstring_str() local 540 Py_UNICODE digit = buf[next]; in scanstring_str() local 687 Py_UNICODE digit = buf[next]; in scanstring_unicode() local 719 Py_UNICODE digit = buf[next]; in scanstring_unicode() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | _json.c | 508 Py_UNICODE digit = buf[next]; in scanstring_str() local 534 Py_UNICODE digit = buf[next]; in scanstring_str() local 676 Py_UNICODE digit = buf[next]; in scanstring_unicode() local 701 Py_UNICODE digit = buf[next]; in scanstring_unicode() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
| D | msi.py | 188 digit = hex((int(product_code[-2],16)+1)%16)[-1] variable
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lbaselib.c | 71 int digit = (isdigit((unsigned char)*s)) ? *s - '0' in luaB_tonumber() local
|