Home
last modified time | relevance | path

Searched refs:initialised (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/glib/glib/
Dggettext.c98 static gsize initialised; in ensure_gettext_initialized() local
100 if (g_once_init_enter (&initialised)) in ensure_gettext_initialized()
112 g_once_init_leave (&initialised, TRUE); in ensure_gettext_initialized()
/third_party/ffmpeg/libavfilter/
Dvf_neighbor_opencl.c38 int initialised; member
76 ctx->initialised = 1; in neighbor_opencl_init()
141 if (!ctx->initialised) { in neighbor_opencl_filter_frame()
Dvf_transpose_opencl.c36 int initialised; member
63 ctx->initialised = 1; in transpose_opencl_init()
173 if (!ctx->initialised) { in transpose_opencl_filter_frame()
Dvf_overlay_opencl.c34 int initialised; member
109 ctx->initialised = 1; in overlay_opencl_load()
140 if (!ctx->initialised) { in overlay_opencl_blend()
Dvf_avgblur_opencl.c36 int initialised; member
78 ctx->initialised = 1; in avgblur_opencl_init()
164 if (!ctx->initialised) { in avgblur_opencl_filter_frame()
Dvf_convolution_opencl.c38 int initialised; member
86 ctx->initialised = 1; in convolution_opencl_init()
192 if (!ctx->initialised) { in convolution_opencl_filter_frame()
Dvf_unsharp_opencl.c36 int initialised; member
93 ctx->initialised = 1; in unsharp_opencl_init()
228 if (!ctx->initialised) { in unsharp_opencl_filter_frame()
Dvf_xfade_opencl.c54 int initialised; member
127 ctx->initialised = 1; in xfade_opencl_load()
150 if (!ctx->initialised) { in xfade_frame()
Dvf_nlmeans_opencl.c54 int initialised; member
152 ctx->initialised = 1; in nlmeans_opencl_init()
318 if (!ctx->initialised) { in nlmeans_opencl_filter_frame()
Dvf_tonemap_opencl.c68 int initialised; member
268 ctx->initialised = 1; in tonemap_opencl_init()
390 if (!ctx->initialised) { in tonemap_opencl_filter_frame()
/third_party/openssl/crypto/engine/
Deng_dyn.c292 int initialised; in dynamic_ctrl() local
298 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl()
300 if (initialised) { in dynamic_ctrl()
DREADME91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to
147 functional reference to the first that successfully initialised. In the latter
154 try to initialise from the "pile" will be those that are already initialised
172 new ENGINE changes, an abstract ENGINE can be loaded and initialised, but that
173 is an algorithm-agnostic process. Even if initialised, it will not have
185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
194 initialised state, so only modification operations (not queries) will cause that
/third_party/mbedtls/include/psa/
Dcrypto_driver_contexts_primitives.h83 unsigned int initialised : 1; member
/third_party/typescript/tests/baselines/reference/
DvoidIsInitialized.symbols13 x // no error: assume x2 is initialised
DvoidIsInitialized.types16 x // no error: assume x2 is initialised
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.h75 gboolean initialised; member
/third_party/boost/libs/asio/doc/requirements/
DIoObjectService.qbk44 initialised with `construct()` or `move_construct()`.]
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dco_try_failure_likely.md20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
Dtry.md20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
Dtry_failure_likely.md20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
Dco_try.md20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
/third_party/boost/libs/metaparse/doc/
Ddebug_parsing_error.qbk23 instantiated template class has to be created and initialised using the default
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c470 bool initialised; member
589 if (!vc_info->initialised) { in gather_varying_component_info()
607 vc_info->initialised = true; in gather_varying_component_info()
655 if (!vc_info->initialised) { in gather_varying_component_info()
672 vc_info->initialised = true; in gather_varying_component_info()
680 if (!vc_info->initialised) { in gather_varying_component_info()
/third_party/openssl/doc/man3/
DX509_get_serialNumber.pod21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
DBN_new.pod40 return a pointer to the B<BIGNUM> initialised to the value 0.

1234