Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_network.c72 int digit, base; in __weak_alias() local
Dinet_addr.c134 int digit; in inet_aton() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dlongintrepr.h45 typedef PY_UINT32_T digit; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dlongintrepr.h45 typedef PY_UINT32_T digit; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c30 const unsigned char digit; member
Dobmalloc.c1716 uint digit = (uint)(value - nextvalue * 10); in printone() local
Dfloatobject.c1433 int half_eps, digit, round_up, sign=1; in float_fromhex() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c30 const unsigned char digit; member
Dobmalloc.c1765 unsigned int digit = (unsigned int)(value - nextvalue * 10); in printone() local
Dfloatobject.c1448 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.c508 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.c508 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/Lua/src/
Dlbaselib.c71 int digit = (isdigit((unsigned char)*s)) ? *s - '0' in luaB_tonumber() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py188 digit = hex((int(product_code[-2],16)+1)%16)[-1] variable