Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc19 #define LONG_ARG_CHUNK_LEN "--chunk_len=" macro
195 } else if (std::strncmp(argv[i], LONG_ARG_CHUNK_LEN, in main()
196 std::strlen(LONG_ARG_CHUNK_LEN)) == 0) { in main()
198 arg2 = &argv[i][std::strlen(LONG_ARG_CHUNK_LEN)]; in main()