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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp91 // have been already converted.
94 // Marks an instruction as converted - adds it to ConvertedInsts and adds
96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { function in class:__anon2420::SystemZTDCPass
137 // All comparisons with 0 can be converted.
229 converted(&I, Op0, Mask, Worthy);
258 converted(&I, V, Mask, true);
283 converted(&I, V, Mask, false);
309 converted(&I, Op0, Mask, true);
367 // If unused, or used and converted, remove it.
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in6 mapname: name of the amd map beeing converted to ldif
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-11-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-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl72 # | __int64 ap[1..0] | converted ap[]
74 # | __int64 np[1..0] | converted np[]
105 stx $aj, [$anp] ! converted ap[0]
120 stx $nj, [$anp+8] ! converted np[0]
123 stx $aj, [$anp+16] ! converted ap[1]
133 stx $nj, [$anp+24] ! converted np[1]
156 stx $aj, [$anp] ! converted ap[j]
168 stx $nj, [$anp+8] ! converted np[j]
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1457 llvm::SmallVectorImpl<char> &converted) {
1460 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.begin(),
1467 converted.reserve(len);
1468 converted.set_size(len);
1471 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
1472 converted.size(), NULL, NULL);
1480 converted.push_back(0);
1481 converted.pop_back();
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize130 echo map ${map} converted.
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk30 # are converted to ".*". Two targets that are expected to
/freebsd-11-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-11-stable/sys/conf/
H A Dkern.opts.mk11 # that haven't been converted over.
/freebsd-11-stable/usr.bin/printf/
H A Dprintf.c615 warnx("%s: not completely converted", *gargv);
650 warnx("%s: not completely converted", *gargv);
/freebsd-11-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-11-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-11-stable/contrib/gcc/cp/
H A Dtypeck.c1511 are replaced by their values, and bitfield references are converted
1640 converted value. */
1938 /* If MEMBER is from an anonymous aggregate, we have converted
2439 If INDEX is of some user-defined type, it must be converted to
2858 Return a list of expressions for the parameters as converted.
3081 or they have both just been converted to some other type in which
3105 /* Nonzero means operands have already been type-converted
3107 Zero means they need to be converted to RESULT_TYPE. */
3108 int converted = 0;
3353 converted
3101 int converted = 0; local
[all...]
/freebsd-11-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
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c586 applied, and enumerated types converted to their compatible integer
756 are allowed here and are converted to their compatible integer types.
1690 Enumeral types or short or char are converted to int.
1700 /* Functions and arrays have been converted during parsing. */
2487 to the types in the list TYPELIST. The result is a list of converted
2524 converted arguments and pushing them on RESULT in reverse order. */
4633 /* If FN was prototyped at the call site, the value has been converted
7503 type (or is converted from it), this may be valid, so
7626 "converted to %<int%> in ISO C");
8269 performed or they have both just been converted t
8255 int converted = 0; local
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8860 % Supported encodings: names converted to tokens in order to be able

Completed in 273 milliseconds