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:mbuffer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mmaldec.c
577
MMAL_BUFFER_HEADER_T *
mbuffer
;
in ffmmal_fill_input_port()
local
581
mbuffer
= mmal_queue_get(ctx->pool_in->queue);
in ffmmal_fill_input_port()
582
if (!
mbuffer
)
in ffmmal_fill_input_port()
587
mmal_buffer_header_reset(
mbuffer
);
in ffmmal_fill_input_port()
588
mbuffer
->cmd = 0;
in ffmmal_fill_input_port()
589
mbuffer
->pts = buffer->pts;
in ffmmal_fill_input_port()
590
mbuffer
->dts = buffer->dts;
in ffmmal_fill_input_port()
591
mbuffer
->flags = buffer->flags;
in ffmmal_fill_input_port()
592
mbuffer
->data = buffer->data;
in ffmmal_fill_input_port()
593
mbuffer
in ffmmal_fill_input_port()
[all...]
/third_party/ltp/libs/libltpipc/
H
A
D
libmsgctl.c
34
struct
mbuffer
buffer;
in doreader()
90
struct
mbuffer
buffer;
in dowriter()
/third_party/ltp/include/
H
A
D
libmsgctl.h
26
struct
mbuffer
{
struct
/third_party/pcre2/pcre2/src/
H
A
D
pcre2grep.c
1890
unsigned char
mbuffer
[256];
in match_patterns()
local
1892
(void)pcre2_get_error_message(rc,
mbuffer
, sizeof(
mbuffer
));
in match_patterns()
1893
fprintf(stderr, "%s at offset %" SIZ_FORM "\n\n",
mbuffer
, startchar);
in match_patterns()
Completed in 7 milliseconds