Searched refs:convert_shorts (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c388 convert_shorts(unsigned char *buf, short *Numbers, unsigned count) function
486 convert_shorts(buf, tp->Numbers, nummax);
493 convert_shorts(buf, offsets, strmax);
541 convert_shorts(buf, tp->Numbers + NUMCOUNT, tp->ext_Numbers);
550 convert_shorts(buf, offsets, strmax);
H A Dread_entry.c107 convert_shorts(char *buf, short *Numbers, int count) function
237 convert_shorts(buf, ptr->Numbers, num_count);
309 convert_shorts(buf, ptr->Numbers + NUMCOUNT, ext_num_count);

Completed in 32 milliseconds