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:fifo
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/write/
H
A
D
write04.c
23
static char
fifo
[100];
variable
/third_party/ltp/testcases/kernel/syscalls/read/
H
A
D
read03.c
17
static char
fifo
[100];
variable
[all...]
/third_party/ffmpeg/libavutil/tests/
H
A
D
fifo.c
72
AVFifo *
fifo
= av_fifo_alloc2(13, sizeof(int), 0);
in main()
local
[all...]
/third_party/mesa3d/src/util/
H
A
D
u_fifo.h
42
struct util_fifo *
fifo
;
in u_fifo_create()
local
54
u_fifo_add(struct util_fifo *
fifo
, void *ptr)
in u_fifo_add()
argument
71
u_
fifo
_pop(struct util_
fifo
*
fifo
, void **ptr)
u_fifo_pop()
argument
89
u_
fifo
_destroy(struct util_
fifo
*
fifo
)
u_fifo_destroy()
argument
[all...]
/third_party/libwebsockets/plugins/
H
A
D
protocol_lws_raw_test.c
88
int
fifo
;
member
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
af_axcorrelate.c
39
AVAudioFifo *
fifo
[2];
member
[all...]
H
A
D
vf_feedback.c
44
AVFifo *
fifo
;
member
[all...]
H
A
D
avf_showspatial.c
52
AVAudioFifo *
fifo
;
member
[all...]
H
A
D
af_agate.c
62
AVAudioFifo *
fifo
[2];
member
[all...]
H
A
D
f_loop.c
37
AVAudioFifo *
fifo
;
member
H
A
D
af_alimiter.c
70
AVFifo *
fifo
;
member
H
A
D
af_sidechaincompress.c
67
AVAudioFifo *
fifo
[2];
member
[all...]
/third_party/ffmpeg/libavutil/
H
A
D
threadmessage.c
29
AVFifo *
fifo
;
member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_screen.c
588
struct nv04_fifo *
fifo
;
in nv30_screen_create()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux_wq.c
86
struct kfifo *
fifo
;
in dhd_kfifo_init()
local
98
dhd_k
fifo
_free(struct k
fifo
*
fifo
)
dhd_kfifo_free()
argument
231
struct k
fifo
*
fifo
;
dhd_deferred_schedule_work()
local
[all...]
/third_party/ffmpeg/doc/examples/
H
A
D
transcode_aac.c
330
static int init_fifo(AVAudioFifo **
fifo
, AVCodecContext *output_codec_context)
in init_fifo()
argument
514
static int add_samples_to_fifo(AVAudioFifo *
fifo
,
in add_samples_to_fifo()
argument
552
static int read_decode_convert_and_store(AVAudioFifo *
fifo
,
in read_decode_convert_and_store()
argument
737
load_encode_and_write(AVAudioFifo *
fifo
, AVFormatContext *output_format_context, AVCodecContext *output_codec_context)
load_encode_and_write()
argument
793
AVAudioFifo *
fifo
= NULL;
main()
local
[all...]
/third_party/ffmpeg/libavdevice/
H
A
D
jack.c
215
AVFifo *
fifo
= *fifop;
in free_pkt_fifo()
local
/third_party/mesa3d/src/freedreno/afuc/
H
A
D
emu.h
71
uint32_t
fifo
[0x100];
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_compute.c
39
struct nv04_fifo *
fifo
= (struct nv04_fifo *)chan->data;
in nv50_screen_compute_setup()
local
H
A
D
nv50_screen.c
694
struct nv04_fifo *
fifo
;
in nv50_screen_init_hwctx()
local
/third_party/ffmpeg/libavformat/
H
A
D
async.c
50
AVFifo *
fifo
;
member
[all...]
/third_party/curl/docs/examples/
H
A
D
ephiperfifo.c
413
static const char *
fifo
= "hiper.
fifo
";
variable
[all...]
H
A
D
evhiperfifo.c
395
static const char *
fifo
= "hiper.
fifo
";
in init_fifo()
local
[all...]
H
A
D
ghiper.c
386
const char *
fifo
= "hiper.
fifo
";
in init_fifo()
local
[all...]
H
A
D
hiperfifo.c
394
static const char *
fifo
= "hiper.
fifo
";
variable
[all...]
Completed in 18 milliseconds
1
2