OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINESIZE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
50
#define
LINESIZE
320
GenDepex.c
327
INT8 Line[
LINESIZE
];
346
memset (Line, 0,
LINESIZE
);
/dalvik/libdex/
sha1.cpp
102
#define
LINESIZE
2048
333
char checkline[
LINESIZE
];
345
s = fgets(checkline,
LINESIZE
, checkfile);
424
char checkline[
LINESIZE
];
Completed in 638 milliseconds