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:EIGHT
(Results
1 - 3
of
3
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H
A
D
oled_ssd1306.c
36
#define
EIGHT
8
macro
140
for (m=0; m <
EIGHT
; m++) {
in OledFillScreen()
173
for (i = 0; i <
EIGHT
; i++) {
in OledShowChar()
178
for (i = 0; i <
EIGHT
; i++) {
in OledShowChar()
179
WriteData(F8X16[c*SIXTEEN + i +
EIGHT
]);
in OledShowChar()
201
num_x +=
EIGHT
;
in OledShowString()
H
A
D
aht20.c
95
#define
EIGHT
8
macro
214
humiRaw = (humiRaw <<
EIGHT
) | buffer[TWO];
in AHT20_GetMeasureResult()
219
tempRaw = (tempRaw <<
EIGHT
) | buffer[FOUR];
in AHT20_GetMeasureResult()
220
tempRaw = (tempRaw <<
EIGHT
) | buffer[FIVE];
in AHT20_GetMeasureResult()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
H
A
D
aht20.c
87
#define
EIGHT
8
macro
206
humiRaw = (humiRaw <<
EIGHT
) | buffer[TWO];
in AHT20_GetMeasureResult()
211
tempRaw = (tempRaw <<
EIGHT
) | buffer[FOUR];
in AHT20_GetMeasureResult()
212
tempRaw = (tempRaw <<
EIGHT
) | buffer[FIVE];
in AHT20_GetMeasureResult()
Completed in 2 milliseconds