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:inc_buf
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H
A
D
hiir.c
128
static inline unsigned int
inc_buf
(unsigned int x, unsigned int len)
in inc_buf()
function
244
g_hiir_dev.head =
inc_buf
(g_hiir_dev.head, g_hiir_dev.buf_len);
in interrupt_rcv()
253
g_hiir_dev.head =
inc_buf
(g_hiir_dev.head, g_hiir_dev.buf_len);
in interrupt_rcv()
287
g_hiir_dev.head =
inc_buf
(g_hiir_dev.head, g_hiir_dev.buf_len);
in hiir_interrupt()
446
g_hiir_dev.tail =
inc_buf
(g_hiir_dev.tail, g_hiir_dev.buf_len);
in hiir_read()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H
A
D
drv_gpio.c
42
#define
inc_buf
(x, len) (((x) + 1) % (len))
macro
633
g_st_gpio_attr.tail =
inc_buf
(g_st_gpio_attr.tail, g_st_gpio_attr.gpio_buf_len);
in drv_gpio_query_int()
831
g_st_gpio_attr.head =
inc_buf
(g_st_gpio_attr.head, g_st_gpio_attr.gpio_buf_len);
in gpio_isr_response()
Completed in 4 milliseconds