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:lev
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
sys.h
422
#define SYS_ARCH_DECL_PROTECT(
lev
) sys_prot_t
lev
430
* "
lev
". This macro will default to calling the sys_arch_protect() function
434
#define SYS_ARCH_PROTECT(
lev
)
lev
= sys_arch_protect()
438
* Perform a "fast" set of the protection level to "
lev
". This could be
439
* implemented by setting the interrupt level to "
lev
" within the MACRO or by
445
#define SYS_ARCH_UNPROTECT(
lev
) sys_arch_unprotect(
lev
)
451
#define SYS_ARCH_DECL_PROTECT(
lev
)
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H
A
D
devfreq.c
167
int
lev
;
in devfreq_get_freq_level()
local
169
for (
lev
= 0;
lev
< devfreq->profile->max_state;
lev
++) {
in devfreq_get_freq_level()
170
if (freq == devfreq->profile->freq_table[
lev
]) {
in devfreq_get_freq_level()
171
return
lev
;
in devfreq_get_freq_level()
220
int
lev
, prev_lev, ret = 0;
in devfreq_update_status()
local
239
lev
= devfreq_get_freq_level(devfreq, freq);
in devfreq_update_status()
240
if (
lev
< 0) {
in devfreq_update_status()
241
ret =
lev
;
in devfreq_update_status()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
H
A
D
smp_resize_crop.c
81
#define LOG_ONLY(
lev
, format, ...) do { \
82
if (g_hiDbgLev >= (
lev
)) { \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H
A
D
smp_color_space_convert.c
70
#define LOG_ONLY(
lev
, format, ...) do { \
71
if (g_hiDbgLev >= (
lev
)) { \
Completed in 5 milliseconds