Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/crypto/async/arch/
H A Dasync_win.h24 int converted; member
/freebsd-src/sys/crypto/openssl/
H A Dossl_arm.h42 int converted; member
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc125 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument
136 bool converted = false; in TEST() local
144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument
155 bool converted = false; in TEST() local
163 ConstAndNonConstCastable(bool * converted,bool * const_converted) ConstAndNonConstCastable() argument
180 bool converted = false; TEST() local
197 To(bool * converted) To() argument
201 bool converted = false; TEST() local
[all...]
/freebsd-src/usr.bin/calendar/
H A Devents.c80 size_t inleft, outleft, converted = 0; in convert() local
/freebsd-src/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-src/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 __anonedf589c00111::SystemZTDCPass
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp137 bool converted = convertUTF8ToUTF16String(to_write_ref, to_write_utf16); WriteString() local
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc838 bool* converted() const { return converted_; } in converted() function in testing::__anonc8aa4e460111::FromType
851 bool converted = false; in TEST() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp2118 auto converted = std::chrono::system_clock::to_time_t(time_point); in convert() local