HomeSort by: relevance | last modified time | path
    Searched defs:easy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_encoder_mt.c 1034 lzma_options_easy easy; local
1038 return_if_error(get_options(options, &easy, &filters,
1234 lzma_options_easy easy; local
1239 if (get_options(options, &easy, &filters, &block_size,
  /src/sys/dev/stbi/
stb_image.c 3418 int easy=0; local
3425 easy = 1;
3428 easy = 2;
3430 if (!easy) {
3442 if (easy) {
3449 a = (easy == 2 ? get8(s) : 255);

Completed in 39 milliseconds