HomeSort by: relevance | last modified time | path
    Searched defs:DECIMAL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-encoding.c 32 * Decode decimal integer from 'str'; the value is written in '*v'.
33 * Returned value is a pointer to the next non-decimal character in the
77 * where <T> is either 'i', <num> is a decimal integer (positive, fits in an
118 /* Decoding prefix into decimal */
119 #define DECIMAL(x) \
129 /* Decoding prefix into uint32_t decimal */
207 #undef DECIMAL
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
encoding.c 203 * Decode decimal integer from 'str'; the value is written in '*v'.
204 * Returned value is a pointer to the next non-decimal character in the
246 * where <T> is either 'd', 'id', or 'i', <num> is a decimal integer (positive,
280 /* Decoding prefix into decimal */
281 #define DECIMAL(x) \
292 /* Decoding prefix into uint32_t decimal */
369 #undef DECIMAL
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 61 DECIMAL = 262, /* DECIMAL */
96 #define DECIMAL 262
calc.c 155 printf (" hex \\ set hex or decimal for input and output\n");
156 printf (" decimal / (\"0x\" can be used for hex too)\n");
259 DECIMAL = 262, /* DECIMAL */
294 #define DECIMAL 262
353 YYSYMBOL_DECIMAL = 7, /* DECIMAL */
787 "HEX", "DECIMAL", "QUIT", "ABS", "BIN", "FIB", "GCD", "KRON", "LCM",

Completed in 18 milliseconds