Searched refs:temp16 (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuv.c66 s->temp16[i] = (uint16_t*)s->temp[i];
93 s->temp16[i] = NULL;
H A Dhuffyuv.h79 uint16_t *temp16[3]; ///< identical to temp but 16bit type member in struct:HYuvContext
H A Dhuffyuvdec.c682 READ_2PIX_PLANE(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane, OP14bits);
686 READ_2PIX_PLANE(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane, OP14bits);
693 READ_2PIX_PLANE16(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane);
697 READ_2PIX_PLANE16(s->temp16[0][2 * i], s->temp16[0][2 * i + 1], plane);
H A Dhuffyuvenc.c503 int y0 = s->temp16[0][2 * i] & mask;\
504 int y1 = s->temp16[0][2 * i + 1] & mask;
506 int y0 = s->temp16[0][2 * i];\
507 int y1 = s->temp16[0][2 * i + 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c177 u_int16_t temp16; local
237 memcpy( &temp16, ibuf, sizeof( temp16 ));
238 sindex = ntohs( temp16 );
239 ibuf += sizeof( temp16 );
253 memcpy( &temp16, ibuf, sizeof( temp16 ));
254 maxsz = ntohs( temp16 );
255 ibuf += sizeof( temp16 );
449 temp16
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacdec_mips.h182 float temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; local
215 "mtc1 %[temp3], %[temp16] \n\t"
220 "mul.s %[temp12], %[temp12], %[temp16] \n\t"
233 [temp15]"=&f"(temp15), [temp16]"=&f"(temp16),
H A Daacsbr_mips.h163 float temp14, temp15, temp16, temp17, temp18, temp19; local
214 "lwc1 %[temp16], 776(%[v0]) \n\t"
231 "madd.s %[temp2], %[temp2], %[temp16], %[temp17] \n\t"
239 "lwc1 %[temp16], 1800(%[v0]) \n\t"
255 "madd.s %[temp2], %[temp2], %[temp16], %[temp17] \n\t"
263 "lwc1 %[temp16], 2824(%[v0]) \n\t"
279 "madd.s %[temp2], %[temp2], %[temp16], %[temp17] \n\t"
287 "lwc1 %[temp16], 3848(%[v0]) \n\t"
305 "madd.s %[temp2], %[temp2], %[temp16], %[temp17] \n\t"
314 "lwc1 %[temp16], 485
[all...]
H A Dfft_mips.c356 temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
462 "mul.s %[temp16], %[temp5], %[temp7] \t\n"
465 "madd.s %[temp16], %[temp16], %[temp8], %[temp6] \t\n"
473 [temp15]"=&f"(temp15), [temp16]"=&f"(temp16)
486 z1[0].im = temp16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Drsmisc.c82 u16 temp16 = 0; local
250 ACPI_MOVE_16_TO_16(&temp16, source);
253 acpi_rs_decode_bitmask(temp16, destination);
332 u16 temp16 = 0; local
462 temp16 = acpi_rs_encode_bitmask(source,
467 ACPI_MOVE_16_TO_16(destination, &temp16);
H A Drscalc.c360 u16 temp16; local
402 ACPI_MOVE_16_TO_16(&temp16, buffer);
403 extra_struct_bytes = acpi_rs_count_set_bits(temp16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_gss.c465 u_int16_t temp16; local
472 temp16 = htons( 1 );
473 memcpy(rbuf, &temp16, sizeof(temp16));
474 *rbuflen += sizeof(temp16);
601 u_int16_t temp16; local
608 temp16 = htons( 1 );
609 memcpy(rbuf, &temp16, sizeof(temp16));
610 *rbuflen += sizeof(temp16);
[all...]
H A Duams_dhx_passwd.c253 u_int16_t temp16; local
264 memcpy(&temp16, uname, sizeof(temp16));
265 len = ntohs(temp16);
H A Duams_passwd.c201 u_int16_t temp16; local
212 memcpy(&temp16, uname, sizeof(temp16));
213 len = ntohs(temp16);
H A Duams_pam.c256 u_int16_t temp16; local
266 memcpy(&temp16, uname, sizeof(temp16));
267 len = ntohs(temp16);
H A Duams_dhx2_passwd.c317 u_int16_t temp16; local
331 memcpy(&temp16, uname, sizeof(temp16));
332 len = ntohs(temp16);
H A Duams_dhx_pam.c379 u_int16_t temp16; local
393 memcpy(&temp16, uname, sizeof(temp16));
394 len = ntohs(temp16);
H A Duams_randnum.c535 u_int16_t temp16; local
546 memcpy(&temp16, uname, sizeof(temp16));
547 len = ntohs(temp16);
H A Duams_dhx2_pam.c368 u_int16_t temp16; local
382 memcpy(&temp16, uname, sizeof(temp16));
383 len = ntohs(temp16);

Completed in 145 milliseconds