Lines Matching refs:bmplength
1087 uint16_t bmplength; in parse_bmp_structure() local
1124 bmplength = 44; /* exact for 1.01 */ in parse_bmp_structure()
1126 bmplength = 48; /* exact for 2.01 */ in parse_bmp_structure()
1128 bmplength = 54; in parse_bmp_structure()
1132 bmplength = 62; in parse_bmp_structure()
1135 bmplength = 67; /* exact for 5.01 */ in parse_bmp_structure()
1137 bmplength = 75; /* exact for 5.06 */ in parse_bmp_structure()
1139 bmplength = 89; /* exact for 5.10h */ in parse_bmp_structure()
1141 bmplength = 118; /* exact for 5.11h */ in parse_bmp_structure()
1148 bmplength = 123; in parse_bmp_structure()
1154 bmplength = 144; in parse_bmp_structure()
1160 bmplength = 158; in parse_bmp_structure()
1191 if (bmplength > 61) in parse_bmp_structure()
1197 if (bmplength > 74) { in parse_bmp_structure()
1201 if (bmplength > 88) in parse_bmp_structure()
1203 if (bmplength > 94) { in parse_bmp_structure()
1213 if (bmplength > 108) { in parse_bmp_structure()
1218 if (bmplength > 120) { in parse_bmp_structure()
1223 if (bmplength > 143) in parse_bmp_structure()
1227 if (bmplength > 157) in parse_bmp_structure()