Searched defs:HDR (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Modules/Inputs/declare-use/
H A Dj.h5 #define HDR(x) STR(x.h) macro
8 #include HDR(a)
/external/ImageMagick/coders/
H A Dmat.c610 HDR;
635 HDR.Type[3]=ldblk % 10; ldblk /= 10; /* T digit */
636 HDR.Type[2]=ldblk % 10; ldblk /= 10; /* P digit */
637 HDR.Type[1]=ldblk % 10; ldblk /= 10; /* O digit */
638 HDR.Type[0]=ldblk; /* M digit */
639 if (HDR.Type[3] != 0) return((Image *) NULL); /* Data format */
640 if (HDR.Type[2] != 0) return((Image *) NULL); /* Always 0 */
641 if (HDR.Type[0] == 0)
643 HDR.nRows=ReadBlobLSBLong(image);
644 HDR
608 HDR; local
[all...]

Completed in 126 milliseconds