Lines Matching refs:bmplength
1088 uint16_t bmplength; in parse_bmp_structure() local
1125 bmplength = 44; /* exact for 1.01 */ in parse_bmp_structure()
1127 bmplength = 48; /* exact for 2.01 */ in parse_bmp_structure()
1129 bmplength = 54; in parse_bmp_structure()
1133 bmplength = 62; in parse_bmp_structure()
1136 bmplength = 67; /* exact for 5.01 */ in parse_bmp_structure()
1138 bmplength = 75; /* exact for 5.06 */ in parse_bmp_structure()
1140 bmplength = 89; /* exact for 5.10h */ in parse_bmp_structure()
1142 bmplength = 118; /* exact for 5.11h */ in parse_bmp_structure()
1149 bmplength = 123; in parse_bmp_structure()
1155 bmplength = 144; in parse_bmp_structure()
1161 bmplength = 158; in parse_bmp_structure()
1192 if (bmplength > 61) in parse_bmp_structure()
1198 if (bmplength > 74) { in parse_bmp_structure()
1202 if (bmplength > 88) in parse_bmp_structure()
1204 if (bmplength > 94) { in parse_bmp_structure()
1214 if (bmplength > 108) { in parse_bmp_structure()
1219 if (bmplength > 120) { in parse_bmp_structure()
1224 if (bmplength > 143) in parse_bmp_structure()
1228 if (bmplength > 157) in parse_bmp_structure()