Lines Matching refs:be16_le
454 inline unsigned short be16_le(unsigned short n)
473 tmp[i][0] = be16_le(p[i][0]);
474 tmp[i][1] = be16_le(p[i][1]);
499 tmp [i] [0] = be16_le(round ( p1 [i] [0] * f + p2 [i] [0] * (1. - f) ));
500 tmp [i] [1] = be16_le(round ( p1 [i] [1] * f + p2 [i] [1] * (1. - f) ));
516 tmp [i] [0] = be16_le(round ( p1 [i] [0] * fac1 + p2 [i] [0] * fac2 ));
517 tmp [i] [1] = be16_le(round ( p1 [i] [1] * fac1 + p2 [i] [1] * fac2 ));
986 switch (be16_le(header[11])) {
990 buff[i][0] = be16_le(buff[i][0]);
991 buff[i][1] = be16_le(buff[i][1]);
1012 return be16_le(header[12]) ? be16_le(header[12]) : 65534;