HomeSort by relevance Sort by last modified time
    Searched refs:Ss (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
arm-be-result-return.c 23 extern struct Ss { short s; } ss;
24 struct Ss callee_ss() { return ss; }
31 ss = callee_ss();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alias.d 1 #readelf: -Ss
alias-ilp32.d 1 #readelf: -Ss
  /external/libjpeg-turbo/
jcmaster.c 172 int Ss, Se, Ah, Al;
183 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
187 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
217 Ss = scanptr->Ss;
235 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
238 if (Ss == 0) {
247 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan *
    [all...]
jdarith.c 205 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
211 if (! cinfo->progressive_mode || cinfo->Ss) {
346 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
458 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
633 if (cinfo->Ss == 0) {
637 /* need not check Ss/Se < 0 since they came from unsigned bytes */
638 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1)
652 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
661 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
663 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++)
    [all...]
jcparam.c 407 int Ss, int Se, int Ah, int Al)
412 scanptr->Ss = Ss;
422 int Ss, int Se, int Ah, int Al)
430 scanptr->Ss = Ss;
450 scanptr->Ss = scanptr->Se = 0;
jdphuff.c 103 is_DC_band = (cinfo->Ss == 0);
111 /* need not check Ss/Se < 0 since they came from unsigned bytes */
112 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
143 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
399 for (k = cinfo->Ss; k <= Se; k++) {
539 k = cinfo->Ss;
jcphuff.c 118 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);
jcmarker.c 243 if (cinfo->Ss == 0 && cinfo->Ah == 0)
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0;
346 emit_byte(cinfo, cinfo->Ss);
577 if (cinfo->Ss == 0 && cinfo->Ah == 0)
jcarith.c 336 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
410 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
415 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
494 for (k = cinfo->Ss; k <= ke; k++) {
637 for (k = cinfo->Ss; k <= ke; k++) {
725 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
730 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
842 if (cinfo->Ss == 0)
847 if (cinfo->Ss == 0)
859 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0))
    [all...]
rdswitch.c 225 scanptr->Ss = (int) val;
237 scanptr->Ss = 0;
  /external/pdfium/third_party/libjpeg/
fpdfapi_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) {
182 Ss = scanptr->Ss;
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
203 if (Ss == 0) {
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan *
    [all...]
fpdfapi_jdphuff.c 100 is_DC_band = (cinfo->Ss == 0);
108 /* need not check Ss/Se < 0 since they came from unsigned bytes */
109 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
140 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
394 for (k = cinfo->Ss; k <= Se; k++) {
534 k = cinfo->Ss;
fpdfapi_jcparam.c 476 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;
fpdfapi_jcphuff.c 116 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);
fpdfapi_jcmarker.c 331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
  /external/opencv3/3rdparty/libjpeg/
jdarith.c 203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
210 (cinfo->progressive_mode && cinfo->Ss)) {
348 k = cinfo->Ss - 1;
468 k = cinfo->Ss - 1;
649 if (cinfo->Ss == 0) {
653 /* need not check Ss/Se < 0 since they came from unsigned bytes */
654 if (cinfo->Se < cinfo->Ss || cinfo->Se > cinfo->lim_Se)
668 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
677 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
679 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++)
    [all...]
jcmaster.c 365 int Ss, Se, Ah, Al;
376 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
380 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
410 Ss = scanptr->Ss;
428 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
431 if (Ss == 0) {
440 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan *
    [all...]
jdhuff.c 807 for (k = cinfo->Ss; k <= Se; k++) {
950 k = cinfo->Ss;
    [all...]
jcparam.c 503 int Ss, int Se, int Ah, int Al)
508 scanptr->Ss = Ss;
518 int Ss, int Se, int Ah, int Al)
526 scanptr->Ss = Ss;
546 scanptr->Ss = scanptr->Se = 0;
jcarith.c 334 if (cinfo->Ss == 0 && cinfo->Ah == 0) {
408 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
413 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
497 for (k = cinfo->Ss - 1; k < ke;) {
646 for (k = cinfo->Ss - 1; k < ke;) {
738 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
743 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
858 if (cinfo->Ss == 0)
863 if (cinfo->Ss == 0)
875 if (cinfo->Ss == 0 && cinfo->Ah == 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
scomm-directive-4.d 4 #readelf: -Ss
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
common.d 5 #readelf: -Ss
  /external/bsdiff/
bsdiff.cc 117 off_t overlap,Ss,lens;
241 s=0;Ss=0;lens=0;
247 if(s>Ss) { Ss=s; lens=i+1; };
  /external/v8/test/mjsunit/regress/
regress-475705.js 19 assertFalse(("" + e).indexOf("tack") == -1); // Check for [Ss]tack.

Completed in 1514 milliseconds

1 2 3 4