Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_win.h24 int converted; member
/freebsd/sys/crypto/openssl/
H A Dossl_arm.h42 int converted; member
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc125 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
136 bool converted = false; in TEST() local
144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
155 bool converted = false; in TEST() local
163 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable()
180 bool converted = false; in TEST() local
197 To(bool* converted) { *converted = true; } // NOLINT in To()
201 bool converted = false; in TEST() local
/freebsd/usr.bin/calendar/
H A Devents.c80 size_t inleft, outleft, converted = 0; in convert() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_hopfser.c215 int converted; in hopfserial_receive() local
H A Dntp_scanner.c685 int converted; in yylex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon24945bae0111::SystemZTDCPass
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp221 bool converted = convertUTF8ToUTF16String(to_write_ref, to_write_utf16); in WriteString() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc838 bool* converted() const { return converted_; } in converted() function in testing::__anon10e2b6f40111::FromType
851 bool converted = false; in TEST() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2118 auto converted = std::chrono::system_clock::to_time_t(time_point); in convert() local