Home
last modified time | relevance | path

Searched refs:MP_CAP_DIGITS (Results 1 – 21 of 21) sorted by relevance

/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS);
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS);
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/pgcrypto/
H A Dimath.c70 #define MP_CAP_DIGITS 1 /* flag bit to capitalize letter digits */ macro
173 static mp_word mp_flags = MP_CAP_DIGITS;
1911 *str++ = s_val2ch(0, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()
1938 *str++ = s_val2ch(d, mp_flags & MP_CAP_DIGITS); in mp_int_to_string()