Searched defs:Se (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp15 static E Se; member in struct:D
/external/libjpeg-turbo/
H A Djcparam.c408 int Ss, int Se, int Ah, int Al)
414 scanptr->Se = Se;
423 int Ss, int Se, int Ah, int Al)
432 scanptr->Se = Se;
451 scanptr->Ss = scanptr->Se = 0;
407 fill_a_scan(jpeg_scan_info *scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
422 fill_scans(jpeg_scan_info *scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
H A Djcmaster.c184 int Ss, Se, Ah, Al; local
195 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
199 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
230 Se = scanptr->Se;
247 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
251 if (Se != 0) /* DC and AC together not OK */
261 for (coefi = Ss; coefi <= Se; coefi++) {
277 if (Ss != 0 || Se !
[all...]
H A Djdphuff.c109 if (cinfo->Se != 0)
112 /* need not check Ss/Se < 0 since they came from unsigned bytes */
113 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
134 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
144 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
366 int Se = cinfo->Se; local
400 for (k = cinfo->Ss; k <= Se; k++) {
500 int Se local
[all...]
H A Djcphuff.c471 int Se = cinfo->Se; local
490 for (k = cinfo->Ss; k <= Se; k++) {
627 int Se = cinfo->Se; local
647 for (k = cinfo->Ss; k <= Se; k++) {
667 for (k = cinfo->Ss; k <= Se; k++) {
H A Djpeglib.h195 int Ss, Se; /* progressive JPEG spectral selection parms */ member in struct:__anon11700
445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
450 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
680 /* These fields are derived from Se of first SOS marker.
684 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp303 BoUpSLP(Function *Func, ScalarEvolution *Se, TargetTransformInfo *Tti, argument
308 SE(Se), TTI(Tti), TLI(TLi), AA(Aa), LI(Li), DT(Dt), AC(AC), DB(DB),
309 DL(DL), Builder(Se->getContext()) {

Completed in 219 milliseconds