Searched refs:Ss (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/CodeGen/
H A Darm-be-result-return.c23 extern struct Ss { short s; } ss; struct
24 struct Ss callee_ss() { return ss; }
/external/jpeg/
H A Djcmaster.c137 int Ss, Se, Ah, Al; local
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
182 Ss = scanptr->Ss;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
203 if (Ss == 0) {
212 if (Ss !
[all...]
H A Djcparam.c476 int Ss, int Se, int Ah, int Al)
481 scanptr->Ss = Ss;
491 int Ss, int Se, int Ah, int Al)
499 scanptr->Ss = Ss;
519 scanptr->Ss = scanptr->Se = 0;
475 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
490 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Djcphuff.c116 is_DC_band = (cinfo->Ss == 0);
359 if (entropy->cinfo->Ss == 0) {
489 for (k = cinfo->Ss; k <= Se; k++) {
646 for (k = cinfo->Ss; k <= Se; k++) {
666 for (k = cinfo->Ss; k <= Se; k++) {
779 is_DC_band = (cinfo->Ss == 0);
H A Djdphuff.c99 is_DC_band = (cinfo->Ss == 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++) {
393 for (k = cinfo->Ss; k <= Se; k++) {
533 k = cinfo->Ss;
H A Drdswitch.c213 scanptr->Ss = (int) val;
225 scanptr->Ss = 0;
H A Djcmarker.c331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
H A Djpeglib.h187 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon6515
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Djdmarker.c353 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
355 cinfo->Ss = c;
362 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
H A Djdhuff.c93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
97 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c138 int Ss, Se, Ah, Al; local
149 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
153 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
183 Ss = scanptr->Ss;
201 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
204 if (Ss == 0) {
213 if (Ss !
[all...]
H A Dfpdfapi_jdphuff.c101 is_DC_band = (cinfo->Ss == 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++) {
395 for (k = cinfo->Ss; k <= Se; k++) {
535 k = cinfo->Ss;
H A Dfpdfapi_jcparam.c477 int Ss, int Se, int Ah, int Al)
482 scanptr->Ss = Ss;
492 int Ss, int Se, int Ah, int Al)
500 scanptr->Ss = Ss;
520 scanptr->Ss = scanptr->Se = 0;
476 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
491 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Dfpdfapi_jcphuff.c117 is_DC_band = (cinfo->Ss == 0);
360 if (entropy->cinfo->Ss == 0) {
490 for (k = cinfo->Ss; k <= Se; k++) {
647 for (k = cinfo->Ss; k <= Se; k++) {
667 for (k = cinfo->Ss; k <= Se; k++) {
780 is_DC_band = (cinfo->Ss == 0);
H A Dfpdfapi_jcmarker.c332 if (cinfo->Ss == 0) {
343 emit_byte(cinfo, cinfo->Ss);
572 if (cinfo->Ss == 0) {
H A Djpeglib.h254 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon13328
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Dfpdfapi_jdhuff.c96 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
100 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
H A Dfpdfapi_jdmarker.c381 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
383 cinfo->Ss = c;
390 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
/external/bsdiff/
H A Dbsdiff.c206 off_t overlap,Ss,lens; local
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
/external/v8/test/webkit/fast/regex/
H A Dparentheses.js56 var regexp11 = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h254 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon13115
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
/external/e2fsprogs/config/
H A Dconfig.guess306 *:[Aa]miga[Oo][Ss]:*:*)
309 *:[Mm]orph[Oo][Ss]:*:*)
/external/icu/icu4c/source/
H A Dconfig.guess306 *:[Aa]miga[Oo][Ss]:*:*)
309 *:[Mm]orph[Oo][Ss]:*:*)
/external/libmtp/
H A Dconfig.guess285 *:[Aa]miga[Oo][Ss]:*:*)
288 *:[Mm]orph[Oo][Ss]:*:*)
/external/libunwind/aux/
H A Dconfig.guess290 *:[Aa]miga[Oo][Ss]:*:*)
293 *:[Mm]orph[Oo][Ss]:*:*)

Completed in 318 milliseconds

123