/third_party/glib/glib/ |
D | ggettext.c | 98 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/ |
D | vf_neighbor_opencl.c | 38 int initialised; member 76 ctx->initialised = 1; in neighbor_opencl_init() 141 if (!ctx->initialised) { in neighbor_opencl_filter_frame()
|
D | vf_transpose_opencl.c | 36 int initialised; member 63 ctx->initialised = 1; in transpose_opencl_init() 173 if (!ctx->initialised) { in transpose_opencl_filter_frame()
|
D | vf_overlay_opencl.c | 34 int initialised; member 109 ctx->initialised = 1; in overlay_opencl_load() 140 if (!ctx->initialised) { in overlay_opencl_blend()
|
D | vf_avgblur_opencl.c | 36 int initialised; member 78 ctx->initialised = 1; in avgblur_opencl_init() 164 if (!ctx->initialised) { in avgblur_opencl_filter_frame()
|
D | vf_convolution_opencl.c | 38 int initialised; member 86 ctx->initialised = 1; in convolution_opencl_init() 192 if (!ctx->initialised) { in convolution_opencl_filter_frame()
|
D | vf_unsharp_opencl.c | 36 int initialised; member 93 ctx->initialised = 1; in unsharp_opencl_init() 228 if (!ctx->initialised) { in unsharp_opencl_filter_frame()
|
D | vf_xfade_opencl.c | 54 int initialised; member 127 ctx->initialised = 1; in xfade_opencl_load() 150 if (!ctx->initialised) { in xfade_frame()
|
D | vf_nlmeans_opencl.c | 54 int initialised; member 152 ctx->initialised = 1; in nlmeans_opencl_init() 318 if (!ctx->initialised) { in nlmeans_opencl_filter_frame()
|
D | vf_tonemap_opencl.c | 68 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/ |
D | eng_dyn.c | 292 int initialised; in dynamic_ctrl() local 298 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl() 300 if (initialised) { in dynamic_ctrl()
|
D | README | 91 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/ |
D | crypto_driver_contexts_primitives.h | 83 unsigned int initialised : 1; member
|
/third_party/typescript/tests/baselines/reference/ |
D | voidIsInitialized.symbols | 13 x // no error: assume x2 is initialised
|
D | voidIsInitialized.types | 16 x // no error: assume x2 is initialised
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraenc.h | 75 gboolean initialised; member
|
/third_party/boost/libs/asio/doc/requirements/ |
D | IoObjectService.qbk | 44 initialised with `construct()` or `move_construct()`.]
|
/third_party/boost/libs/outcome/doc/src/content/reference/macros/ |
D | co_try_failure_likely.md | 20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
|
D | try.md | 20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
|
D | try_failure_likely.md | 20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
|
D | co_try.md | 20 If successful, an `auto &&var` is initialised to the expression result's `.assume_value()` if avail…
|
/third_party/boost/libs/metaparse/doc/ |
D | debug_parsing_error.qbk | 23 instantiated template class has to be created and initialised using the default
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_linking_helpers.c | 470 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/ |
D | X509_get_serialNumber.pod | 21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
|
D | BN_new.pod | 40 return a pointer to the B<BIGNUM> initialised to the value 0.
|