Searched refs:converted (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/crypto/async/arch/
H A Dasync_win.h24 int converted; member in struct:async_fibre_st
/freebsd-13-stable/usr.bin/calendar/
H A Devents.c82 size_t inleft, outleft, converted = 0; local
112 outbuf = output + converted;
113 outleft = outlen - converted;
115 converted = iconv(conv, (char **) &inbuf, &inleft, &outbuf, &outleft);
116 if (converted != (size_t) -1 || errno == EINVAL) {
126 converted = outbuf - output;
135 outbuf = output + converted;
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc121 explicit Castable(bool* converted) : converted_(converted) {} argument
132 bool converted = false; local
133 Castable castable(&converted);
135 EXPECT_TRUE(converted);
140 explicit ConstCastable(bool* converted) : converted_(converted) {} argument
151 bool converted = false; local
152 const ConstCastable const_castable(&converted);
154 EXPECT_TRUE(converted);
159 ConstAndNonConstCastable(bool* converted, bool* const_converted) argument
176 bool converted = false; local
193 To(bool* converted) argument
197 bool converted = false; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp99 // have been already converted.
102 // Marks an instruction as converted - adds it to ConvertedInsts and adds
104 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { function in class:__anon4341::SystemZTDCPass
145 // All comparisons with 0 can be converted.
237 converted(&I, Op0, Mask, Worthy);
266 converted(&I, V, Mask, true);
291 converted(&I, V, Mask, false);
317 converted(&I, Op0, Mask, true);
381 // If unused, or used and converted, remove it.
/freebsd-13-stable/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_hopfser.c221 int converted; local
241 converted = sscanf(pp->a_lastcode,
261 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) ||
H A Dntp_scanner.c685 int converted; local
834 converted = sscanf(&yytext[2], "%x",
837 converted = sscanf(yytext, "%u",
839 if (1 != converted) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c241 const char *converted;
243 err = svn_cmdline_cstring_from_utf8(&converted, string, pool);
247 converted = svn_cmdline_cstring_from_utf8_fuzzy(string, pool);
254 _cputs(converted);
259 SVN_ERR(svn_io_file_write_full(terminal->outfd, converted,
260 strlen(converted), NULL, pool));
239 const char *converted; local
H A Dutf.c946 const char *escaped, *converted;
953 err = convert_from_utf8(((const char **) &converted), escaped, pool);
961 return converted;
944 const char *escaped, *converted; local
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl83 # | __int64 ap[1..0] | converted ap[]
85 # | __int64 np[1..0] | converted np[]
116 stx $aj, [$anp] ! converted ap[0]
131 stx $nj, [$anp+8] ! converted np[0]
134 stx $aj, [$anp+16] ! converted ap[1]
144 stx $nj, [$anp+24] ! converted np[1]
167 stx $aj, [$anp] ! converted ap[j]
179 stx $nj, [$anp+8] ! converted np[j]
/freebsd-13-stable/contrib/apr-util/xlate/
H A Dxlate.c391 apr_size_t converted = to_convert; local
400 *inbytes_left -= converted;
401 *outbytes_left -= converted;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1487 llvm::SmallVectorImpl<char> &converted) {
1490 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.begin(),
1497 converted.reserve(len);
1498 converted.set_size(len);
1501 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
1502 converted.size(), NULL, NULL);
1510 converted.push_back(0);
1511 converted.pop_back();
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk30 # are converted to ".*". Two targets that are expected to
H A Ddirective-for-escape.mk53 # XXX: Where does the '\$$\$$' get converted into a single '\$'?
H A Dcond-token-plain.mk97 # operator. It is implicitly converted into defined(bare).
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc444 // Tests that an Action<From> object can be converted to a
590 // Tests that the type of the value passed into Return is converted into T
597 bool* converted() const { return converted_; } function in class:__anon794::FromType
608 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
612 bool converted = false; local
613 FromType x(&converted);
615 EXPECT_TRUE(converted) << "Return must convert its argument in its own "
617 converted = false;
619 EXPECT_FALSE(converted) << "Action must NOT convert its argument "
/freebsd-13-stable/share/mk/
H A Dbsd.opts.mk40 # that haven't been converted over.
H A Dbsd.info.mk17 # converted from a TeX DVI file to ascii/latin1 [dvips2ascii]
H A Dsrc.opts.mk41 # that haven't been converted over.
/freebsd-13-stable/tools/tools/locale/tools/
H A Dfinalize175 echo map ${map} converted.
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk11 # that haven't been converted over.
/freebsd-13-stable/usr.bin/printf/
H A Dprintf.c613 warnx("%s: not completely converted", *gargv);
648 warnx("%s: not completely converted", *gargv);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc180 * written in the raw profile data and converted to target function name's MD5
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc180 * written in the raw profile data and converted to target function name's MD5
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsnprintf.c864 * converted to a sequence of printing
1021 * C99 says: "The result is converted to an `alternative form'.
1159 * affected by rounding the converted value, so we'll

Completed in 148 milliseconds

12