Lines Matching refs:bmplength
1086 uint16_t bmplength; in parse_bmp_structure() local
1123 bmplength = 44; /* exact for 1.01 */ in parse_bmp_structure()
1125 bmplength = 48; /* exact for 2.01 */ in parse_bmp_structure()
1127 bmplength = 54; in parse_bmp_structure()
1131 bmplength = 62; in parse_bmp_structure()
1134 bmplength = 67; /* exact for 5.01 */ in parse_bmp_structure()
1136 bmplength = 75; /* exact for 5.06 */ in parse_bmp_structure()
1138 bmplength = 89; /* exact for 5.10h */ in parse_bmp_structure()
1140 bmplength = 118; /* exact for 5.11h */ in parse_bmp_structure()
1147 bmplength = 123; in parse_bmp_structure()
1153 bmplength = 144; in parse_bmp_structure()
1159 bmplength = 158; in parse_bmp_structure()
1190 if (bmplength > 61) in parse_bmp_structure()
1196 if (bmplength > 74) { in parse_bmp_structure()
1200 if (bmplength > 88) in parse_bmp_structure()
1202 if (bmplength > 94) { in parse_bmp_structure()
1212 if (bmplength > 108) { in parse_bmp_structure()
1217 if (bmplength > 120) { in parse_bmp_structure()
1222 if (bmplength > 143) in parse_bmp_structure()
1226 if (bmplength > 157) in parse_bmp_structure()