Home
last modified time | relevance | path

Searched refs:DIGIT_MASK (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
Drsaz_exp_x2.c40 # define DIGIT_MASK ((uint64_t)0xFFFFFFFFFFFFF)
474 out[0] = digit & DIGIT_MASK;
477 out[1] = (digit >> 4) & DIGIT_MASK;
485 out[0] = digit & DIGIT_MASK;
/third_party/openssl/crypto/bn/
Drsaz_exp_x2.c40 # define DIGIT_MASK ((uint64_t)0xFFFFFFFFFFFFF)
474 out[0] = digit & DIGIT_MASK;
477 out[1] = (digit >> 4) & DIGIT_MASK;
485 out[0] = digit & DIGIT_MASK;
/third_party/python/Objects/
Dunicodectype.c15 #define DIGIT_MASK 0x04 macro
127 return (ctype->flags & DIGIT_MASK) ? ctype->digit : -1; in _PyUnicode_ToDigit()
/third_party/python/Tools/unicode/
Dmakeunicodedata.py87 DIGIT_MASK = 0x04 variable
490 flags |= DIGIT_MASK