Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd/usr.bin/calendar/
H A Devents.c80 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/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
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) in ConstAndNonConstCastable() argument
164 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
[all …]
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_win.c28 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()
H A Dasync_win.h24 int converted; member
/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
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()
/freebsd/sys/crypto/openssl/
H A Dossl_arm.h42 int converted; member
67 bsks.converted = 0; in AES_CBC_ENCRYPT()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_hopfser.c215 int converted; in hopfserial_receive() local
235 converted = sscanf(pp->a_lastcode, in hopfserial_receive()
255 if ((8 != converted) || (pp->hour < 0) || (pp->hour > 23) || in hopfserial_receive()
H A Dntp_scanner.c685 int converted; in yylex() local
834 converted = sscanf(&yytext[2], "%x", in yylex()
837 converted = sscanf(yytext, "%u", in yylex()
839 if (1 != converted) { in yylex()
/freebsd/tools/regression/
H A DTODO22 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/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def49 // These are definitions for instructions, that are converted into constrained
69 // Theses are definitions for intrinsic functions, that are converted into
107 // This is definition for fmuladd intrinsic function, that is converted into
/freebsd/contrib/libucl/doc/
H A Dlua_api.md70 - *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
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dpower_supply.txt1 This binding has been converted to yaml please see power-supply.yaml in this
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi68 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/crypto/openssl/doc/man3/
H A DPKCS12_newpass.pod25 (or code page on Windows) must potentially be converted to UTF-8 before
95 The password format is a NULL terminated ASCII string which is converted to
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod45 which is converted to binary.
100 All of the functions described here were converted from macros to functions in
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.ipp46 /// \return The value of the option converted to the appropriate type.
65 /// \return The values of the option converted to the appropriate type.
/freebsd/tools/build/options/
H A DINIT_ALL18 This value is converted to
/freebsd/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt38 and all underscores '_' converted to dashes '-'.
41 dropped from the parameter name, the name is converted
43 converted to dashes '-'.
/freebsd/contrib/ldns/ldns/
H A Dutil.h.in236 * \return the converted decimal value
243 * \return the converted hex char
254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if…
278 * That number of seconds is then converted to broken-out time information.
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE113 NOTE: The converted PDF file is not suitable for
132 NOTE: The converted PNG files are not suitable for printing
/freebsd/contrib/libucl/
H A DREADME.md136 * Non-unique keys in an object are allowed and are automatically converted to the arrays internally:
144 is converted to:
163 is converted to the following object:
324 * `$${VARIABLE}` is converted to `${VARIABLE}`
325 * `$$VARIABLE` is converted to `$VARIABLE`
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/freebsd/sys/teken/
H A Dsequences29 # Name Sequence name (will be converted to C function name)
32 # - `n' non-zero number (0 gets converted to 1)
/freebsd/crypto/openssl/crypto/objects/
H A DREADME.md19 those will be converted to underscore.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td43 "converted to the approximate number of raw trace bytes between "
121 "converted to the approximate number of raw trace bytes between "

123456789