OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_decompression
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
boot.c
807
#ifndef
NO_DECOMPRESSION
808
no_decompression
= 1;
849
#ifndef
NO_DECOMPRESSION
850
no_decompression
= 0;
gunzip.c
126
#ifndef
NO_DECOMPRESSION
133
int
no_decompression
= 0;
variable
279
if (
no_decompression
[
all
...]
builtins.c
[
all
...]
shared.h
618
#ifndef
NO_DECOMPRESSION
619
extern int
no_decompression
;
917
#ifndef
NO_DECOMPRESSION
921
#endif /*
NO_DECOMPRESSION
*/
Completed in 36 milliseconds