Home
last modified time | relevance | path

Searched defs:special (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dslots.py4 def __init__(self, name, cast=None, special=None, default="0"): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py28 special = map(long, [0, 1, 2, BASE, BASE >> 1]) variable
38 special = special + map(lambda x: ~x, special) + \ variable
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_name.c539 special(int ch) { in special() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c447 #define WRAP_METHOD(method, special) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c436 #define WRAP_METHOD(method, special) \ argument
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
DI2CHw.h98 UINT32 special : 1 ; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3696 def _dec_from_triple(sign, coefficient, exponent, special=False): argument