/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | xz_dec_stream.c | 14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument 16 # define IS_CRC64(check_type) false argument 61 enum xz_check check_type; member 256 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 260 else if (s->check_type == XZ_CHECK_CRC64) in dec_block() 280 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 282 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 284 else if (IS_CRC64(s->check_type)) in dec_block() 393 while (s->pos < check_sizes[s->check_type]) { in check_skip() 430 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 549 float value, double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_float_d() argument 550 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_float_d() 554 double value, long double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_l() argument 555 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_l() 559 double value, __float128 shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_q() argument 560 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_q() 565 int32_t check_type, uptr check_arg) { in __nsan_internal_check_longdouble_q() argument 566 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_longdouble_q()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 877 unsigned int flags, int check_type, char **peername) in do_x509_check() argument 890 if (check_type == GEN_EMAIL) { in do_x509_check() 894 } else if (check_type == GEN_DNS) { in do_x509_check() 952 if (check_type != GEN_EMAIL in do_x509_check() 961 if (check_type != GEN_EMAIL) in do_x509_check() 966 if (check_type != GEN_DNS) in do_x509_check() 971 if (check_type != GEN_IPADD) in do_x509_check()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.c | 265 u8 check_type = 0; in ec_import_export_test() local 268 FORCE_USED_VAR(check_type); in ec_import_export_test() 389 check_type = 0; in ec_import_export_test() 392 check_type = 1; in ec_import_export_test() 397 check_type = 1; in ec_import_export_test() 403 if(check_type){ in ec_import_export_test() 448 check_type = 0; in ec_import_export_test() 452 check_type = 1; in ec_import_export_test() 457 check_type = 1; in ec_import_export_test() 462 check_type = 1; in ec_import_export_test() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 102 bool check_type) { in GetVTableInfo() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 219 bool check_type) { in GetVTableInfo() argument 222 if (check_type) { in GetVTableInfo()
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 2824 int check_type = 0; in tls1_check_chain() local 2827 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain() 2829 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain() 2831 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain() 2833 if (check_type) { in tls1_check_chain() 2838 if (*ctypes == check_type) { in tls1_check_chain()
|
/freebsd/usr.bin/indent/ |
H A D | indent.c | 412 goto check_type; in main() 496 check_type: in main()
|
/freebsd/sys/security/mac_do/ |
H A D | mac_do.c | 187 check_type(const id_type_t type) in check_type() function 206 check_type(type); in check_type_and_id_flags()
|
/freebsd/sys/net/ |
H A D | ieee8023ad_lacp.c | 2067 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument 2073 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 1055 # XXX - there's no check_type() macro that's like check_type_size() 1209 # XXX - there's no check_type() macro that's like check_type_size() 2019 # XXX - there's no check_type() macro that's like check_type_size() 2085 # XXX - there's no check_type() macro that's like check_type_size()
|