Home
last modified time | relevance | path

Searched refs:MAX_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/external/gptfdisk/
Dcgdisk.cc28 #define MAX_OPTIONS 50 macro
Dsgdisk.cc25 #define MAX_OPTIONS 50 macro
/external/brotli/c/tools/
Dbrotli.c88 #define MAX_OPTIONS 20 macro
104 int not_input_indices[MAX_OPTIONS];
209 if (next_option_index > (MAX_OPTIONS - 2)) { in ParseParams()
1047 for (i = 0; i < MAX_OPTIONS; ++i) context.not_input_indices[i] = 0; in main()
/external/cronet/third_party/brotli/tools/
Dbrotli.c88 #define MAX_OPTIONS 20 macro
105 int not_input_indices[MAX_OPTIONS];
215 if (next_option_index > (MAX_OPTIONS - 2)) { in ParseParams()
1144 for (i = 0; i < MAX_OPTIONS; ++i) context.not_input_indices[i] = 0; in main()