Searched refs:DIGIT_MASK (Results 1 – 3 of 3) sorted by relevance
48 # define DIGIT_MASK ((uint64_t)0xFFFFFFFFFFFFF)481 out[0] = (*(uint64_t_align1 *)in_str) & DIGIT_MASK;483 out[1] = ((*(uint64_t_align1 *)in_str) >> 4) & DIGIT_MASK;491 out[0] = digit & DIGIT_MASK;
15 #define DIGIT_MASK 0x04 macro127 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1; in _PyUnicode_ToDigit()
87 DIGIT_MASK = 0x04 variable490 flags |= DIGIT_MASK