Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:initialised
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_neighbor_opencl.c
39
int
initialised
;
member
77
ctx->
initialised
= 1;
in neighbor_opencl_init()
142
if (!ctx->
initialised
) {
in neighbor_opencl_filter_frame()
H
A
D
vf_transpose_opencl.c
34
int
initialised
;
member
61
ctx->
initialised
= 1;
in transpose_opencl_init()
171
if (!ctx->
initialised
) {
in transpose_opencl_filter_frame()
H
A
D
vf_overlay_opencl.c
33
int
initialised
;
member
108
ctx->
initialised
= 1;
in overlay_opencl_load()
139
if (!ctx->
initialised
) {
in overlay_opencl_blend()
H
A
D
vf_avgblur_opencl.c
38
int
initialised
;
member
80
ctx->
initialised
= 1;
in avgblur_opencl_init()
166
if (!ctx->
initialised
) {
in avgblur_opencl_filter_frame()
H
A
D
vf_convolution_opencl.c
40
int
initialised
;
member
88
ctx->
initialised
= 1;
in convolution_opencl_init()
194
if (!ctx->
initialised
) {
in convolution_opencl_filter_frame()
H
A
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()
H
A
D
vf_remap_opencl.c
42
int
initialised
;
member
121
ctx->
initialised
= 1;
in remap_opencl_load()
155
if (!ctx->
initialised
) {
in remap_opencl_process_frame()
H
A
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()
H
A
D
vf_xfade_opencl.c
53
int
initialised
;
member
126
ctx->
initialised
= 1;
in xfade_opencl_load()
149
if (!ctx->
initialised
) {
in xfade_frame()
H
A
D
vf_tonemap_opencl.c
67
int
initialised
;
member
266
ctx->
initialised
= 1;
in tonemap_opencl_init()
388
if (!ctx->
initialised
) {
in tonemap_opencl_filter_frame()
/third_party/node/deps/openssl/openssl/crypto/engine/
H
A
D
eng_dyn.c
300
int
initialised
;
in dynamic_ctrl()
local
306
initialised
= ((ctx->dynamic_dso == NULL) ? 0 : 1);
in dynamic_ctrl()
308
if (
initialised
) {
in dynamic_ctrl()
/third_party/openssl/crypto/engine/
H
A
D
eng_dyn.c
300
int
initialised
;
in dynamic_ctrl()
local
306
initialised
= ((ctx->dynamic_dso == NULL) ? 0 : 1);
in dynamic_ctrl()
308
if (
initialised
) {
in dynamic_ctrl()
/third_party/mbedtls/include/psa/
H
A
D
crypto_driver_contexts_primitives.h
83
unsigned int
initialised
: 1;
member
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
resample.c
133
int
initialised
;
member
819
st->
initialised
= 0;
in speex_resampler_init_frac()
853
st->
initialised
= 1;
in speex_resampler_init_frac()
1144
if (st->
initialised
)
in speex_resampler_set_rate_frac()
1162
if (st->
initialised
)
in speex_resampler_set_quality()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_linking_helpers.c
488
bool
initialised
;
member
613
if (!vc_info->
initialised
) {
in gather_varying_component_info()
632
vc_info->
initialised
= true;
in gather_varying_component_info()
680
if (!vc_info->
initialised
) {
in gather_varying_component_info()
698
vc_info->
initialised
= true;
in gather_varying_component_info()
706
if (!vc_info->
initialised
) {
in gather_varying_component_info()
/third_party/python/Modules/
H
A
D
_cursesmodule.c
179
static int
initialised
= FALSE;
variable
194
if (
initialised
!= TRUE) { \
535
initialised
or not. */
3261
if (
initialised
) {
in _curses_initscr_impl()
3273
initialised
= initialised_setupterm = TRUE;
in _curses_initscr_impl()
H
A
D
_pickle.c
7103
*
initialised
modules, which then cause the getattribute to fail.
in _pickle_Unpickler_find_class_impl()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_uniforms.c
730
unsigned *next_index, bool *
initialised
)
in get_next_index()
750
*
initialised
= true;
in get_next_index()
752
*
initialised
= false;
in get_next_index()
728
get_next_index(struct nir_link_uniforms_state *state, const struct gl_uniform_storage *uniform, unsigned *next_index, bool *
initialised
)
get_next_index()
argument
Completed in 33 milliseconds