int16_t           124 src/decNumber/decNumberLocal.h # define Short  int16_t
int16_t          1976 src/prt2pdf/prt2pdf.c   int16_t x_min = 0, y_min = 0, x_max = 0, y_max = 0;
int16_t          1980 src/prt2pdf/prt2pdf.c       x_min = (int16_t)read_u16_be (font_fp);
int16_t          1981 src/prt2pdf/prt2pdf.c       y_min = (int16_t)read_u16_be (font_fp);
int16_t          1982 src/prt2pdf/prt2pdf.c       x_max = (int16_t)read_u16_be (font_fp);
int16_t          1983 src/prt2pdf/prt2pdf.c       y_max = (int16_t)read_u16_be (font_fp);
int16_t          2100 src/prt2pdf/prt2pdf.c   int16_t x_min = 0, y_min = 0, x_max = 0, y_max = 0;
int16_t          2104 src/prt2pdf/prt2pdf.c       x_min = (int16_t)read_u16_be_from_mem (& head_p, end);
int16_t          2105 src/prt2pdf/prt2pdf.c       y_min = (int16_t)read_u16_be_from_mem (& head_p, end);
int16_t          2106 src/prt2pdf/prt2pdf.c       x_max = (int16_t)read_u16_be_from_mem (& head_p, end);
int16_t          2107 src/prt2pdf/prt2pdf.c       y_max = (int16_t)read_u16_be_from_mem (& head_p, end);
int16_t           619 src/punutil/miniz.h typedef int16_t mz_int16;