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:PRINT_BUFFER_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/realtime/include/
H
A
D
librttest.h
99
#define
PRINT_BUFFER_SIZE
(1024*1024*4)
macro
172
if (
PRINT_BUFFER_SIZE
- _print_buffer_offset < 1000)\
175
PRINT_BUFFER_SIZE
- _print_buffer_offset, "%06d: "A, _debug_count++, ##B);\
/third_party/ltp/testcases/realtime/lib/
H
A
D
librttest.c
248
_print_buffer = malloc(
PRINT_BUFFER_SIZE
);
in buffer_init()
253
memset(_print_buffer, 0,
PRINT_BUFFER_SIZE
);
in buffer_init()
260
memset(_print_buffer, 0,
PRINT_BUFFER_SIZE
);
in buffer_print()
/third_party/backends/sanei/
H
A
D
sanei_usb.c
286
#define
PRINT_BUFFER_SIZE
(4 + NUM_COLUMNS * (3 + 1) + 1 + 1)
in print_buffer()
macro
287
char line_str[
PRINT_BUFFER_SIZE
];
in print_buffer()
292
memset (line_str, 0,
PRINT_BUFFER_SIZE
);
in print_buffer()
Completed in 8 milliseconds