Searched refs:M_COM (Results 1 - 7 of 7) sorted by relevance

/external/jpeg/
H A Dwrjpgcom.c173 #define M_COM 0xFE /* COMment */ macro
327 case M_COM: /* Existing COM: conditionally discard */
567 write_marker(M_COM);
H A Drdjpgcom.c124 #define M_COM 0xFE /* COMment */ macro
364 case M_COM:
H A Djdmarker.c80 M_COM = 0xfe, enumerator in enum:__anon2985
756 if (cinfo->unread_marker == (int) M_COM)
1072 case M_COM:
1368 if (marker_code == (int) M_COM) {
1391 if (marker_code == (int) M_COM)
H A Djcmarker.c76 M_COM = 0xfe, enumerator in enum:__anon2964
/external/jhead/
H A Djpgfile.c233 case M_COM: // Comment section
498 }else if (Sections[a].Type == M_COM && CommentKeeper.Type == 0){
650 case M_COM:
H A Djhead.h271 #define M_COM 0xFE // COMment macro
H A Djhead.c949 CommentSec = FindSection(M_COM);
958 CommentSec = CreateSection(M_COM, DummyData, 2);
1030 CommentSec = FindSection(M_COM);
1108 if (RemoveSectionType(M_COM)) Modified = TRUE;

Completed in 70 milliseconds