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
defs:efifo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_adeclick.c
81
AVAudioFifo *
efifo
;
member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
f_generic.h
180
struct event_fifo
efifo
;
member
233
static inline void event_fifo_reset(struct event_fifo *
efifo
)
in event_fifo_reset()
argument
238
static inline bool event_fifo_len(struct event_fifo *
efifo
)
in event_fifo_len()
argument
243
static inline bool event_fifo_is_empty(struct event_fifo *
efifo
)
in event_fifo_is_empty()
argument
248
event_fifo_is_full(struct event_fifo *
efifo
)
event_fifo_is_full()
argument
254
event_fifo_put(struct event_fifo *
efifo
, uint8_t event)
event_fifo_put()
argument
267
event_fifo_get(struct event_fifo *
efifo
, uint8_t *event)
event_fifo_get()
argument
[all...]
Completed in 3 milliseconds