/freebsd-src/contrib/ldns/ldns/ |
H A D | str2host.h | 36 * \param[in] bytestr the string to be converted 44 * \param[in] shortstr the string to be converted 52 * \param[in] longstr the string to be converted 60 * \param[in] time the string to be converted 67 * \param[in] str the string to be converted 74 * \param[in] str the string to be converted 82 * \param[in] str the string to be converted 90 * \param[in] str the string to be converted 98 * \param[in] str the string to be converted (NULL terminated) 106 * \param[in] str the string to be converted [all …]
|
/freebsd-src/lib/libc/stdio/ |
H A D | wprintf.3 | 88 are converted for output. 134 The value should be converted to an 174 the converted value is padded on the left with zeros rather than blanks. 184 the converted value is to be left adjusted on the field boundary. 187 conversions, the converted value is padded on the right with blanks, 221 If the converted value has fewer characters than the field width, it will 336 (or appropriate variant) argument is converted to signed decimal 359 appear; if the converted value requires fewer digits, it is padded on 364 argument is converted to signed decimal, unsigned octal, or unsigned 374 argument is rounded and converted in the style [all …]
|
H A D | printf.3 | 120 are converted for output. 205 The value should be converted to an 255 the converted value is padded on the left with zeros rather than blanks. 265 the converted value is to be left adjusted on the field boundary. 268 conversions, the converted value is padded on the right with blanks, 302 If the converted value has fewer characters than the field width, it will 421 (or appropriate variant) argument is converted to 449 appear; if the converted value requires fewer digits, it is padded on 454 argument is converted to signed decimal, unsigned octal, or unsigned 464 argument is rounded and converted i [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | f16cintrin.h | 37 /// \returns The converted 32-bit float value. 58 /// A 32-bit single-precision float value to be converted to a 16-bit 67 /// \returns The converted 16-bit half-precision float value. 92 /// \returns A 128-bit vector containing converted 16-bit half-precision float 93 /// values. The lower 64 bits are used to store the converted 16-bit 108 /// \returns A 128-bit vector of [4 x float] containing converted float values. 128 /// converted to 16-bit half-precision float values. 136 /// \returns A 128-bit vector containing the converted 16-bit half-precision 150 /// converted to 32-bit single-precision float values. 151 /// \returns A vector of [8 x float] containing the converted 32-bit
|
/freebsd-src/share/man/man9/ |
H A D | byteorder.9 | 98 On big endian systems, the number is converted to little endian byte order. 99 On little endian systems, the number is converted to big endian byte order. 107 converted to the system's native byte order. 116 converted to the system's native byte order. 125 byte order converted to big endian byte order. 134 byte order converted to little endian byte order.
|
/freebsd-src/contrib/ofed/opensm/include/complib/ |
H A D | cl_byteswap.h | 66 * In order to utilize such data, it must be converted to host byte order 117 * Value of val converted to host byte order. 144 * Value of val converted to network byte order. 179 * Value of val converted to host byte order. 205 * Value of val converted to network byte order. 235 * Value of val converted to host byte order. 262 * Value of val converted to network byte order. 299 * Value of val converted in host byte order. 325 * Value of val converted to network byte order. 355 * Value of val converted to host byte order. [all …]
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string_conversion.c | 154 * converted to NFD on Mac OS. 177 * These are not converted to NFD on Mac OS. in scan_unicode_pattern() 201 * Those code points are not converted to in scan_unicode_pattern() 358 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 385 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 394 failure("NFD(%s) should be converted to NFC(%s):%d", in test_archive_string_normalization_nfc() 402 * converted to/from wide-character to avoid the effect of in test_archive_string_normalization_nfc() 414 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() 425 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() 436 failure("UTF-8 NFD(%s) should be converted " in test_archive_string_normalization_nfc() [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 67 updated to point to the end of last text successfully converted in 73 it points at the next thing to be converted. 81 sequences and isolated surrogates are converted. 88 When the flag is set to lenient, characters over 0x10FFFF are converted 213 * WideCharWidth. The converted data is written to ResultPtr, which needs to 217 * the first character which could not be converted. 248 * updated one past end of the converted sequence. 260 * end of the converted sequence. 262 * \param [out] target The converted code 291 * \param [out] Out Converted UTF-8 is stored here on success. [all …]
|
/freebsd-src/usr.bin/calendar/ |
H A D | events.c | 80 size_t inleft, outleft, converted = 0; in convert() local 110 outbuf = output + converted; in convert() 111 outleft = outlen - converted; in convert() 113 converted = iconv(conv, (char **) &inbuf, &inleft, &outbuf, &outleft); in convert() 114 if (converted != (size_t) -1 || errno == EINVAL) { in convert() 124 converted = outbuf - output; in convert() 133 outbuf = output + converted; in convert()
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 125 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 136 bool converted = false; in TEST() local 137 Castable castable(&converted); in TEST() 139 EXPECT_TRUE(converted); in TEST() 144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 155 bool converted = false; in TEST() local 156 const ConstCastable const_castable(&converted); in TEST() 158 EXPECT_TRUE(converted); in TEST() 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/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 613 the value is converted to an integer. 653 When a longer integer is converted to a shorter 679 converted to 714 the first is converted as 717 in this case, the result is converted to an integer 724 are combined, the plain integer is converted to unsigned 733 When an unsigned \fBshort\fR integer is converted to 753 are converted to 756 or \fBunsigned short\fR are converted 763 the other is converted to [all …]
|
/freebsd-src/crypto/openssl/crypto/async/arch/ |
H A D | async_win.c | 28 if (fibre != NULL && fibre->fibre != NULL && fibre->converted) { in async_local_cleanup() 43 fibre->converted = 0; in async_fibre_init_dispatcher() 48 fibre->converted = 1; in async_fibre_init_dispatcher()
|
/freebsd-src/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsconvert.c | 168 * PARAMETERS: OriginalObject - Object to be converted 169 * ReturnObject - Where the new converted object is returned 239 * PARAMETERS: OriginalObject - Object to be converted 240 * ReturnObject - Where the new converted object is returned 331 * PARAMETERS: OriginalObject - Object to be converted 332 * ReturnObject - Where the new converted object is returned 389 * _FDE and _GTM. The Package can be converted to a Buffer. in AcpiNsConvertToBuffer() 443 * OriginalObject - ASCII String Object to be converted 444 * ReturnObject - Where the new converted object is returned 517 * OriginalObject - Object to be converted [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | APSIntType.cpp | 18 // Negative numbers cannot be losslessly converted to unsigned type. in testInRange() 31 // Signed integers can be converted to signed integers of the same width in testInRange() 33 // Unsigned integers can be converted to unsigned integers of the same width in testInRange()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 66 /// Determines if this type can be converted to \p To. 176 /// Determines if the contained matcher can be converted to 179 /// For the Single case, it returns true if it can be converted to 182 /// overloads can be converted to \c Matcher<T>. If there are more than one 194 /// Determines if the contained matcher can be converted to \p Kind. 306 /// Determines if the contained value can be converted to \p Kind. 314 /// Determines if the contained value can be converted to any kind
|
/freebsd-src/usr.bin/iconv/ |
H A D | iconv.1 | 65 converted text on standard output. 110 .Pa converted.txt : 112 .Dl iconv -f IBM273 -t UTF-8 file.txt > converted.txt
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 95 // have been already converted. 98 // Marks an instruction as converted - adds it to ConvertedInsts and adds 100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anonedf589c00111::SystemZTDCPass 141 // All comparisons with 0 can be converted. in convertFCmp() 233 converted(&I, Op0, Mask, Worthy); in convertFCmp() 262 converted(&I, V, Mask, true); in convertICmp() 287 converted(&I, V, Mask, false); in convertICmp() 313 converted(&I, Op0, Mask, true); in convertLogicOp() 377 // If unused, or used and converted, remove it. in runOnFunction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 139 // If the constant C has been converted already in the given function F, just in remapConstant() 140 // return the converted value. in remapConstant() 183 // converted to another value. in remapConstantVectorOrConstantAggregate() 197 // vector or aggregate value with a set instructions and the converted in remapConstantVectorOrConstantAggregate() 222 // converted to another value. in remapConstantExpr() 236 // the converted operands. in remapConstantExpr()
|
/freebsd-src/tools/regression/ |
H A D | TODO | 22 Not everything's been converted to the new style. In particular; 35 needs to be converted. And fsx/ and gaithrstress/ are (I think) standalone
|
/freebsd-src/crypto/heimdal/doc/ |
H A D | kerberos4.texi | 68 entries in the database, these entries will not be converted. This might 70 because the principal couldn't be converted. 133 names should be converted (for instance @samp{rcmd} should be converted
|
/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exconvrt.c | 176 * PARAMETERS: ObjDesc - Object to be converted. Must be an 307 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Converted value: %8.8X%8.8X\n", in AcpiExConvertToInteger() 322 * PARAMETERS: ObjDesc - Object to be converted. Must be an 412 * PARAMETERS: Integer - Value to be converted 415 * DataWidth - Size of data item to be converted, in bytes 548 * PARAMETERS: ObjDesc - Object to be converted. Must be an in AcpiExConvertToString() 667 * From ACPI: "If the input is a buffer, it is converted to a in AcpiExConvertToString() 699 * "The entire contents of the buffer are converted to a string of in AcpiExConvertToString() 713 * From ACPI: "If Data is a buffer, it is converted to a string of in AcpiExConvertToString() 793 * SourceDesc - Source object to be converted in AcpiExConvertToTargetType() [all...] |
/freebsd-src/crypto/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 84 # | __int64 ap[1..0] | converted ap[] 86 # | __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] 166 stx $aj, [$anp] ! converted ap[j] 178 stx $nj, [$anp+8] ! converted np[j]
|
/freebsd-src/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_v4compat.3 | 31 \fIv4creds\fP the converted credential 52 \fIv4creds\fP the converted credential
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | varmod-exclam-shell.mk | 25 # converted to spaces. 30 # Each newline in the output is converted to a space, except for the newline
|
/freebsd-src/contrib/libucl/doc/ |
H A D | lua_api.md | 70 - *userdata* values are converted to lua function objects using `LUA_REGISTRYINDEX`, 72 - *arrays* are converted to lua tables with numeric indices suitable for `ipairs` iterations 73 - *objects* are converted to lua tables with string indices
|