Home | History | Annotate | Download | only in dist

Lines Matching refs:ofst

4149   static const struct { const char *zName; int ofst; } aField[] = {
4198 int ofst = aField[i].ofst;
4199 unsigned int val = get4byteInt(aHdr + ofst);
4201 switch( ofst ){