HomeSort by relevance Sort by last modified time
    Searched defs:Se (Results 1 - 19 of 19) sorted by null

  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 15 static E Se;
  /external/jpeg/
jcmaster.c 137 int Ss, Se, Ah, Al;
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
183 Se = scanptr->Se;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
204 if (Se != 0) /* DC and AC together not OK */
214 for (coefi = Ss; coefi <= Se; coefi++) {
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
jcphuff.c 470 int Se = cinfo->Se;
489 for (k = cinfo->Ss; k <= Se; k++) {
626 int Se = cinfo->Se;
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
jdphuff.c 104 if (cinfo->Se != 0)
107 /* need not check Ss/Se < 0 since they came from unsigned bytes */
108 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
139 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
359 int Se = cinfo->Se;
393 for (k = cinfo->Ss; k <= Se; k++) {
493 int Se = cinfo->Se
    [all...]
jpeglib.h 187 int Ss, Se; /* progressive JPEG spectral selection parms */
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 138 int Ss, Se, Ah, Al;
149 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
153 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
184 Se = scanptr->Se;
201 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
205 if (Se != 0) /* DC and AC together not OK */
215 for (coefi = Ss; coefi <= Se; coefi++) {
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0
    [all...]
fpdfapi_jcphuff.c 471 int Se = cinfo->Se;
490 for (k = cinfo->Ss; k <= Se; k++) {
627 int Se = cinfo->Se;
647 for (k = cinfo->Ss; k <= Se; k++) {
667 for (k = cinfo->Ss; k <= Se; k++) {
fpdfapi_jdphuff.c 106 if (cinfo->Se != 0)
109 /* need not check Ss/Se < 0 since they came from unsigned bytes */
110 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
141 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
361 int Se = cinfo->Se;
395 for (k = cinfo->Ss; k <= Se; k++) {
495 int Se = cinfo->Se
    [all...]
jpeglib.h 254 int Ss, Se; /* progressive JPEG spectral selection parms */
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 254 int Ss, Se; /* progressive JPEG spectral selection parms */
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 239 milliseconds