OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SREC_MAXRECLEN
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
s_record.h
94
#define
SREC_MAXRECLEN
(512 + 4) /* max ASCII record length */
/external/u-boot/cmd/
load.c
130
char record[
SREC_MAXRECLEN
+ 1]; /* buffer for one S-Record */
141
while (read_record(record,
SREC_MAXRECLEN
+ 1) >= 0) {
Completed in 60 milliseconds