Home
last modified time | relevance | path

Searched refs:check_value (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/common/lib/libc/string/
H A Dmemset2.c253 uint8_t check_value; in main() local
258 check_value = 0xff; in main()
260 check_value = 0x00; in main()
261 if (testmem.bytes[i] != check_value) { in main()
267 i, testmem.bytes[i], check_value); in main()
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dlist.c95 static char check_value[2 * LZMA_CHECK_SIZE_MAX + 1]; variable
550 snprintf(check_value, sizeof(check_value), "---"); in parse_check_value()
566 snprintf(check_value, sizeof(check_value), in parse_check_value()
569 snprintf(check_value, sizeof(check_value), in parse_check_value()
573 snprintf(check_value + i * 2, 3, "%02x", buf.u8[i]); in parse_check_value()
877 check_value, in print_info_adv()
979 check_value, in print_info_robot()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2017147 * testsuite/ext/special_functions/hyperg/check_value.cc: Add
149 * testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc: Same.
399 * testsuite/special_functions/18_riemann_zeta/check_value.cc: Fix
418 06_comp_ellint_3/check_value.cc: Regen with correct values.
420 14_ellint_3/check_value.cc: Ditto.
421 * testsuite/special_functions/06_comp_ellint_3/check_value.cc: Ditto.
422 * testsuite/special_functions/13_ellint_3/check_value.cc: Ditto.
424 01_assoc_laguerre/check_value.cc: Regen.
426 02_assoc_legendre/check_value.cc: Regen.
428 03_beta/check_value.cc: Regen.
[all …]
H A DChangeLog-20163636 08_cyl_bessel_i/check_value.cc: Likewise.
3640 09_cyl_bessel_j/check_value.cc: Likewise.
3642 10_cyl_bessel_k/check_value.cc: Likewise.
3644 11_cyl_neumann/check_value.cc: Likewise.
3646 16_hermite/check_value.cc: Likewise.
3648 21_sph_bessel/check_value.cc: Likewise.
3650 23_sph_neumann/check_value.cc: Likewise.
4386 * testsuite/ext/special_functions/conf_hyperg/check_value.cc: Likewise.
4388 * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise.
4806 * testsuite/special_functions/01_assoc_laguerre/check_value.cc:
[all …]
H A DChangeLog-20075723 01_assoc_laguerre/check_value.cc: New.
5731 02_assoc_legendre/check_value.cc: New.
5739 check_value.cc: New.
5747 04_comp_ellint_1/check_value.cc: New.
5755 05_comp_ellint_2/check_value.cc: New.
5763 06_comp_ellint_3/check_value.cc: New.
5771 07_conf_hyperg/check_value.cc: New.
5779 08_cyl_bessel_i/check_value.cc: New.
5787 09_cyl_bessel_j/check_value.cc: New.
5795 10_cyl_bessel_k/check_value.cc: New.
[all …]
H A DChangeLog-20098673 * testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc:
8681 * testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc:
8689 * testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc:
8697 * testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_value.cc:
8705 * testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_value.cc:
8713 * testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_value.cc:
8721 * testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_value.cc:
8729 * testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc:
8737 * testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc:
8745 * testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc:
[all …]
H A DChangeLog-2018625 09_cyl_bessel_j/check_value.cc: Add tests at nu=100, 1000<=x<=2000.
627 11_cyl_neumann/check_value.cc: Ditto.
628 * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Ditto.
629 * testsuite/special_functions/10_cyl_neumann/check_value.cc: Ditto.
1191 * ext/special_functions/airy_ai/check_value.cc: Likewise.
1194 * ext/special_functions/airy_bi/check_value.cc: Likewise.
1197 * ext/special_functions/conf_hyperg/check_value.cc: Likewise.
1200 * ext/special_functions/hyperg/check_value.cc: Likewise.
5219 check_value.cc: Regen.
5221 02_assoc_legendre/check_value.cc: Regen.
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py85 def check_value(value, var_name): function
107 return check_value(val, env_var)
108 return check_value(conf_val, name)
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1660 void check_value (const char *s, int v, const char *name,
1894 void assert_state::check_value (const char *s, int v, const char *name, in check_value() function in assert_state
1918 check_value(val_sp, sp, "sp", file_sp, line_sp, &check_sp_flag); in check_sp()
1924 check_value(val_fi, fi, "fi", file_fi, line_fi, &check_fi_flag); in check_fi()
1930 check_value(val_br, br, "br", file_br, line_br, &check_br_flag); in check_br()
1936 check_value(val_ce, ce, "ce", file_ce, line_ce, &check_ce_flag); in check_ce()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2019592 (read_and_display_attr_value): Use check_value when processsing
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2019592 (read_and_display_attr_value): Use check_value when processsing
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1056 saved_checks_value (struct tree_check *check_value) in saved_checks_value() argument
1061 checks = check_value->checks; in saved_checks_value()
1071 return check_value->value; in saved_checks_value()
31586 struct tree_check *check_value; in cp_parser_pre_parsed_nested_name_specifier() local
31589 check_value = cp_lexer_consume_token (parser->lexer)->u.tree_check_value; in cp_parser_pre_parsed_nested_name_specifier()
31591 parser->scope = saved_checks_value (check_value); in cp_parser_pre_parsed_nested_name_specifier()
31592 parser->qualifying_scope = check_value->qualifying_scope; in cp_parser_pre_parsed_nested_name_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1117 saved_checks_value (struct tree_check *check_value) in saved_checks_value() argument
1122 checks = check_value->checks; in saved_checks_value()
1132 return check_value->value; in saved_checks_value()
33889 struct tree_check *check_value; in cp_parser_pre_parsed_nested_name_specifier() local
33892 check_value = cp_lexer_consume_token (parser->lexer)->u.tree_check_value; in cp_parser_pre_parsed_nested_name_specifier()
33894 parser->scope = saved_checks_value (check_value); in cp_parser_pre_parsed_nested_name_specifier()
33895 parser->qualifying_scope = check_value->qualifying_scope; in cp_parser_pre_parsed_nested_name_specifier()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS100639 293c3cf4290318abcd6f58288072790a libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.…
100642 6eb29b50c4d91e2803341f3a7f69da6d libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.…
100645 …09d692760d7c2b5163c0de47cd libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc
100648 623592868b9ce112182161c2143ace39 libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
100861 …705f33fba494b43f0c85c808 libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc
100865 …3178fae31d5efa2a074c04ff libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc
100870 77cecd9b5a49e9aecc0861a20742214b libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc
100874 …2de6322ded16dab74702f7a94 libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc
100878 …dd59a9ed9d7714335f59d0d5e libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc
100882 …8d740cf63297d6467153688bd libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS115159 71878d9c827ac282bb8619007c777809 libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.…
115162 47d3b15e7a3012ee43e451025560cd2e libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.…
115165 …888f1ef4d0caefbf5fc4620444 libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc
115168 bb554b563d50ddb47b38f51f56e8f1ef libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
115385 …51e748592fb61c2a4cf06da8 libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc
115389 …31cc7ac8f8a21faddcf8ac71 libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc
115394 b6d68b3d10672d0b60653dd0dab99120 libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc
115398 …2e420dbf8d7aa19e1445d10d8 libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc
115402 …59d22563f375701329cb40915 libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc
115406 …2d3f2c5270c883e3355b139c0 libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc
[all …]