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/ |
D | slots.py | 4 def __init__(self, name, cast=None, special=None, default="0"): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_long.py | 28 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/ |
D | ns_name.c | 539 special(int ch) { in special() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | weakrefobject.c | 447 #define WRAP_METHOD(method, special) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | weakrefobject.c | 436 #define WRAP_METHOD(method, special) \ argument
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/ |
D | I2CHw.h | 98 UINT32 special : 1 ; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 3696 def _dec_from_triple(sign, coefficient, exponent, special=False): argument
|