Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fileinput.py44 def buffer_size_test(self, t1, t2, t3, t4, bs=0, round=0): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregerror.c345 UChar bs[6]; local
Dregint.h331 #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
Dregparse.c145 #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
Dregcomp.c119 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/
Dstrtod.c100 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ in strtod() local
Dstrtodg.c320 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; in strtodg() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1500 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1517 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; in _Py_dg_strtod() local
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.h610 unsigned bs:2; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c3162 const char *bs; in PyUnicode_DecodeRawUnicodeEscape() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c3210 const char *bs; in PyUnicode_DecodeRawUnicodeEscape() local