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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Dutils.c61 size_t ndest, nsource; local
66 ndest = *dest? strlen(*dest) : 0;
72 *dest = (char*)safe_realloc_add_3op_(*dest, ndest, /*+*/nsource, /*+*/1);
75 strcpy((*dest)+ndest, source);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcirrusfb.c2829 u_long nsrc, ndest; local
2850 ndest = (desty * line_length) + destx;
2854 ndest = desty * line_length + destx + nheight * line_length + nwidth;
2887 vga_wgfx (regbase, CL_GR28, (u_char) (ndest & 0xff)); /* BLT dest low */
2888 vga_wgfx (regbase, CL_GR29, (u_char) (ndest >> 8)); /* BLT dest mid */
2889 vga_wgfx (regbase, CL_GR2A, (u_char) (ndest >> 16)); /* BLT dest hi */
2920 u_long ndest; local
2928 ndest = (y * line_length) + x;
2947 vga_wgfx (regbase, CL_GR28, (u_char) (ndest & 0xff)); /* BLT dest low */
2948 vga_wgfx (regbase, CL_GR29, (u_char) (ndest >>
[all...]

Completed in 112 milliseconds