Home
last modified time | relevance | path

Searched refs:LOW_MSB (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dread_entry.c70 #define LOW_MSB(p) (BYTE(p,0) + 256*BYTE(p,1)) macro
119 Numbers[i] = LOW_MSB(buf + 2 * i); in convert_shorts()
135 } else if (LOW_MSB(buf + 2 * i) > size) { in convert_strings()
138 Strings[i] = (LOW_MSB(buf + 2 * i) + table); in convert_strings()
175 || LOW_MSB(buf) != MAGIC) { in read_termtype()
179 name_size = LOW_MSB(buf + 2); in read_termtype()
180 bool_count = LOW_MSB(buf + 4); in read_termtype()
181 num_count = LOW_MSB(buf + 6); in read_termtype()
182 str_count = LOW_MSB(buf + 8); in read_termtype()
183 str_size = LOW_MSB(buf + 10); in read_termtype()
[all …]