HomeSort by relevance Sort by last modified time
    Searched refs:scans (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
rdswitch.c 13 * -scans file Read scan script from text file
192 jpeg_scan_info scans[MAX_SCANS]; local
198 scanptr = scans;
203 fprintf(stderr, "Too many scans defined in file %s\n", filename);
265 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
  /external/jpeg/
rdswitch.c 11 * -scans file Read scan script from text file
180 jpeg_scan_info scans[MAX_SCANS]; local
186 scanptr = scans;
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/eigen/lapack/
ilaclc.f 36 *> ILACLC scans A for its last non-zero column.
ilaclr.f 36 *> ILACLR scans A for its last non-zero row.
iladlc.f 36 *> ILADLC scans A for its last non-zero column.
iladlr.f 36 *> ILADLR scans A for its last non-zero row.
ilaslc.f 36 *> ILASLC scans A for its last non-zero column.
ilaslr.f 36 *> ILASLR scans A for its last non-zero row.
ilazlc.f 36 *> ILAZLC scans A for its last non-zero column.
ilazlr.f 36 *> ILAZLR scans A for its last non-zero row.
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 248 for (int scans = rect.height() - 1; scans >= 0; --scans) {
    [all...]

Completed in 804 milliseconds