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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dbtext.c249 static unsigned char * calc_base(int x, int y) function
293 unsigned int *base = (unsigned int *)calc_base(0, 0);
309 unsigned int *base = (unsigned int *)calc_base(0, 0);
328 unsigned int *base = (unsigned int *)calc_base(0, g_loc_Y << 4);
349 unsigned int *src = (unsigned int *)calc_base(0,16);
350 unsigned int *dst = (unsigned int *)calc_base(0,0);
467 unsigned char *base = calc_base(locX << 3, locY << 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dbtext.c85 static unsigned char * calc_base(int x, int y) function
96 unsigned int *base = (unsigned int *)calc_base(0, 0);
113 unsigned int *src = (unsigned int *)calc_base(0,16);
114 unsigned int *dst = (unsigned int *)calc_base(0,0);
193 unsigned char *base = calc_base(locX << 3, locY << 4);

Completed in 91 milliseconds