Home
last modified time | relevance | path

Searched refs:behaviour (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_limits.h185 struct nine_state_behaviour behaviour = render_state_limits_table[State]; in nine_fix_render_state_value() local
187 switch (behaviour.state_value_behaviour) { in nine_fix_render_state_value()
191 if (Value < behaviour.u.clamp.min) in nine_fix_render_state_value()
192 Value = behaviour.u.clamp.min; in nine_fix_render_state_value()
193 else if (Value > behaviour.u.clamp.max) in nine_fix_render_state_value()
194 Value = behaviour.u.clamp.max; in nine_fix_render_state_value()
200 Value = Value & behaviour.u.mask; in nine_fix_render_state_value()
203 if (Value < behaviour.u.range_def_val.min || Value > behaviour.u.range_def_val.max) in nine_fix_render_state_value()
204 Value = behaviour.u.range_def_val.default_val; in nine_fix_render_state_value()
/third_party/nghttp2/doc/
Dnghttp.h2r6 manages dependency using idle streams. We follows the behaviour of
7 Firefox Nightly as of April, 2015, and nghttp's behaviour is very
9 the same behaviour of Firefox is not our goal. The goal is provide
/third_party/boost/libs/outcome/doc/src/content/reference/policies/
Dall_narrow.md3 description = "Policy class defining that hard undefined behaviour should occur on incorrect narrow…
6 Policy class defining that hard undefined behaviour should occur on incorrect narrow and wide value…
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dub.md3 description = "Special function which causes noticeable hard undefined behaviour."
14 …is compiled with the undefined behaviour sanitiser, attempts to execute this function will trigger…
/third_party/openssl/doc/man3/
DSSL_CTX_set_quiet_shutdown.pod5 …_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour
45 is sent to the peer. This behaviour violates the TLS standard.
47 The default is normal shutdown behaviour as described by the TLS standard.
DCONF_modules_load_file.pod22 The behaviour can be customized using B<flags>.
115 /* Other missing configuration file behaviour */
121 /* Other malformed configuration file behaviour */
125 /* Other configuration error behaviour */
DSSL_CTX_set_session_ticket_cb.pod122 If the callback does not wish to change the default ticket behaviour then it
132 If the callback does not wish to change the default ticket behaviour then it
141 If the callback does not wish to change the default ticket behaviour then it
158 default behaviour is to always issue a new ticket on resumption. In both cases
159 this behaviour can be changed if a ticket key callback is in use (see
DSSL_set_fd.pod23 inherit the behaviour of B<fd>. If B<fd> is nonblocking, the B<ssl> will
24 also have nonblocking behaviour.
/third_party/boost/libs/coroutine/doc/
Dcoroutine.qbk34 would be copied too. That would force undefined behaviour if some of these
39 leading to undefined behaviour.
87 inside the [_same] coroutine results in undefined behaviour.]
89 As an example, the code below will result in undefined behaviour:
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_swap_with_frame_token.txt71 The behaviour of eglSwapBuffersWithFrameTokenANGLE is identical to that
72 of eglSwapBuffers except that the behaviour is undefined when <frametoken>
/third_party/boost/libs/coroutine2/doc/
Dcoroutine.qbk31 would be copied too. That would force undefined behaviour if some of these
36 leading to undefined behaviour.
73 coroutine results in undefined behaviour.]
75 As an example, the code below will result in undefined behaviour:
/third_party/ltp/doc/
Duser-guide.txt15 | 'LTP_COLORIZE_OUTPUT' | Force colorized output behaviour. 'y' or '1': always colorize
41 It's possible to force behaviour with 'LTP_COLORIZE_OUTPUT' environment variable.
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/no-value/
Dbuiltin.md16 the program is put into a **hard undefined behaviour** situation. The
21 hard UB is very tool-friendly for detection e.g. undefined behaviour
104 the behaviour is undefined.
/third_party/libxml2/result/
Dent4.rde4 Test of &amp; behaviour a&b .
Dent4.rdr4 Test of &amp; behaviour a&b .
Dent4.sax11 SAX.characters(amp; behaviour a, 16)
Dent4.sax211 SAX.characters(amp; behaviour a, 16)
/third_party/boost/tools/quickbook/test/
Dinclude-inc.quickbook1 [/ I'm trying not to break existing behaviour even when buggy.
/third_party/boost/boost/spirit/home/classic/dynamic/impl/
Dselect.ipp37 // implementation for the select_default_no_fail behaviour
49 // implementation for the select_default_fail behaviour
/third_party/pcre2/pcre2/testdata/
Dtestinput162 # attempt to use it has the expected behaviour. It also tests things that
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/
Dcoverage.txt5 2 WON'T test because spec doesn't define behaviour of sigismember() function if neither of sigempy…
/third_party/python/Misc/NEWS.d/
D3.7.0.rst17 error: restore the Python 3.6 behaviour.
/third_party/boost/libs/math/doc/sf/
Dpowers.qbk104 The following graph illustrates the behaviour of log1p:
154 The following graph illustrates the behaviour of expm1:
197 The following graph illustrates the behaviour of cbrt:
241 The following graph illustrates the behaviour of sqrt1pm1:
286 The following graph illustrates the behaviour of powm1:
/third_party/EGL/extensions/EXT/
DEGL_EXT_present_opaque.txt83 doesn't change its behaviour, and considers the surface's alpha
113 - Re-worded the compositor's behaviour for EGL_FALSE.
/third_party/libxml2/result/noent/
Dent4.sax211 SAX.characters(amp; behaviour a, 16)

12345678910>>...37