Searched refs:READ (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 109 #define READ(_gif,_buf,_len) \ macro 805 if (READ(GifFile,Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in MstDGifOpenFileHandle() 898 if (READ( GifFile, Buf, 3) != 3) { in MstDGifGetScreenDesc() 929 if (READ(GifFile,c, 2) != 2) { in DGifGetWord() 952 if (READ( GifFile, &Buf, 1) != 1) { in MstDGifGetRecordType() 999 if (READ(GifFile,Buf, 1) != 1) in MstDGifGetImageDesc() 1042 if (READ(GifFile,&Buf, 1) != 1) in MstDGifGetExtension() 1088 if (READ(GifFile,&Buf, 1) != 1) in MstDGifGetExtensionNext() 1097 if (READ(GifFile,&((*Extension)[1]), Buf) != Buf) in MstDGifGetExtensionNext() 1119 READ(GifFile,&CodeSize, 1); /* Read Code size from file. */ [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fs.h | 79 #define READ 0 macro 83 #define READ_SYNC (READ | (1 << BIO_RW_SYNC)) 84 #define READ_META (READ | (1 << BIO_RW_META))
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/ |
| H A D | datatype.h | 522 #define READ 1 macro
|