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:wval
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttsbit.c
782
FT_UInt
wval
= 0;
in tt_sbit_decoder_load_byte_aligned()
local
787
wval
= (FT_UInt)(
wval
| *p++ );
in tt_sbit_decoder_load_byte_aligned()
788
pwrite[0] = (FT_Byte)( pwrite[0] | (
wval
>> x_pos ) );
in tt_sbit_decoder_load_byte_aligned()
790
wval
<<= 8;
in tt_sbit_decoder_load_byte_aligned()
794
wval
= (FT_UInt)(
wval
| ( *p++ & ( 0xFF00U >> w ) ) );
in tt_sbit_decoder_load_byte_aligned()
798
pwrite[0] = (FT_Byte)( pwrite[0] | (
wval
>> x_pos ) );
in tt_sbit_decoder_load_byte_aligned()
803
wval
<<= 8;
in tt_sbit_decoder_load_byte_aligned()
804
pwrite[0] = (FT_Byte)( pwrite[0] | (
wval
>> x_po
in tt_sbit_decoder_load_byte_aligned()
[all...]
/third_party/alsa-lib/include/
H
A
D
control.h
595
void snd_ctl_elem_info_set_read_write(snd_ctl_elem_info_t *obj, int rval, int
wval
);
596
void snd_ctl_elem_info_set_tlv_read_write(snd_ctl_elem_info_t *obj, int rval, int
wval
);
/third_party/alsa-lib/src/control/
H
A
D
control.c
3124
* \param
wval
writeability part of element identifier
3126
void snd_ctl_elem_info_set_read_write(snd_ctl_elem_info_t *obj, int rval, int
wval
)
in snd_ctl_elem_info_set_read_write()
argument
3131
(
wval
? SNDRV_CTL_ELEM_ACCESS_WRITE : 0);
in snd_ctl_elem_info_set_read_write()
3138
* \param
wval
TLV writeability part of element identifier
3140
void snd_ctl_elem_info_set_tlv_read_write(snd_ctl_elem_info_t *obj, int rval, int
wval
)
in snd_ctl_elem_info_set_tlv_read_write()
argument
3145
(
wval
? SNDRV_CTL_ELEM_ACCESS_TLV_WRITE : 0);
in snd_ctl_elem_info_set_tlv_read_write()
Completed in 7 milliseconds