HomeSort by relevance Sort by last modified time
    Searched full:pass_type (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/
jcmaster.c 36 c_pass_type pass_type; /* the type of the current pass */ member in struct:__anon23556
452 switch (master->pass_type) {
492 master->pass_type = output_pass;
560 switch (master->pass_type) {
565 master->pass_type = output_pass;
571 master->pass_type = output_pass;
576 master->pass_type = huff_opt_pass;
624 master->pass_type = huff_opt_pass;
626 master->pass_type = output_pass;
629 master->pass_type = main_pass
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 30 c_pass_type pass_type; /* the type of the current pass */ member in struct:__anon29410
405 switch (master->pass_type) {
445 master->pass_type = output_pass;
513 switch (master->pass_type) {
518 master->pass_type = output_pass;
524 master->pass_type = output_pass;
529 master->pass_type = huff_opt_pass;
577 master->pass_type = huff_opt_pass;
579 master->pass_type = output_pass;
582 master->pass_type = main_pass
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 150 static PyTypeObject *Pass_type;
733 Pass_type = make_type("Pass", stmt_type, NULL, 0);
734 if (!Pass_type) return 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 150 static PyTypeObject *Pass_type;
716 Pass_type = make_type("Pass", stmt_type, NULL, 0);
717 if (!Pass_type) return 0;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 150 static PyTypeObject *Pass_type;
733 Pass_type = make_type("Pass", stmt_type, NULL, 0);
734 if (!Pass_type) return 0;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 440 milliseconds