Home
last modified time | relevance | path

Searched refs:RADIX (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/radix/
H A DREADME.md1 RADIX Test Framework
7 This directory contains the RADIX test framework, which is a six-dimension
23 supported by the RADIX test framework in future include:
37 The RADIX test features the following improvements relative to the
101 The RADIX test suite framework is built in four layers:
/freebsd/libexec/rtld-elf/
H A Drtld.c6535 static const int RADIX = 10; /* XXXJA: possibly support hex? */ in parse_integer() local
6546 if (n > INT_MAX / RADIX) in parse_integer()
6548 n *= RADIX; in parse_integer()