Searched refs:DirEntry (Results 1 - 4 of 4) sorted by relevance

/external/jhead/
H A Dmakernote.c41 unsigned char * DirEntry; local
42 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
44 Tag = Get16u(DirEntry);
45 Format = Get16u(DirEntry+2);
46 Components = Get32u(DirEntry+4);
63 OffsetVal = Get32u(DirEntry+8);
77 ValuePtr = DirEntry+8;
H A Dgpsinfo.c147 unsigned char * DirEntry; local
148 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
150 if (DirEntry+12 > OffsetBase+ExifLength){
155 Tag = Get16u(DirEntry);
156 Format = Get16u(DirEntry+2);
157 Components = Get32u(DirEntry+4);
175 OffsetVal = Get32u(DirEntry+8);
185 ValuePtr = DirEntry+8;
H A Dexif.c517 unsigned char * DirEntry; local
518 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
520 Tag = Get16u(DirEntry);
521 Format = Get16u(DirEntry+2);
522 Components = Get32u(DirEntry+4);
539 OffsetVal = Get32u(DirEntry+8);
557 ValuePtr = DirEntry+8;
1503 unsigned char * DirEntry; local
1504 DirEntry = DIR_ENTRY_ADDR(DirWithThumbnailPtrs, de);
1505 Tag = Get16u(DirEntry);
[all...]
/external/bluetooth/glib/gio/
H A Dglocalfileenumerator.c57 } DirEntry; typedef in typeref:struct:__anon835
77 DirEntry *entries;
253 const DirEntry *a, *b;
274 local->entries = g_new (DirEntry, CHUNK_SIZE + 1);
301 qsort (local->entries, i, sizeof (DirEntry), sort_by_inode);

Completed in 44 milliseconds