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:is_mask
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_gpio.h
316
* @param
is_mask
[IN] type #hi_bool,Interruption type.CNcomment:中断类型。CNend
326
hi_u32 hi_gpio_set_isr_mask(hi_gpio_idx id, hi_bool
is_mask
);
/third_party/mesa3d/src/gallium/frontends/xa/
H
A
D
xa_composite.c
338
* \param
is_mask
[in]: Whether we're considering a mask picture.
349
boolean
is_mask
)
in xa_handle_src_pict()
365
if (
is_mask
&& ctx->has_solid_src)
in xa_handle_src_pict()
370
if (
is_mask
)
in xa_handle_src_pict()
347
xa_handle_src_pict(struct xa_context *ctx, const union xa_source_pict *src_pict, boolean
is_mask
)
xa_handle_src_pict()
argument
/third_party/ffmpeg/libavcodec/
H
A
D
aacenc_is.c
137
cpe->
is_mask
[w*16+g] = 1;
in ff_aac_search_for_is()
153
prev_is = cpe->
is_mask
[w*16+g];
in ff_aac_search_for_is()
H
A
D
aac.h
283
uint8_t
is_mask
[128]; ///< Set if intensity stereo is used (used by encoder)
member
H
A
D
aacenc.c
319
if (!cpe->
is_mask
[w*16 + g]) {
in apply_intensity_stereo()
350
if (!cpe->ms_mask[w*16 + g] || cpe->
is_mask
[w*16 + g]
in apply_mid_side_stereo()
700
memset(cpe->
is_mask
, 0, sizeof(cpe->
is_mask
));
in aac_encode_frame()
H
A
D
aaccoder.c
779
if (!cpe->
is_mask
[w*16+g])
in search_for_ms()
781
if (!sce0->zeroes[w*16+g] && !sce1->zeroes[w*16+g] && !cpe->
is_mask
[w*16+g]) {
in search_for_ms()
889
if (!sce1->zeroes[w*16+g] && !cpe->
is_mask
[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT)
in search_for_ms()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H
A
D
icuexportdata.cpp
174
void dumpValueEntry(UProperty uproperty, int v, bool
is_mask
, FILE* f) {
in dumpValueEntry()
argument
180
if (
is_mask
) {
in dumpValueEntry()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aaccoder_mips.c
2361
if (!cpe->
is_mask
[w*16+g])
in search_for_ms_mips()
2363
if (!sce0->zeroes[w*16+g] && !sce1->zeroes[w*16+g] && !cpe->
is_mask
[w*16+g]) {
in search_for_ms_mips()
2471
if (!sce1->zeroes[w*16+g] && !cpe->
is_mask
[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT)
in search_for_ms_mips()
Completed in 13 milliseconds