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:MAX_LINE_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/imageio/
H
A
D
pnmdec.c
46
#define
MAX_LINE_SIZE
1024
macro
50
char out[
MAX_LINE_SIZE
+ 1], size_t* const out_size) {
in ReadLine()
54
for (i = 0; i <
MAX_LINE_SIZE
&& off < data_size; ++i) {
in ReadLine()
74
char out[
MAX_LINE_SIZE
+ 1];
in ReadPAMFields()
142
char out[
MAX_LINE_SIZE
+ 1];
in ReadHeader()
/third_party/musl/porting/linux/user/ldso/
H
A
D
ns_config.c
23
#define
MAX_LINE_SIZE
(1024)
macro
290
char line[
MAX_LINE_SIZE
+1];
in config_load()
291
char section[
MAX_LINE_SIZE
+1];
in config_load()
292
char key[
MAX_LINE_SIZE
+1];
in config_load()
293
char val[
MAX_LINE_SIZE
+1];
in config_load()
/third_party/musl/ldso/linux/
H
A
D
ns_config.c
23
#define
MAX_LINE_SIZE
(1024)
macro
290
char line[
MAX_LINE_SIZE
+ 1];
in config_load()
291
char section[
MAX_LINE_SIZE
+ 1];
in config_load()
292
char key[
MAX_LINE_SIZE
+ 1];
in config_load()
293
char val[
MAX_LINE_SIZE
+ 1];
in config_load()
/third_party/icu/icu4c/source/tools/gencnval/
H
A
D
gencnval.c
70
#define
MAX_LINE_SIZE
0x7FFF /* 32767 */
macro
334
char line[
MAX_LINE_SIZE
];
in parseFile()
335
char lastLine[
MAX_LINE_SIZE
];
in parseFile()
352
while (T_FileStream_readLine(in, lastLine,
MAX_LINE_SIZE
) != NULL) {
in parseFile()
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
H
A
D
gencnval.c
69
#define
MAX_LINE_SIZE
0x7FFF /* 32767 */
macro
333
char line[
MAX_LINE_SIZE
];
in parseFile()
334
char lastLine[
MAX_LINE_SIZE
];
in parseFile()
351
while (T_FileStream_readLine(in, lastLine,
MAX_LINE_SIZE
) != NULL) {
in parseFile()
/third_party/backends/backend/
H
A
D
ricoh2.c
57
#define
MAX_LINE_SIZE
240 * 256 /* = 61440 */
macro
780
ricoh2_buffer_create (
MAX_LINE_SIZE
,
in sane_start()
826
transfer.to_receive =
MAX_LINE_SIZE
;
in sane_read()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_lut3d.c
548
#define
MAX_LINE_SIZE
512
macro
644
char line[
MAX_LINE_SIZE
];
in parse_dat()
679
char line[
MAX_LINE_SIZE
];
in parse_cube()
735
char line[
MAX_LINE_SIZE
];
in parse_3dl()
773
char line[
MAX_LINE_SIZE
];
in parse_m3d()
878
char line[
MAX_LINE_SIZE
];
in parse_cinespace()
1641
char line[
MAX_LINE_SIZE
];
in parse_cinespace_1d()
1721
char line[
MAX_LINE_SIZE
];
in parse_cube_1d()
/third_party/ffmpeg/libavformat/
H
A
D
mpeg.c
708
#define
MAX_LINE_SIZE
2048
macro
746
char alt[
MAX_LINE_SIZE
] = {0};
in vobsub_read_header()
787
char line[
MAX_LINE_SIZE
];
in vobsub_read_header()
Completed in 12 milliseconds