OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
logging.cc
516
const size_t
LINE_SIZE
= 24;
517
char hex_line[
LINE_SIZE
* 9 / 4 + 2], asc_line[
LINE_SIZE
+ 1];
521
size_t line_len = _min(len,
LINE_SIZE
);
/external/srec/shared/src/
SessionTypeImpl.c
845
const size_t
LINE_SIZE
= 512;
884
line = pfgets(line,
LINE_SIZE
, file);
893
if (LSTRLEN(line) ==
LINE_SIZE
)
[
all
...]
Completed in 36 milliseconds