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:PACKET_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H
A
D
mali_kbase_tlstream.h
31
#define
PACKET_SIZE
4096 /* bytes */
macro
80
char data[
PACKET_SIZE
]; /* buffer's data */
H
A
D
mali_kbase_tlstream.c
221
KBASE_DEBUG_ASSERT(
PACKET_SIZE
- PACKET_HEADER_SIZE - PACKET_NUMBER_SIZE >= msg_size);
230
if (
PACKET_SIZE
< wb_size + msg_size) {
H
A
D
mali_kbase_timeline_io.c
194
if ((*f_pos < 0) || (size <
PACKET_SIZE
)) {
in kbasep_timeline_io_read()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H
A
D
mali_kbase_tlstream.h
30
#define
PACKET_SIZE
4096 /* bytes */
macro
81
char data[
PACKET_SIZE
];
H
A
D
mali_kbase_tlstream.c
243
PACKET_SIZE
- PACKET_HEADER_SIZE - PACKET_NUMBER_SIZE >=
253
if (wb_size + msg_size >
PACKET_SIZE
) {
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_tlstream.c
46
#define
PACKET_SIZE
4096 /* bytes */
macro
200
char data[
PACKET_SIZE
]; /* buffer's data */
665
KBASE_DEBUG_ASSERT(
PACKET_SIZE
- PACKET_HEADER_SIZE - PACKET_NUMBER_SIZE >= msg_size);
676
if (
PACKET_SIZE
< wb_size + msg_size) {
862
if ((0 > *f_pos) || (
PACKET_SIZE
> size)) {
in kbasep_tlstream_read()
995
KBASE_DEBUG_ASSERT(
PACKET_SIZE
- PACKET_HEADER_SIZE >= msg_size);
in kbasep_tlstream_timeline_header()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_tlstream.c
48
#define
PACKET_SIZE
4096 /* bytes */
macro
201
char data[
PACKET_SIZE
]; /* buffer's data */
951
PACKET_SIZE
- PACKET_HEADER_SIZE - PACKET_NUMBER_SIZE >=
963
if (
PACKET_SIZE
< wb_size + msg_size) {
1165
if ((0 > *f_pos) || (
PACKET_SIZE
> size))
in kbasep_tlstream_read()
1313
KBASE_DEBUG_ASSERT(
PACKET_SIZE
- PACKET_HEADER_SIZE >= msg_size);
in kbasep_tlstream_timeline_header()
Completed in 11 milliseconds