Searched defs:test (Results 1 - 25 of 207) sorted by last modified time

123456789

/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.c56 static int testSelected(const char* test) argument
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dsfptostr.c34 s_fp test = 300 << 16; // exact 300.000000 local
42 s_fp test = -(200 << 16); // exact -200.000000 local
50 s_fp test = (300 << 16) + (1 << 15); // 300 + 0.5 local
58 s_fp test = -(200 << 16) - (1 << 15); // -200 - 0.5 local
66 s_fp test = (300 << 16) - (1 << 14); // 300 - 0.25 local
74 s_fp test = -(200 << 16) + (1 << 14)*3; // -200 + 0.75 local
82 s_fp test = 300 << 16; // 300 local
90 s_fp test = (2 << 16) + (1 << 14)*3; // 2 + 0.25*3 = 2.75 local
[all...]
H A Dlfptostr.c48 l_fp test = {{200}, 0}; /* exact 200.0000000000 */ local
56 l_fp test = {{-100}, 0}; /* -100 */ local
64 l_fp test local
72 l_fp test = {{-100}, ONE_FOURTH}; /* -99.75 */ local
80 l_fp test = {{10}, ONE_FOURTH}; /* 10.25 */ local
88 l_fp test = {{10}, HALF}; /* 10.5 */ local
96 l_fp test = {{5}, THREE_FOURTH}; /* 5.75 */ local
104 l_fp test = {{8}, ONE_FOURTH}; /* 8.25 */ local
112 l_fp test = {{1}, HALF_PROMILLE_UP}; /* slightly more than 1.0005 */ local
122 l_fp test = {{1}, HALF_PROMILLE_DOWN}; /* slightly less than 1.0005 */ local
131 l_fp test = {{3000000000UL}, 0}; local
[all...]
/freebsd-10.1-release/crypto/openssl/util/
H A Dmk1mf.pl586 test: \$(T_EXE) label
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/md4/
H A Dmd4test.c75 static char *test[] = { variable
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha1test.c82 static char *test[] = { variable
[all...]
H A Dshatest.c82 static char *test[] = { variable
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/md5/
H A Dmd5test.c75 static char *test[] = { variable
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/
H A Drmdtest.c79 static char *test[] = { variable
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dectest.c1672 static void nistp_single_test(const struct nistp_test_params *test) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/hmac/
H A Dhmactest.c88 } test[8] = { variable in typeref:struct:test_st
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/md2/
H A Dmd2test.c79 static char *test[] = { variable
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_openssl.c242 # define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data) macro
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c141 BIGNUM *r0, *W, *X, *c, *test; local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bf/
H A Dbftest.c365 static int test(void) function
/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_client.c1322 BIO *test; local
H A Ds_server.c2058 BIO *test; local
2595 BIO *test; local
/freebsd-10.1-release/contrib/ntp/sntp/tests/
H A Dutilities.c161 l_fp test; local
177 l_fp test; local
195 l_fp test; local
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dregress_et.c85 const char *test = "test string"; local
H A Dtest-closed.c84 const char *test = "test string"; local
H A Dtest-eof.c92 const char *test = "test string"; local
H A Dtest-weof.c65 const char *test = "test string"; local
H A Dtinytest.c328 process_test_alias(struct testgroup_t *groups, const char *test) argument
348 process_test_option(struct testgroup_t *groups, const char *test) argument
[all...]
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dclocktime.c63 u_int32 test[3]; /* result time stamp */ local
/freebsd-10.1-release/contrib/ntp/libjsmn/
H A Djsmn_test.c18 static void test(int (*func)(void), const char *name) { function
[all...]

Completed in 332 milliseconds

123456789