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.c6475 static const int RADIX = 10; /* XXXJA: possibly support hex? */ in parse_integer() local
6486 n *= RADIX; in parse_integer()