Home
last modified time | relevance | path

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

/external/brotli/research/
Ddictionary_generator.cc18 #define LONG_ARG_MIN_SLICE_POP "--min_slice_pop=" macro
191 } else if (std::strncmp(argv[i], LONG_ARG_MIN_SLICE_POP, in main()
192 std::strlen(LONG_ARG_MIN_SLICE_POP)) == 0) { in main()
194 arg2 = &argv[i][std::strlen(LONG_ARG_MIN_SLICE_POP)]; in main()