/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_fileinput.py | 44 def buffer_size_test(self, t1, t2, t3, t4, bs=0, round=0): argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regerror.c | 345 UChar bs[6]; local
|
D | regint.h | 331 #define BITSET_CLEAR(bs) do {\ argument 336 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument 339 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument 340 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument 341 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument 342 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument 690 BitSet bs; member
|
D | regparse.c | 145 #define BITSET_IS_EMPTY(bs,empty) do {\ argument 156 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range() 174 bitset_invert(BitSetRef bs) in bitset_invert() 188 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and() 195 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or() 202 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy() 4974 BitSetRef bs; in i_apply_case_fold() local
|
D | regcomp.c | 119 bitset_is_empty(BitSetRef bs) in bitset_is_empty() 130 bitset_on_num(BitSetRef bs) in bitset_on_num() 293 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset()
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtod.c | 100 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ in strtod() local
|
D | strtodg.c | 320 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; in strtodg() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1517 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1500 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
D | DwUsbDxe.h | 610 unsigned bs:2; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 3162 const char *bs; in PyUnicode_DecodeRawUnicodeEscape() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 3210 const char *bs; in PyUnicode_DecodeRawUnicodeEscape() local
|