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:sig_bits
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngimage.c
1101
png_byte
sig_bits
[8];
in compare_read()
local
1111
sig_bits
[0] = sBIT->gray;
in compare_read()
1116
sig_bits
[0] = sBIT->gray;
in compare_read()
1117
sig_bits
[1] = sBIT->alpha;
in compare_read()
1122
sig_bits
[0] = sBIT->red;
in compare_read()
1123
sig_bits
[1] = sBIT->green;
in compare_read()
1124
sig_bits
[2] = sBIT->blue;
in compare_read()
1129
sig_bits
[0] = sBIT->red;
in compare_read()
1130
sig_bits
[1] = sBIT->green;
in compare_read()
1131
sig_bits
[
in compare_read()
[all...]
H
A
D
pngvalid.c
6027
unsigned int
sig_bits
:1; /* Pixel shifted (sig bits only) */
member
6036
* If
sig_bits
is set above the red, green, blue and alpha values have been
6086
int
sig_bits
= (format != 0 && format->
sig_bits
);
in image_pixel_init()
local
6159
sig_bits
? (1U << format->red_sBIT)-1 : max,
in image_pixel_init()
6160
sig_bits
? (1U << format->green_sBIT)-1 : max,
in image_pixel_init()
6161
sig_bits
? (1U << format->blue_sBIT)-1 : max,
in image_pixel_init()
6162
sig_bits
? (1U << format->alpha_sBIT)-1 : max);
in image_pixel_init()
6177
this->
sig_bits
= 0;
in image_pixel_init()
6436
int
sig_bits
in image_transform_mod_end()
local
[all...]
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
526
if (strcmp(id, "
sig_bits
") == 0) {
in tplg_parse_stream_caps()
527
if (parse_unsigned(n, &sc->
sig_bits
))
in tplg_parse_stream_caps()
606
if (err >= 0 && sc->
sig_bits
)
in tplg_save_stream_caps()
608
sc->
sig_bits
);
in tplg_save_stream_caps()
1773
caps->
sig_bits
= caps_tpl->
sig_bits
;
in tplg_add_stream_caps()
2097
cap->
sig_bits
= pcm->caps[i].
sig_bits
;
in tplg_decode_pcm()
/third_party/alsa-lib/include/
H
A
D
topology.h
997
unsigned int
sig_bits
; /*!< number of bits of content */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
318
__le32
sig_bits
; /* number of bits of content */
member
/third_party/skia/third_party/externals/libpng/
H
A
D
pngrtran.c
2251
png_const_color_8p
sig_bits
)
in png_do_unshift()
2268
shift[channels++] = bit_depth -
sig_bits
->red;
in png_do_unshift()
2269
shift[channels++] = bit_depth -
sig_bits
->green;
in png_do_unshift()
2270
shift[channels++] = bit_depth -
sig_bits
->blue;
in png_do_unshift()
2275
shift[channels++] = bit_depth -
sig_bits
->gray;
in png_do_unshift()
2280
shift[channels++] = bit_depth -
sig_bits
->alpha;
in png_do_unshift()
2250
png_do_unshift(png_row_infop row_info, png_bytep row, png_const_color_8p
sig_bits
)
png_do_unshift()
argument
Completed in 28 milliseconds