HomeSort by relevance Sort by last modified time
    Searched refs:MAX_OPTIONS (Results 1 - 4 of 4) sorted by null

  /external/gptfdisk/
cgdisk.cc 28 #define MAX_OPTIONS 50
sgdisk.cc 25 #define MAX_OPTIONS 50
  /external/brotli/c/tools/
brotli.c 83 #define MAX_OPTIONS 20
98 int not_input_indices[MAX_OPTIONS];
190 if (next_option_index > (MAX_OPTIONS - 2)) {
792 for (i = 0; i < MAX_OPTIONS; ++i) context.not_input_indices[i] = 0;
  /system/core/fastboot/
fastboot.cpp 652 #define MAX_OPTIONS 32
654 char *val[MAX_OPTIONS];
714 for(count = 1; count < MAX_OPTIONS; count++) {
    [all...]

Completed in 68 milliseconds