Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc15 #define LONG_ARG_BLOCK_LEN "--block_len=" macro
179 if (std::strncmp(argv[i], LONG_ARG_BLOCK_LEN, in main()
180 std::strlen(LONG_ARG_BLOCK_LEN)) == 0) { in main()
182 arg2 = &argv[i][std::strlen(LONG_ARG_BLOCK_LEN)]; in main()