Home
last modified time | relevance | path

Searched full:yields (Results 1 – 25 of 243) sorted by relevance

12345678910

/freebsd/share/vt/keymaps/
H A Dus.intl.acc.kbd4 # alt shift 9 yields 0x93 (original: empty)
5 # alt shift 0 yields 0x94 (original: empty)
6 # alt shift - yields � (original: empty)
7 # alt shift . yields � (original: empty)
8 # alt shift / yields � (original: empty)
9 # ^ - yields � (original: empty)
10 # ^ shift - yields � (original: empty)
11 # ^ shift . yields � (original: empty)
/freebsd/lib/libpathconv/
H A Dabs2rel.365 yields:
74 yields:
112 yields:
121 yields:
H A Drel2abs.363 yields:
72 yields:
/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-ne.mk5 # When both sides are equal, the != operator always yields false.
10 # This comparison yields the same result, whether numeric or character-based.
H A Dcond-cmp-numeric-ge.mk5 # When both sides are equal, the >= operator always yields true.
11 # This comparison yields the same result, whether numeric or character-based.
H A Dcond-cmp-numeric-gt.mk5 # When both sides are equal, the > operator always yields false.
10 # This comparison yields the same result, whether numeric or character-based.
H A Dcond-cmp-numeric-le.mk5 # When both sides are equal, the <= operator always yields true.
11 # This comparison yields the same result, whether numeric or character-based.
H A Dcond-cmp-numeric-lt.mk5 # When both sides are equal, the < operator always yields false.
10 # This comparison yields the same result, whether numeric or character-based.
H A Dcond-cmp-numeric-eq.mk5 # This comparison yields the same result, whether numeric or character-based.
11 # This comparison yields the same result, whether numeric or character-based.
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h160 /// Subtracting two addresses yields an offset.
166 /// Adding an offset and an address yields an address.
172 /// Adding an address and an offset yields an address.
178 /// Subtracting an offset from an address yields an address.
184 /// Taking the modulus of an address and a diff yields a diff.
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_FILE.pod28 Otherwise, it yields "(unknown function)".
30 The macro B<OPENSSL_MSTR> yields the expansion of the macro given as argument,
/freebsd/tools/regression/p1003_1b/
H A Dyield.c147 /* Now the master yields, the first slave runs, and yields, in yield()
148 * next runs, yields, ... in yield()
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_FILE.387 Otherwise, it yields "(unknown function)".
89 The macro \fBOPENSSL_MSTR\fR yields the expansion of the macro given as argument,
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h154 /// Subtracting two addresses yields an offset.
160 /// Adding an offset and an address yields an address.
166 /// Adding an address and an offset yields an address.
/freebsd/share/man/man7/
H A Dsizeof.739 operator yields the size of its operand.
62 operator yields the storage size of an expression or
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h81 // Range(begin, end [, step]) - Yields values {begin, begin+step,
84 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
85 // ValuesIn(container) - Yields values from a C-style array, an STL
87 // Bool() - Yields sequence {false, true}.
88 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua79 -- yields in tail calls
286 -- testing yields inside metamethods
349 -- testing yields inside 'for' iterators
/freebsd/share/man/man3/
H A Doffsetof.332 and yields the offset,
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h19 // V.getType(); // <-- Yields a clang::QualType.
20 // V.getInt(); // <-- Yields 42.
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dasinh.sollya7 // we use 2^-6 as the lower bound for coeff generation, which yields sufficiently
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h83 int ctx; /* context info. in case of yields */
84 lua_CFunction k; /* continuation in case of yields */
/freebsd/lib/libopenbsd/
H A Dohash_interval.360 is a simple hashing function that yields good results on common data sets.
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h48 // Android sometimes includes malloc.h no matter what, which yields to
/freebsd/contrib/libdiff/include/
H A Ddiff_main.h56 * yields the line number (starting with 0). Also works for diff_data that
65 * yields the line number (starting with 0). */
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keyexch.pod149 OSSL_FUNC_keyexch_settable_ctx_params() yields a constant L<OSSL_PARAM(3)> array that
154 Similarly, OSSL_FUNC_keyexch_gettable_ctx_params() yields a constant L<OSSL_PARAM(3)>

12345678910