Searched refs:to_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_lib.c | 337 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local 352 if (conf->meth->to_int != NULL) in NCONF_get_number_e() 353 to_int = conf->meth->to_int; in NCONF_get_number_e() 356 const int d = to_int(conf, *str); in NCONF_get_number_e()
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter.cpp | 98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() function 140 output->width(to_int(format, partial.substr(0, dot), "width")); in new_ostringstream() 143 output->precision(to_int(format, partial.substr(dot + 1), in new_ostringstream()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | conftypes.h | 30 int (*to_int) (const CONF *conf, char c); member
|
/freebsd/lib/libiconv_modules/UES/ |
H A D | citrus_ues.c | 100 to_int(int ch) in to_int() function 246 num = to_int((int)(unsigned char)psenc->ch[head]); in _citrus_UES_mbrtowc_priv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 4774 multiclass FPToIntegerPats<SDNode to_int, SDNode to_int_sat, SDNode round, string INST> { 4775 def : Pat<(i32 (to_int (round f32:$Rn))), 4777 def : Pat<(i64 (to_int (round f32:$Rn))), 4779 def : Pat<(i32 (to_int (round f64:$Rn))), 4781 def : Pat<(i64 (to_int (round f64:$Rn))),
|