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:byte42
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
hs2p-scsi.c
1114
data->
byte42
, data->
byte42
& 0x80, data->
byte42
& 0x70,
in print_window_data()
1115
data->
byte42
& 0x0F);
in print_window_data()
H
A
D
hs2p-scsi.h
930
SANE_Byte
byte42
; /* 42: 7: MRIF: Grayscale Reverse Image Format
member
H
A
D
hs2p.c
2849
data->
byte42
&= ~(1 << 7); /* unset bit 7 */
in set_window_data()
2851
data->
byte42
|= (1 << 7); /* set bit 7 */
in set_window_data()
2852
data->
byte42
|= (get_grayfilter_val (s->val[OPT_GRAYFILTER].s) & (7 << 4)); /* set bits 6-4 to GRAYFILTER */
in set_window_data()
2856
data->
byte42
&= ~(1 << 7); /* unset bit 7 */
in set_window_data()
2857
data->
byte42
&= ~(7 << 4); /* unset bits 6-4 */
in set_window_data()
Completed in 10 milliseconds