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

1 2 3

  /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();
  /external/chromium_org/third_party/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 203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
209 if (! cinfo->progressive_mode || cinfo->Ss) {
344 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
456 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
629 if (cinfo->Ss == 0) {
633 /* need not check Ss/Se < 0 since they came from unsigned bytes */
634 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1)
648 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
657 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
659 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++)
    [all...]
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++) {
395 for (k = cinfo->Ss; k <= Se; k++) {
535 k = cinfo->Ss;
jcparam.c 516 int Ss, int Se, int Ah, int Al)
521 scanptr->Ss = Ss;
531 int Ss, int Se, int Ah, int Al)
539 scanptr->Ss = Ss;
559 scanptr->Ss = scanptr->Se = 0;
jcphuff.c 116 is_DC_band = (cinfo->Ss == 0);
357 if (entropy->cinfo->Ss == 0) {
487 for (k = cinfo->Ss; k <= Se; k++) {
644 for (k = cinfo->Ss; k <= Se; k++) {
664 for (k = cinfo->Ss; k <= Se; k++) {
777 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 334 if (cinfo->progressive_mode == 0 || (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 */
492 for (k = cinfo->Ss; k <= ke; k++) {
635 for (k = cinfo->Ss; k <= ke; k++) {
723 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
728 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
840 if (cinfo->Ss == 0)
845 if (cinfo->Ss == 0)
857 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0))
    [all...]
rdswitch.c 225 scanptr->Ss = (int) val;
237 scanptr->Ss = 0;
jpeglib.h 199 int Ss, Se; /* progressive JPEG spectral selection parms */
449 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
681 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /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) {
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...]
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;
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);
jdphuff.c 99 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;
rdswitch.c 213 scanptr->Ss = (int) val;
225 scanptr->Ss = 0;
jcmarker.c 331 if (cinfo->Ss == 0) {
342 emit_byte(cinfo, cinfo->Ss);
571 if (cinfo->Ss == 0) {
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...]
jdmarker.c 353 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
355 cinfo->Ss = c;
362 TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
    [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 136 Ss = [d[1] for d in lines]
138 mS,bS = numpy.polyfit(gains, Ss, 1)
146 pylab.plot(gains, Ss, 'b', label="Measured")
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 363 int Ss = 0, lens = 0;
368 if (score > Ss) { Ss = score; lens = i + 1; }
  /bootable/recovery/applypatch/
bsdiff.c 233 off_t overlap,Ss,lens;
322 s=0;Ss=0;lens=0;
328 if(s>Ss) { Ss=s; lens=i+1; };
  /external/bsdiff/
bsdiff.c 206 off_t overlap,Ss,lens;
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 342 off_t overlap,Ss,lens;
457 s=0;Ss=0;lens=0;
463 if(s>Ss) { Ss=s; lens=i+1; };
  /external/chromium_org/v8/test/mjsunit/
string-add.js 112 assertEquals("142", "1" + new String("42"), "sS");
113 assertEquals("421", new String("42") + "1", "Ss");
114 assertEquals("142", "1" + new String("42"), "sS");
115 assertEquals("4242", new String("42") + new String("42"), "SS");
  /external/chromium_org/third_party/icu/source/
config.guess 306 *:[Aa]miga[Oo][Ss]:*:*)
309 *:[Mm]orph[Oo][Ss]:*:*)
    [all...]

Completed in 789 milliseconds

1 2 3