Searched refs:F_SIGN (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c3945 * F_SIGN '+'
3951 #define F_SIGN (1<<1) macro
4347 case '+': flags |= F_SIGN; continue;
4586 else if (flags & F_SIGN)
H A Dunicodeobject.c8114 #define F_SIGN (1<<1) macro
8467 case '+': flags |= F_SIGN; continue;
8704 else if (flags & F_SIGN)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c3925 * F_SIGN '+'
3931 #define F_SIGN (1<<1) macro
4327 case '+': flags |= F_SIGN; continue;
4559 else if (flags & F_SIGN)
H A Dunicodeobject.c8010 #define F_SIGN (1<<1) macro
8363 case '+': flags |= F_SIGN; continue;
8596 else if (flags & F_SIGN)

Completed in 110 milliseconds