| /src/external/lgpl3/gmp/dist/mpn/arm/v6/ |
| dive_1.asm | 65 tst d, #1 define
|
| /src/external/lgpl3/gmp/dist/mpn/arm/ |
| bdiv_q_1.asm | 66 tst d, #1 define 75 tst d, #0xff define 117 tst n, n 141 tst n, n
|
| dive_1.asm | 63 tst d, #1 define 72 tst d, #0xff define 92 tst cnt, cnt 106 tst n, n 130 tst n, n
|
| /src/tests/sys/net/ |
| t_print.c | 42 } tst[] = { variable in typeref:struct:__anon7937 114 for (size_t i = 0; i < __arraycount(tst); i++) { 115 r = dl_print(buf, l, &tst[i].ia); 116 ATF_REQUIRE_STREQ(buf, tst[i].str); 117 ATF_REQUIRE_EQ(r, tst[i].len); 121 for (size_t i = 0; i < __arraycount(tst); i++) { 122 r = dl_print(buf, l, &tst[i].ia); 123 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 126 ATF_REQUIRE_EQ(r, tst[i].len); 146 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
| /src/tests/sys/netatalk/ |
| t_print.c | 42 } tst[] = { variable in typeref:struct:__anon7938 69 for (size_t i = 0; i < __arraycount(tst); i++) { 70 r = at_print(buf, l, &tst[i].ia); 71 ATF_REQUIRE_STREQ(buf, tst[i].str); 72 ATF_REQUIRE_EQ(r, tst[i].len); 76 for (size_t i = 0; i < __arraycount(tst); i++) { 77 r = at_print(buf, l, &tst[i].ia); 78 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 81 ATF_REQUIRE_EQ(r, tst[i].len); 101 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
| /src/tests/sys/netinet/ |
| t_print.c | 42 } tst[] = { variable in typeref:struct:__anon7939 79 for (size_t i = 0; i < __arraycount(tst); i++) { 80 r = in_print(buf, l, &tst[i].ia); 81 ATF_REQUIRE_STREQ(buf, tst[i].str); 82 ATF_REQUIRE_EQ(r, tst[i].len); 86 for (size_t i = 0; i < __arraycount(tst); i++) { 87 r = in_print(buf, l, &tst[i].ia); 88 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 90 ATF_REQUIRE_EQ(r, tst[i].len); 110 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
| /src/tests/sys/netinet6/ |
| t_print.c | 43 } tst[] = { variable in typeref:struct:__anon7940 87 for (size_t i = 0; i < __arraycount(tst); i++) { 88 r = in6_print(buf, l, &tst[i].ia); 89 ATF_REQUIRE_STREQ(buf, tst[i].str); 90 ATF_REQUIRE_EQ(r, tst[i].len); 94 for (size_t i = 0; i < __arraycount(tst); i++) { 95 r = in6_print(buf, l, &tst[i].ia); 96 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 99 ATF_REQUIRE_EQ(r, tst[i].len); 119 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
| /src/tests/lib/libc/gen/ |
| t_fpsetround.c | 75 } tst[] = { /* RN RP RM RZ */ variable in typeref:struct:__anon7838 103 for (size_t i = 0; i < __arraycount(tst); i++) { 104 double d = strtod(tst[i].n, NULL); 106 int e = tst[i].v[r]; 114 tst[i].n, (int)rint(d), tst[i].v[r]);
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| cmse_nonsecure_call.S | 108 tst r5, #8 /* CONTROL_S.SFPA */ label
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| cmse_nonsecure_call.S | 108 tst r5, #8 /* CONTROL_S.SFPA */ label
|
| /src/sys/net/npf/ |
| npf_state.c | 248 const npf_tcpstate_t *tst = &nst->nst_tcpst[1]; local 255 tst->nst_end, tst->nst_maxend, tst->nst_maxwin, tst->nst_wscale
|
| /src/external/bsd/file/dist/src/ |
| cdf_time.c | 197 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL; local 201 cdf_timestamp_to_timespec(&ts, tst);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| alu-n-tst.h | 31 do_op_N (const alu_test *tst) 35 OP_BEGIN (tst->begin); 36 print_hex (tst->begin, N); 37 for (op = tst->ops; op->op != NULL; op++) 82 print_hex (tst->result, N); 84 printf (" B:%d", tst->carry_borrow); 86 printf (" C:%d", tst->carry_borrow); 87 printf (" V:%d", tst->overflow); 88 if (tst->carry_borrow != HAD_CARRY_BORROW) 96 if (tst->overflow != HAD_OVERFLOW 236 const alu_test *tst = &alu_N_tests[i]; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/common/ |
| alu-n-tst.h | 31 do_op_N (const alu_test *tst) 35 OP_BEGIN (tst->begin); 36 print_hex (tst->begin, N); 37 for (op = tst->ops; op->op != NULL; op++) 82 print_hex (tst->result, N); 84 printf (" B:%d", tst->carry_borrow); 86 printf (" C:%d", tst->carry_borrow); 87 printf (" V:%d", tst->overflow); 88 if (tst->carry_borrow != HAD_CARRY_BORROW) 96 if (tst->overflow != HAD_OVERFLOW 236 const alu_test *tst = &alu_N_tests[i]; local [all...] |
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-mpq_addsub.c | 94 int tst; local 139 tst = mpq_cmp_si (rr, mpz_get_si (q), 1); 141 tst = mpq_cmp_ui (rr, mpz_get_ui (q), 1); 143 tst = mpq_cmp_z (rr, q); 145 tst = - tst; 146 if ((tst != mpz_sgn (r)) && ((tst < 0 && mpz_sgn (r) >= 0) || (tst > 0 && mpz_sgn (r) <= 0))) 148 fprintf (stderr, "mpq_cmp ii failed: %i %i\n", tst, mpz_sgn (r)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| virtbase.cc | 123 ph::Derived tst; local 124 tst.get_y(); 125 tst.get_z();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| virtbase.cc | 123 ph::Derived tst; local 124 tst.get_y(); 125 tst.get_z();
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sub1sp.c | 953 int tst = cp[1] == MPFR_LIMB_HIGHBIT && cp[0] == MPFR_LIMB_ZERO; local 954 /* if d = 2 * GMP_NUMB_BITS and tst=1, c = 1/2*ulp(b) */ 958 rb = d > 2 * GMP_NUMB_BITS || tst; 959 sb = d > 2 * GMP_NUMB_BITS || !tst; 967 if (d == 2 * GMP_NUMB_BITS && !tst) /* c > 1/2*ulp(b) */ 982 || (d == 2 * GMP_NUMB_BITS + 1 && tst); 984 || (d == 2 * GMP_NUMB_BITS + 1 && !tst);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tpow_all.c | 357 tst (void) function 456 "tst"); 747 tst (); 758 tst ();
|
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 744 char tst[100]; 746 strlcpy(tst, hp->exec_file->string, sizeof(tst)); 747 strlcat(tst, " ", sizeof(tst)); 748 strlcat(tst, hp->hostname->string, sizeof(tst)); 749 strlcat(tst, " &", sizeof(tst)); 751 report(LOG_INFO, "executing %s", tst); 739 char tst[100]; local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| ml_dsa_test.c | 89 const ML_DSA_KEYGEN_TEST_DATA *tst = &ml_dsa_keygen_testdata[tst_id]; local 95 if (!TEST_ptr(pkey = do_gen_key(tst->name, tst->seed, tst->seed_len)) 102 || !TEST_mem_eq(pub, pub_len, tst->pub, tst->pub_len) 103 || !TEST_mem_eq(priv, priv_len, tst->priv, tst->priv_len) 104 || !TEST_mem_eq(seed, seed_len, tst->seed, tst->seed_len 213 const ML_DSA_KEYGEN_TEST_DATA *tst = &ml_dsa_keygen_testdata[0]; local 264 const ML_DSA_KEYGEN_TEST_DATA *tst = &ml_dsa_keygen_testdata[0]; local [all...] |
| slh_dsa_test.c | 331 const SLH_DSA_KEYGEN_TEST_DATA *tst = &slh_dsa_keygen_testdata[tst_id]; local 335 size_t key_len = tst->priv_len; 339 if (!TEST_ptr(pkey = do_gen_key(tst->name, tst->priv, key_len - n))) 362 if (!TEST_mem_eq(pub, pub_len, tst->priv + 2 * n, 2 * n)) 453 const SLH_DSA_KEYGEN_TEST_DATA *tst = &slh_dsa_keygen_testdata[0]; local 454 size_t key_len = tst->priv_len / 2; 460 if (!TEST_ptr(gkey = do_gen_key(tst->name, tst->priv, key_len + n))) 480 || !TEST_ptr(sig_alg = EVP_SIGNATURE_fetch(lib_ctx, tst->name, NULL) 591 const SLH_DSA_KEYGEN_TEST_DATA *tst = &slh_dsa_keygen_testdata[0]; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| DeclSpec.cpp | 541 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, 660 assert(!isInvalid && "auto SCS -> TST recovery failed"); 729 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 737 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, 748 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); 760 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 770 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); 782 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 790 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, 802 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy) 1437 TST tst = getTypeSpecType(); local [all...] |
| /src/bin/pax/ |
| options.c | 86 struct stat tst; /* Timestamp to set if non-0 */ variable in typeref:struct:stat 670 if (set_tstamp(optarg, &tst) == -1) { 1160 if (set_tstamp(optarg, &tst) == -1) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| acvp_test.c | 122 const struct ecdsa_keygen_st *tst = &ecdsa_keygen_data[id]; local 126 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name)) 183 const struct ecdsa_pub_verify_st *tst = &ecdsa_pv_data[id]; local 189 if (!TEST_true(ecdsa_create_pkey(&pkey, tst->curve_name, 190 tst->pub, tst->pub_len, tst->pass))) 193 if (tst->pass) { 195 || !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass)) 254 const struct ecdsa_siggen_st *tst = &ecdsa_siggen_data[id] local 283 const struct ecdsa_sigver_st *tst = &ecdsa_sigver_data[id]; local 376 const struct dsa_paramgen_st *tst = &dsa_keygen_data[id]; local 416 const struct dsa_paramgen_st *tst = &dsa_paramgen_data[id]; local 526 const struct dsa_pqver_st *tst = &dsa_pqver_data[id]; local 595 const struct dsa_siggen_st *tst = &dsa_siggen_data[id]; local 628 const struct dsa_sigver_st *tst = &dsa_sigver_data[id]; local 703 const struct cipher_st *tst = &cipher_enc_data[id]; local 775 const struct cipher_ccm_st *tst = &aes_ccm_enc_data[id]; local 871 const struct cipher_gcm_st *tst = &aes_gcm_enc_data[id]; local 951 const struct dh_safe_prime_keygen_st *tst = &dh_safe_prime_keygen_data[id]; local 984 const struct dh_safe_prime_keyver_st *tst = &dh_safe_prime_keyver_data[id]; local 1067 const struct rsa_keygen_st *tst = &rsa_keygen_data[id]; local 1165 const struct rsa_siggen_st *tst = &rsa_siggen_data[id]; local 1207 const struct rsa_sigver_st *tst = &rsa_sigver_data[id]; local 1252 const struct rsa_decrypt_prim_st *tst = &rsa_decrypt_prim_data[id]; local 1318 const struct drbg_st *tst = &drbg_data[id]; local [all...] |