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:bitset1
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
avision.h
550
/* These apply to
bitset1
. The values are 0 to 6, shifted 3 bits to the left */
581
uint8_t
bitset1
;
member
595
uint8_t
bitset1
;
member
601
uint8_t
bitset1
;
member
697
uint8_t
bitset1
;
member
H
A
D
avision.c
2000
DBG (dbg_level, "%s: [42]
bitset1
: %x\n", func,
in debug_print_window_descriptor()
2001
window->avision.
bitset1
);
in debug_print_window_descriptor()
6317
SET_BIT (cmd.window.avision.
bitset1
, 6);
in set_window()
6320
cmd.window.avision.
bitset1
|= (uint8_t) (s->val[OPT_SPEED].w & 0x07); /* only 3 bit */
in set_window()
6330
SET_BIT (cmd.window.avision.
bitset1
, 7);
in set_window()
6459
cmd.window.avision.
bitset1
|= AVISION_FILTER_RGB;
in set_window()
6463
cmd.window.avision.
bitset1
|= AVISION_FILTER_GREEN;
in set_window()
6465
cmd.window.avision.
bitset1
|= AVISION_FILTER_GRAY;
in set_window()
6467
cmd.window.avision.
bitset1
|= AVISION_FILTER_NONE;
in set_window()
6843
SET_BIT(cmd.
bitset1
,
in start_scan()
[all...]
Completed in 11 milliseconds