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

  /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/qemu/distrib/jpeg-6b/
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.
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1897 int scans = m + m + 1; local
2332 int scans = m + m + 1; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 247 for (int scans = rect.height() - 1; scans >= 0; --scans) {
    [all...]
  /external/skia/src/core/
SkDraw.cpp 247 for (int scans = rect.height() - 1; scans >= 0; --scans) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 2293 const char *scans[] = { "active", "passive", "ssid" }; local
    [all...]

Completed in 292 milliseconds