tag | line | file | source code |
dest | 107 | arch/alpha/lib/memcpy.c | void * __memcpy(void * dest, const void *src, size_t n) |
dest | 109 | arch/alpha/lib/memcpy.c | if (!(((unsigned long) dest ^ (unsigned long) src) & 7)) { |
dest | 110 | arch/alpha/lib/memcpy.c | __memcpy_aligned((unsigned long) dest, (unsigned long) src, n); |
dest | 111 | arch/alpha/lib/memcpy.c | return dest; |
dest | 113 | arch/alpha/lib/memcpy.c | __memcpy_unaligned((unsigned long) dest, (unsigned long) src, n); |
dest | 114 | arch/alpha/lib/memcpy.c | return dest; |
dest | 121 | arch/alpha/lib/memcpy.c | char * bcopy(const char * src, char * dest, size_t n) |
dest | 123 | arch/alpha/lib/memcpy.c | __memcpy(dest, src, n); |
dest | 124 | arch/alpha/lib/memcpy.c | return dest; |
dest | 386 | arch/i386/math-emu/errors.c | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest) |
dest | 430 | arch/i386/math-emu/errors.c | reg_move(x, dest); |
dest | 439 | arch/i386/math-emu/errors.c | reg_move(x, dest); |
dest | 441 | arch/i386/math-emu/errors.c | dest->sigh |= 0x40000000; |
dest | 452 | arch/i386/math-emu/errors.c | asmlinkage int arith_invalid(FPU_REG *dest) |
dest | 460 | arch/i386/math-emu/errors.c | reg_move(&CONST_QNaN, dest); |
dest | 469 | arch/i386/math-emu/errors.c | asmlinkage int divide_by_zero(int sign, FPU_REG *dest) |
dest | 475 | arch/i386/math-emu/errors.c | reg_move(&CONST_INF, dest); |
dest | 476 | arch/i386/math-emu/errors.c | dest->sign = (unsigned char)sign; |
dest | 542 | arch/i386/math-emu/errors.c | asmlinkage int arith_overflow(FPU_REG *dest) |
dest | 550 | arch/i386/math-emu/errors.c | sign = dest->sign; |
dest | 551 | arch/i386/math-emu/errors.c | reg_move(&CONST_INF, dest); |
dest | 552 | arch/i386/math-emu/errors.c | dest->sign = sign; |
dest | 557 | arch/i386/math-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
dest | 576 | arch/i386/math-emu/errors.c | asmlinkage int arith_underflow(FPU_REG *dest) |
dest | 582 | arch/i386/math-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
dest | 584 | arch/i386/math-emu/errors.c | reg_move(&CONST_Z, dest); |
dest | 591 | arch/i386/math-emu/errors.c | dest->exp += (3 * (1 << 13)); |
dest | 11 | arch/i386/math-emu/fpu_proto.h | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest); |
dest | 12 | arch/i386/math-emu/fpu_proto.h | asmlinkage int arith_invalid(FPU_REG *dest); |
dest | 13 | arch/i386/math-emu/fpu_proto.h | asmlinkage int divide_by_zero(int sign, FPU_REG *dest); |
dest | 17 | arch/i386/math-emu/fpu_proto.h | asmlinkage int arith_overflow(FPU_REG *dest); |
dest | 18 | arch/i386/math-emu/fpu_proto.h | asmlinkage int arith_underflow(FPU_REG *dest); |
dest | 61 | arch/i386/math-emu/fpu_proto.h | extern void convert_l2reg(long const *arg, FPU_REG *dest); |
dest | 96 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
dest | 98 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
dest | 137 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, unsigned int control_w); |
dest | 152 | arch/i386/math-emu/fpu_trig.c | void convert_l2reg(long const *arg, FPU_REG *dest) |
dest | 157 | arch/i386/math-emu/fpu_trig.c | { reg_move(&CONST_Z, dest); return; } |
dest | 160 | arch/i386/math-emu/fpu_trig.c | dest->sign = SIGN_POS; |
dest | 162 | arch/i386/math-emu/fpu_trig.c | { num = -num; dest->sign = SIGN_NEG; } |
dest | 164 | arch/i386/math-emu/fpu_trig.c | dest->sigh = num; |
dest | 165 | arch/i386/math-emu/fpu_trig.c | dest->sigl = 0; |
dest | 166 | arch/i386/math-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
dest | 167 | arch/i386/math-emu/fpu_trig.c | dest->tag = TW_Valid; |
dest | 168 | arch/i386/math-emu/fpu_trig.c | normalize(dest); |
dest | 36 | arch/i386/math-emu/poly.h | asmlinkage void mul_Xsig_Xsig(Xsig *dest, const Xsig *mult); |
dest | 41 | arch/i386/math-emu/poly.h | asmlinkage void div_Xsig(Xsig *x1, const Xsig *x2, const Xsig *dest); |
dest | 71 | arch/i386/math-emu/poly.h | extern inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) |
dest | 77 | arch/i386/math-emu/poly.h | :"=g" (*dest):"g" (dest), "g" (x2) |
dest | 86 | arch/i386/math-emu/poly.h | extern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) |
dest | 98 | arch/i386/math-emu/poly.h | :"=g" (*exp), "=g" (*dest) |
dest | 99 | arch/i386/math-emu/poly.h | :"g" (dest), "g" (x2), "g" (exp) |
dest | 25 | arch/i386/math-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
dest | 27 | arch/i386/math-emu/reg_add_sub.c | char saved_sign = dest->sign; |
dest | 36 | arch/i386/math-emu/reg_add_sub.c | dest->sign = a->sign; |
dest | 37 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
dest | 39 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 60 | arch/i386/math-emu/reg_add_sub.c | dest->sign = a->sign; |
dest | 61 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
dest | 63 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 74 | arch/i386/math-emu/reg_add_sub.c | reg_move(&CONST_Z, dest); |
dest | 76 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
dest | 81 | arch/i386/math-emu/reg_add_sub.c | dest->sign = b->sign; |
dest | 82 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
dest | 84 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 93 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(a, b, dest); } |
dest | 100 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); |
dest | 105 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
dest | 116 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
dest | 127 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); return 0; |
dest | 138 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); return 0; |
dest | 143 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); return 0; |
dest | 145 | arch/i386/math-emu/reg_add_sub.c | return arith_invalid(dest); /* Infinity-Infinity is undefined. */ |
dest | 154 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); return 0; |
dest | 165 | arch/i386/math-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
dest | 167 | arch/i386/math-emu/reg_add_sub.c | char saved_sign = dest->sign; |
dest | 192 | arch/i386/math-emu/reg_add_sub.c | dest->sign = a->sign; |
dest | 193 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
dest | 195 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 207 | arch/i386/math-emu/reg_add_sub.c | reg_move(&CONST_Z, dest); |
dest | 209 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
dest | 214 | arch/i386/math-emu/reg_add_sub.c | dest->sign = a->sign ^ SIGN_POS^SIGN_NEG; |
dest | 215 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
dest | 217 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 223 | arch/i386/math-emu/reg_add_sub.c | dest->sign = SIGN_POS; |
dest | 224 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
dest | 226 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 231 | arch/i386/math-emu/reg_add_sub.c | dest->sign = SIGN_NEG; |
dest | 232 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
dest | 234 | arch/i386/math-emu/reg_add_sub.c | dest->sign = saved_sign; |
dest | 244 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(b, a, dest); } |
dest | 251 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); /* Answer for different signs. */ |
dest | 255 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
dest | 266 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); |
dest | 277 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
dest | 278 | arch/i386/math-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
dest | 290 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); return 0; |
dest | 296 | arch/i386/math-emu/reg_add_sub.c | return arith_invalid(dest); |
dest | 298 | arch/i386/math-emu/reg_add_sub.c | reg_move(a, dest); |
dest | 308 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
dest | 309 | arch/i386/math-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
dest | 25 | arch/i386/math-emu/reg_mul.c | FPU_REG *dest, unsigned int control_w) |
dest | 27 | arch/i386/math-emu/reg_mul.c | char saved_sign = dest->sign; |
dest | 33 | arch/i386/math-emu/reg_mul.c | dest->sign = sign; |
dest | 34 | arch/i386/math-emu/reg_mul.c | if ( reg_u_mul(a, b, dest, control_w) ) |
dest | 36 | arch/i386/math-emu/reg_mul.c | dest->sign = saved_sign; |
dest | 53 | arch/i386/math-emu/reg_mul.c | reg_move(&CONST_Z, dest); |
dest | 57 | arch/i386/math-emu/reg_mul.c | dest->sign = sign; |
dest | 64 | arch/i386/math-emu/reg_mul.c | { return real_2op_NaN(a, b, dest); } |
dest | 68 | arch/i386/math-emu/reg_mul.c | { return arith_invalid(dest); } /* Zero*Infinity is invalid */ |
dest | 76 | arch/i386/math-emu/reg_mul.c | reg_move(a, dest); |
dest | 77 | arch/i386/math-emu/reg_mul.c | dest->sign = sign; |
dest | 84 | arch/i386/math-emu/reg_mul.c | { return arith_invalid(dest); } /* Zero*Infinity is invalid */ |
dest | 92 | arch/i386/math-emu/reg_mul.c | reg_move(b, dest); |
dest | 93 | arch/i386/math-emu/reg_mul.c | dest->sign = sign; |
dest | 1864 | arch/m68k/console/fbcon.c | u_char *src, *dest; |
dest | 1869 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*width; |
dest | 1870 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
dest | 1873 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
dest | 1875 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 1877 | arch/m68k/console/fbcon.c | dest += p->next_line; |
dest | 1881 | arch/m68k/console/fbcon.c | dest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx; |
dest | 1883 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 1885 | arch/m68k/console/fbcon.c | dest -= p->next_line; |
dest | 1894 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 1897 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
dest | 1901 | arch/m68k/console/fbcon.c | mymemset(dest, height*p->fontheight*width); |
dest | 1903 | arch/m68k/console/fbcon.c | mymemclear(dest, height*p->fontheight*width); |
dest | 1905 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
dest | 1907 | arch/m68k/console/fbcon.c | mymemset(dest, width); |
dest | 1909 | arch/m68k/console/fbcon.c | mymemclear_small(dest, width); |
dest | 1916 | arch/m68k/console/fbcon.c | u_char *dest, *cdat; |
dest | 1922 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
dest | 1928 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 1936 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 1944 | arch/m68k/console/fbcon.c | u_char *dest, *dest0, *cdat; |
dest | 1955 | arch/m68k/console/fbcon.c | dest = dest0++; |
dest | 1957 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 1965 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 1973 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 1976 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
dest | 1977 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
dest | 1978 | arch/m68k/console/fbcon.c | *dest = ~*dest; |
dest | 2006 | arch/m68k/console/fbcon.c | u_char *src, *dest; |
dest | 2011 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
dest | 2013 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 2015 | arch/m68k/console/fbcon.c | dest += p->next_plane; |
dest | 2019 | arch/m68k/console/fbcon.c | dest = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
dest | 2022 | arch/m68k/console/fbcon.c | dest -= p->next_plane; |
dest | 2023 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 2033 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 2037 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
dest | 2042 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel; i--; dest += p->next_plane) { |
dest | 2044 | arch/m68k/console/fbcon.c | mymemset(dest, width); |
dest | 2046 | arch/m68k/console/fbcon.c | mymemclear(dest, width); |
dest | 2056 | arch/m68k/console/fbcon.c | u_char *dest, *cdat; |
dest | 2063 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
dest | 2072 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel; i--; dest += p->next_plane) { |
dest | 2075 | arch/m68k/console/fbcon.c | *dest = 0xff; |
dest | 2077 | arch/m68k/console/fbcon.c | *dest = ~d; |
dest | 2080 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 2082 | arch/m68k/console/fbcon.c | *dest = 0x00; |
dest | 2108 | arch/m68k/console/fbcon.c | u_char *dest0, *dest, *cdat1, *cdat2, *cdat3, *cdat4; |
dest | 2121 | arch/m68k/console/fbcon.c | dest = dest0++; |
dest | 2129 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel; i--; dest += p->next_plane) { |
dest | 2132 | arch/m68k/console/fbcon.c | *dest = 0xff; |
dest | 2134 | arch/m68k/console/fbcon.c | *dest = ~d; |
dest | 2137 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 2139 | arch/m68k/console/fbcon.c | *dest = 0x00; |
dest | 2150 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2159 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel; i--; dest += p->next_plane) { |
dest | 2162 | arch/m68k/console/fbcon.c | *(u_long *)dest = 0xffffffff; |
dest | 2164 | arch/m68k/console/fbcon.c | *(u_long *)dest = ~d; |
dest | 2167 | arch/m68k/console/fbcon.c | *(u_long *)dest = d; |
dest | 2169 | arch/m68k/console/fbcon.c | *(u_long *)dest = 0x00000000; |
dest | 2184 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 2199 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2200 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
dest | 2201 | arch/m68k/console/fbcon.c | *dest = ~*dest; |
dest | 2221 | arch/m68k/console/fbcon.c | u_char *src, *dest, *src0, *dest0; |
dest | 2226 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*width; |
dest | 2228 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
dest | 2230 | arch/m68k/console/fbcon.c | dest += p->next_plane; |
dest | 2237 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2239 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 2241 | arch/m68k/console/fbcon.c | dest += p->next_line; |
dest | 2251 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2254 | arch/m68k/console/fbcon.c | dest -= p->next_line; |
dest | 2255 | arch/m68k/console/fbcon.c | mymemmove(dest, src, width); |
dest | 2267 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 2275 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2276 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
dest | 2278 | arch/m68k/console/fbcon.c | mymemset(dest, width); |
dest | 2280 | arch/m68k/console/fbcon.c | mymemclear(dest, width); |
dest | 2289 | arch/m68k/console/fbcon.c | u_char *dest, *dest0, *cdat, *cdat0; |
dest | 2302 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2304 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 2308 | arch/m68k/console/fbcon.c | *dest = 0xff; |
dest | 2310 | arch/m68k/console/fbcon.c | *dest = ~d; |
dest | 2313 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 2315 | arch/m68k/console/fbcon.c | *dest = 0x00; |
dest | 2331 | arch/m68k/console/fbcon.c | u_char *dest, *dest0, *dest1; |
dest | 2353 | arch/m68k/console/fbcon.c | dest = dest1; |
dest | 2355 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 2359 | arch/m68k/console/fbcon.c | *dest = 0xff; |
dest | 2361 | arch/m68k/console/fbcon.c | *dest = ~d; |
dest | 2364 | arch/m68k/console/fbcon.c | *dest = d; |
dest | 2366 | arch/m68k/console/fbcon.c | *dest = 0x00; |
dest | 2386 | arch/m68k/console/fbcon.c | dest = dest1; |
dest | 2391 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 2395 | arch/m68k/console/fbcon.c | *(u_long *)dest = 0xffffffff; |
dest | 2397 | arch/m68k/console/fbcon.c | *(u_long *)dest = ~d; |
dest | 2400 | arch/m68k/console/fbcon.c | *(u_long *)dest = d; |
dest | 2402 | arch/m68k/console/fbcon.c | *(u_long *)dest = 0x00000000; |
dest | 2417 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 2432 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 2433 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
dest | 2434 | arch/m68k/console/fbcon.c | *dest = ~*dest; |
dest | 2638 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 2646 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1); |
dest | 2653 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 2656 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx) ^ bgx)); |
dest | 2664 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 2681 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
dest | 2684 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx) ^ bgx)); |
dest | 2693 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 2697 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1); |
dest | 2706 | arch/m68k/console/fbcon.c | dest[0] = ~dest[0]; |
dest | 2707 | arch/m68k/console/fbcon.c | dest[2] = ~dest[2]; |
dest | 2708 | arch/m68k/console/fbcon.c | dest += bytes; |
dest | 2901 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 2909 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1); |
dest | 2916 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 2919 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx) ^ bgx)); |
dest | 2927 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 2951 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
dest | 2954 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx) ^ bgx)); |
dest | 2963 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 2967 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1); |
dest | 2977 | arch/m68k/console/fbcon.c | dest[0] = ~dest[0]; |
dest | 2978 | arch/m68k/console/fbcon.c | dest[2] = ~dest[2]; |
dest | 2979 | arch/m68k/console/fbcon.c | dest[4] = ~dest[4]; |
dest | 2980 | arch/m68k/console/fbcon.c | dest[6] = ~dest[6]; |
dest | 2981 | arch/m68k/console/fbcon.c | dest += bytes; |
dest | 3181 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 3189 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1); |
dest | 3196 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 3202 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx1) ^ bgx1), |
dest | 3212 | arch/m68k/console/fbcon.c | u_char *dest, *dest0; |
dest | 3237 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
dest | 3243 | arch/m68k/console/fbcon.c | : "a" (dest), "d" ((fdx & eorx1) ^ bgx1), |
dest | 3254 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 3258 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1); |
dest | 3270 | arch/m68k/console/fbcon.c | dest[0] = ~dest[0]; |
dest | 3271 | arch/m68k/console/fbcon.c | dest[2] = ~dest[2]; |
dest | 3272 | arch/m68k/console/fbcon.c | dest[4] = ~dest[4]; |
dest | 3273 | arch/m68k/console/fbcon.c | dest[6] = ~dest[6]; |
dest | 3274 | arch/m68k/console/fbcon.c | dest += bytes; |
dest | 3333 | arch/m68k/console/fbcon.c | u_char *dest0,*dest; |
dest | 3337 | arch/m68k/console/fbcon.c | dest = p->screen_base + sy * p->fontheight * bytes + sx * 8; |
dest | 3345 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]=bgx; |
dest | 3346 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]=bgx; |
dest | 3347 | arch/m68k/console/fbcon.c | dest+=8; |
dest | 3350 | arch/m68k/console/fbcon.c | dest0=dest; |
dest | 3352 | arch/m68k/console/fbcon.c | dest=dest0; |
dest | 3354 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]=bgx; |
dest | 3355 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]=bgx; |
dest | 3356 | arch/m68k/console/fbcon.c | dest+=8; |
dest | 3366 | arch/m68k/console/fbcon.c | u_char *dest,*cdat; |
dest | 3372 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
dest | 3383 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 3384 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]= |
dest | 3386 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]= |
dest | 3395 | arch/m68k/console/fbcon.c | u_char *cdat, c, *dest, *dest0; |
dest | 3411 | arch/m68k/console/fbcon.c | for (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
dest | 3412 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]= |
dest | 3414 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]= |
dest | 3424 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 3427 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
dest | 3428 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 3429 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0] ^= 0x0f0f0f0f; |
dest | 3430 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1] ^= 0x0f0f0f0f; |
dest | 3489 | arch/m68k/console/fbcon.c | u_char *dest0,*dest; |
dest | 3493 | arch/m68k/console/fbcon.c | dest = p->screen_base + sy * p->fontheight * bytes + sx * 16; |
dest | 3501 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]=bgx; |
dest | 3502 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]=bgx; |
dest | 3503 | arch/m68k/console/fbcon.c | ((u_long *)dest)[2]=bgx; |
dest | 3504 | arch/m68k/console/fbcon.c | ((u_long *)dest)[3]=bgx; |
dest | 3505 | arch/m68k/console/fbcon.c | dest+=16; |
dest | 3508 | arch/m68k/console/fbcon.c | dest0=dest; |
dest | 3510 | arch/m68k/console/fbcon.c | dest=dest0; |
dest | 3512 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]=bgx; |
dest | 3513 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]=bgx; |
dest | 3514 | arch/m68k/console/fbcon.c | ((u_long *)dest)[2]=bgx; |
dest | 3515 | arch/m68k/console/fbcon.c | ((u_long *)dest)[3]=bgx; |
dest | 3516 | arch/m68k/console/fbcon.c | dest+=16; |
dest | 3526 | arch/m68k/console/fbcon.c | u_char *dest,*cdat; |
dest | 3532 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
dest | 3543 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 3544 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]= |
dest | 3546 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]= |
dest | 3548 | arch/m68k/console/fbcon.c | ((u_long *)dest)[2]= |
dest | 3550 | arch/m68k/console/fbcon.c | ((u_long *)dest)[3]= |
dest | 3560 | arch/m68k/console/fbcon.c | u_char *cdat, c, *dest, *dest0; |
dest | 3576 | arch/m68k/console/fbcon.c | for (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
dest | 3577 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0]= |
dest | 3579 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1]= |
dest | 3581 | arch/m68k/console/fbcon.c | ((u_long *)dest)[2]= |
dest | 3583 | arch/m68k/console/fbcon.c | ((u_long *)dest)[3]= |
dest | 3593 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 3596 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
dest | 3597 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
dest | 3598 | arch/m68k/console/fbcon.c | ((u_long *)dest)[0] ^= 0xffffffff; |
dest | 3599 | arch/m68k/console/fbcon.c | ((u_long *)dest)[1] ^= 0xffffffff; |
dest | 3600 | arch/m68k/console/fbcon.c | ((u_long *)dest)[2] ^= 0xffffffff; |
dest | 3601 | arch/m68k/console/fbcon.c | ((u_long *)dest)[3] ^= 0xffffffff; |
dest | 3642 | arch/m68k/console/fbcon.c | u_char *dest, *cdat; |
dest | 3650 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
dest | 3658 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 3670 | arch/m68k/console/fbcon.c | *((u_long*) dest) = tmp; |
dest | 3675 | arch/m68k/console/fbcon.c | *((u_long*) dest + 1) = tmp; |
dest | 3683 | arch/m68k/console/fbcon.c | u_char *dest, *dest0, *cdat; |
dest | 3698 | arch/m68k/console/fbcon.c | dest = dest0; |
dest | 3701 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 3713 | arch/m68k/console/fbcon.c | *((u_long*) dest) = tmp; |
dest | 3718 | arch/m68k/console/fbcon.c | *((u_long*) dest + 1) = tmp; |
dest | 3726 | arch/m68k/console/fbcon.c | u_char *dest; |
dest | 3733 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
dest | 3735 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
dest | 3736 | arch/m68k/console/fbcon.c | *dest = (*dest == fg) ? bg : fg; |
dest | 3737 | arch/m68k/console/fbcon.c | *(dest+1) = (*(dest + 1) == fg) ? bg : fg; |
dest | 3738 | arch/m68k/console/fbcon.c | *(dest+2) = (*(dest + 2) == fg) ? bg : fg; |
dest | 3739 | arch/m68k/console/fbcon.c | *(dest+3) = (*(dest + 3) == fg) ? bg : fg; |
dest | 3740 | arch/m68k/console/fbcon.c | *(dest+4) = (*(dest + 4) == fg) ? bg : fg; |
dest | 3741 | arch/m68k/console/fbcon.c | *(dest+5) = (*(dest + 5) == fg) ? bg : fg; |
dest | 3742 | arch/m68k/console/fbcon.c | *(dest+6) = (*(dest + 6) == fg) ? bg : fg; |
dest | 3743 | arch/m68k/console/fbcon.c | *(dest+7) = (*(dest + 7) == fg) ? bg : fg; |
dest | 183 | arch/m68k/fpsp040/fpsp.h | .set DTAG,LV-32 | dest tag (1 byte) |
dest | 184 | arch/m68k/fpsp040/fpsp.h | .set dtag_mask,0xE0 | upper 3 bits are dest type tag |
dest | 672 | arch/sparc/kernel/ptrace.c | unsigned char *dest = (unsigned char *) addr2; |
dest | 677 | arch/sparc/kernel/ptrace.c | res = verify_area(VERIFY_WRITE, (void *) dest, len); |
dest | 688 | arch/sparc/kernel/ptrace.c | *dest = tmp; |
dest | 689 | arch/sparc/kernel/ptrace.c | src++; dest++; len--; |
dest | 698 | arch/sparc/kernel/ptrace.c | unsigned long dest = addr; |
dest | 707 | arch/sparc/kernel/ptrace.c | res = write_byte(child, dest, *src); |
dest | 712 | arch/sparc/kernel/ptrace.c | src++; dest++; len--; |
dest | 175 | arch/sparc/kernel/sparc-stub.c | static inline void copy_ttentry(struct tt_entry *src, struct tt_entry *dest) |
dest | 177 | arch/sparc/kernel/sparc-stub.c | dest->inst_one = src->inst_one; |
dest | 178 | arch/sparc/kernel/sparc-stub.c | dest->inst_two = src->inst_two; |
dest | 179 | arch/sparc/kernel/sparc-stub.c | dest->inst_three = src->inst_three; |
dest | 180 | arch/sparc/kernel/sparc-stub.c | dest->inst_four = src->inst_four; |
dest | 64 | arch/sparc/kernel/windows.c | static inline void copy_aligned_window(void *dest, const void *src) |
dest | 82 | arch/sparc/kernel/windows.c | "r" (dest), "r" (src) : |
dest | 2416 | arch/sparc/mm/srmmu.c | #define PATCH_BRANCH(insn, dest) do { \ |
dest | 2418 | arch/sparc/mm/srmmu.c | daddr = &(dest); \ |
dest | 447 | drivers/block/amiflop.c | static void encode(unsigned long data, unsigned long *dest) |
dest | 455 | drivers/block/amiflop.c | if (*(dest - 1) & 0x00000001) |
dest | 458 | drivers/block/amiflop.c | *dest = data; |
dest | 461 | drivers/block/amiflop.c | static void encode_block(unsigned long *dest, unsigned long *src, int len) |
dest | 469 | drivers/block/amiflop.c | encode(data, dest + to_cnt++); |
dest | 475 | drivers/block/amiflop.c | encode(data, dest + to_cnt++); |
dest | 943 | drivers/block/amiflop.c | static void dos_encode_block(ushort *dest, unsigned char *src, int len) |
dest | 948 | drivers/block/amiflop.c | *dest=dos_encode_byte(*src++); |
dest | 949 | drivers/block/amiflop.c | *dest|=((dest[-1]&1)||(*dest&0x4000))? 0: 0x8000; |
dest | 950 | drivers/block/amiflop.c | dest++; |
dest | 849 | drivers/block/ide-cd.c | char *dest; |
dest | 869 | drivers/block/ide-cd.c | dest = info->sector_buffer + info->nsectors_buffered * SECTOR_SIZE; |
dest | 871 | drivers/block/ide-cd.c | cdrom_in_bytes (drive, dest, SECTOR_SIZE); |
dest | 875 | drivers/block/ide-cd.c | dest += SECTOR_SIZE; |
dest | 638 | drivers/cdrom/cm206.c | uch * source, * dest; |
dest | 653 | drivers/cdrom/cm206.c | dest = CURRENT->buffer + i*512; |
dest | 658 | drivers/cdrom/cm206.c | memcpy(dest, source, 512); |
dest | 662 | drivers/cdrom/cm206.c | memcpy(dest, source, 512); |
dest | 427 | drivers/char/ftape/ftape-eof.c | byte *dest = find_end_of_bsm_list(buffer + 256, |
dest | 430 | drivers/char/ftape/ftape-eof.c | if (dest) { |
dest | 432 | drivers/char/ftape/ftape-eof.c | dest - buffer - 256, nr_of_eof_marks * sizeof(unsigned long)); |
dest | 433 | drivers/char/ftape/ftape-eof.c | memcpy(dest, eof_map, nr_of_eof_marks * sizeof(unsigned long)); |
dest | 434 | drivers/char/ftape/ftape-eof.c | PUT4(dest, nr_of_eof_marks * sizeof(unsigned long), 0); |
dest | 964 | drivers/isdn/isdn_common.c | static int isdn_get_allcfg(char *dest) |
dest | 977 | drivers/isdn/isdn_common.c | if ((ret = verify_area(VERIFY_WRITE, (void *) dest, sizeof(cfg) + 10))) { |
dest | 997 | drivers/isdn/isdn_common.c | memcpy_tofs(dest, p->local.name, 10); |
dest | 998 | drivers/isdn/isdn_common.c | dest += 10; |
dest | 999 | drivers/isdn/isdn_common.c | memcpy_tofs(dest, (char *) &cfg, sizeof(cfg)); |
dest | 1000 | drivers/isdn/isdn_common.c | dest += sizeof(cfg); |
dest | 1003 | drivers/isdn/isdn_common.c | if ((ret = isdn_net_getphones(&phone, dest)) < 0) { |
dest | 1007 | drivers/isdn/isdn_common.c | dest += ret; |
dest | 1010 | drivers/isdn/isdn_common.c | if ((ret = isdn_net_getphones(&phone, dest)) < 0) { |
dest | 1014 | drivers/isdn/isdn_common.c | dest += ret; |
dest | 568 | drivers/isdn/isdn_net.c | unsigned short dest; |
dest | 628 | drivers/isdn/isdn_net.c | ntohs(ipp->dest)); |
dest | 639 | drivers/isdn/isdn_net.c | ntohs(ipp->dest)); |
dest | 24 | drivers/isdn/teles/callc.c | static char *strcpyupto(char *dest, char *src, char upto); |
dest | 1424 | drivers/isdn/teles/callc.c | strcpyupto(char *dest, char *src, char upto) |
dest | 1427 | drivers/isdn/teles/callc.c | *dest++ = *src++; |
dest | 1428 | drivers/isdn/teles/callc.c | *dest = '\0'; |
dest | 64 | drivers/isdn/teles/card.c | readisac_s(int iobase, byte offset, byte * dest, int count) |
dest | 66 | drivers/isdn/teles/card.c | insb(iobase - 0x420 + offset, dest, count); |
dest | 105 | drivers/isdn/teles/card.c | readhscx_s(int iobase, byte hscx, byte offset, byte * dest, int count) |
dest | 107 | drivers/isdn/teles/card.c | insb(iobase - (hscx ? 0x820 : 0xc20) + offset, dest, count); |
dest | 66 | drivers/isdn/teles/q931.c | iecpy(byte * dest, byte * iestart, int ieoffset) |
dest | 74 | drivers/isdn/teles/q931.c | *dest++ = *p++; |
dest | 75 | drivers/isdn/teles/q931.c | *dest++ = '\0'; |
dest | 180 | drivers/isdn/teles/q931.c | prbits(char *dest, byte b, int start, int len) |
dest | 182 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 192 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 424 | drivers/isdn/teles/q931.c | prcause(char *dest, byte * p) |
dest | 427 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 469 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 475 | drivers/isdn/teles/q931.c | prchident(char *dest, byte * p) |
dest | 477 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 483 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 487 | drivers/isdn/teles/q931.c | prcalled(char *dest, byte * p) |
dest | 490 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 501 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 505 | drivers/isdn/teles/q931.c | prcalling(char *dest, byte * p) |
dest | 508 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 528 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 533 | drivers/isdn/teles/q931.c | prbearer(char *dest, byte * p) |
dest | 535 | drivers/isdn/teles/q931.c | char *dp = dest, ch; |
dest | 575 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 580 | drivers/isdn/teles/q931.c | general(char *dest, byte * p) |
dest | 582 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 604 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 609 | drivers/isdn/teles/q931.c | display(char *dest, byte * p) |
dest | 611 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 634 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 638 | drivers/isdn/teles/q931.c | prfacility(char *dest, byte * p) |
dest | 640 | drivers/isdn/teles/q931.c | char *dp = dest; |
dest | 664 | drivers/isdn/teles/q931.c | return (dp - dest); |
dest | 431 | drivers/isdn/teles/teles.h | void iecpy(byte * dest, byte * iestart, int ieoffset); |
dest | 137 | drivers/net/ariadne.c | static void memcpyw(u_short *dest, u_short *src, int len) |
dest | 140 | drivers/net/ariadne.c | *(dest++) = *(src++); |
dest | 144 | drivers/net/ariadne.c | *dest = (*(u_char *)src)<<8; |
dest | 126 | drivers/net/dlci.c | char *dest; |
dest | 149 | drivers/net/dlci.c | dest = skb_push(skb, hlen); |
dest | 150 | drivers/net/dlci.c | if (!dest) |
dest | 153 | drivers/net/dlci.c | memcpy(dest, &hdr, hlen); |
dest | 128 | drivers/net/ni52.h | unsigned char dest[6]; /* ethernet-address, destination */ |
dest | 268 | drivers/net/ni52.h | unsigned char dest[6]; /* destination address of the frame */ |
dest | 298 | drivers/net/slhc.c | && th->dest == cs->cs_tcp.dest) |
dest | 284 | drivers/scsi/aic7xxx_asm.c | unsigned int dest; /* NA, pos_from_0, or I|immediate */ |
dest | 502 | drivers/scsi/aic7xxx_asm.c | I_dest = eval_sdi(a, instr[i].dest); |
dest | 633 | drivers/sound/dmasound.c | static int state_read(char *dest, int count); |
dest | 2657 | drivers/sound/dmasound.c | u_char *dest; |
dest | 2673 | drivers/sound/dmasound.c | dest = sq_block_address(sq.rear); |
dest | 2675 | drivers/sound/dmasound.c | uUsed = sound_copy_translate(src, uLeft, dest, &bUsed, bLeft); |
dest | 2699 | drivers/sound/dmasound.c | dest = sq_block_address((sq.rear+1) % sq.max_count); |
dest | 2702 | drivers/sound/dmasound.c | uUsed = sound_copy_translate(src, uLeft, dest, &bUsed, bLeft); |
dest | 2904 | drivers/sound/dmasound.c | static int state_read(char *dest, int count) |
dest | 2911 | drivers/sound/dmasound.c | memcpy_tofs(dest, &state.buf[state.ptr], n); |
dest | 391 | fs/ncpfs/ncplib_kernel.c | __u16 *dest = (__u16 *) ret; |
dest | 392 | fs/ncpfs/ncplib_kernel.c | memcpy(&(dest[1]), &sfd, 4); |
dest | 393 | fs/ncpfs/ncplib_kernel.c | dest[0] = dest[1] + 1; |
dest | 749 | fs/nfs/nfsroot.c | static int root_bootp_string(char *dest, char *src, int len, int max) |
dest | 751 | fs/nfs/nfsroot.c | if (*dest || !len) |
dest | 755 | fs/nfs/nfsroot.c | strncpy(dest, src, len); |
dest | 756 | fs/nfs/nfsroot.c | dest[len] = '\0'; |
dest | 20 | include/asm-i386/string-486.h | extern inline char * strcpy(char * dest,const char *src) |
dest | 22 | include/asm-i386/string-486.h | register char *tmp= (char *)dest; |
dest | 35 | include/asm-i386/string-486.h | return dest; |
dest | 39 | include/asm-i386/string-486.h | extern inline char * strncpy(char * dest,const char *src,size_t count) |
dest | 41 | include/asm-i386/string-486.h | register char *tmp= (char *)dest; |
dest | 63 | include/asm-i386/string-486.h | return dest; |
dest | 67 | include/asm-i386/string-486.h | extern inline char * strcat(char * dest,const char * src) |
dest | 69 | include/asm-i386/string-486.h | register char *tmp = (char *)(dest-1); |
dest | 84 | include/asm-i386/string-486.h | return dest; |
dest | 88 | include/asm-i386/string-486.h | extern inline char * strncat(char * dest,const char * src,size_t count) |
dest | 90 | include/asm-i386/string-486.h | register char *tmp = (char *)(dest-1); |
dest | 109 | include/asm-i386/string-486.h | return dest; |
dest | 484 | include/asm-i386/string-486.h | extern inline void * memmove(void * dest,const void * src, size_t n) |
dest | 486 | include/asm-i386/string-486.h | register void *tmp = (void *)dest; |
dest | 487 | include/asm-i386/string-486.h | if (dest<src) |
dest | 503 | include/asm-i386/string-486.h | return dest; |
dest | 30 | include/asm-i386/string.h | extern inline char * strcpy(char * dest,const char *src) |
dest | 39 | include/asm-i386/string.h | :"S" (src),"D" (dest):"si","di","ax","memory"); |
dest | 40 | include/asm-i386/string.h | return dest; |
dest | 44 | include/asm-i386/string.h | extern inline char * strncpy(char * dest,const char *src,size_t count) |
dest | 58 | include/asm-i386/string.h | :"S" (src),"D" (dest),"c" (count):"si","di","ax","cx","memory"); |
dest | 59 | include/asm-i386/string.h | return dest; |
dest | 63 | include/asm-i386/string.h | extern inline char * strcat(char * dest,const char * src) |
dest | 75 | include/asm-i386/string.h | :"S" (src),"D" (dest),"a" (0),"c" (0xffffffff):"si","di","ax","cx"); |
dest | 76 | include/asm-i386/string.h | return dest; |
dest | 80 | include/asm-i386/string.h | extern inline char * strncat(char * dest,const char * src,size_t count) |
dest | 97 | include/asm-i386/string.h | :"S" (src),"D" (dest),"a" (0),"c" (0xffffffff),"g" (count) |
dest | 99 | include/asm-i386/string.h | return dest; |
dest | 452 | include/asm-i386/string.h | extern inline void * memmove(void * dest,const void * src, size_t n) |
dest | 454 | include/asm-i386/string.h | if (dest<src) |
dest | 460 | include/asm-i386/string.h | :"c" (n),"S" (src),"D" (dest) |
dest | 471 | include/asm-i386/string.h | "D" (n-1+(char *)dest) |
dest | 473 | include/asm-i386/string.h | return dest; |
dest | 5 | include/asm-m68k/string.h | extern inline char * strcpy(char * dest,const char *src) |
dest | 7 | include/asm-m68k/string.h | char *xdest = dest; |
dest | 12 | include/asm-m68k/string.h | : "=a" (dest), "=a" (src) |
dest | 13 | include/asm-m68k/string.h | : "0" (dest), "1" (src) : "memory"); |
dest | 18 | include/asm-m68k/string.h | extern inline char * strncpy(char *dest, const char *src, size_t n) |
dest | 20 | include/asm-m68k/string.h | char *xdest = dest; |
dest | 31 | include/asm-m68k/string.h | : "=a" (dest), "=a" (src), "=d" (n) |
dest | 32 | include/asm-m68k/string.h | : "0" (dest), "1" (src), "2" (n) |
dest | 38 | include/asm-m68k/string.h | extern inline char * strcat(char * dest, const char * src) |
dest | 40 | include/asm-m68k/string.h | char *tmp = dest; |
dest | 42 | include/asm-m68k/string.h | while (*dest) |
dest | 43 | include/asm-m68k/string.h | dest++; |
dest | 44 | include/asm-m68k/string.h | while ((*dest++ = *src++)) |
dest | 51 | include/asm-m68k/string.h | extern inline char * strncat(char *dest, const char *src, size_t count) |
dest | 53 | include/asm-m68k/string.h | char *tmp = dest; |
dest | 56 | include/asm-m68k/string.h | while (*dest) |
dest | 57 | include/asm-m68k/string.h | dest++; |
dest | 58 | include/asm-m68k/string.h | while ((*dest++ = *src++)) { |
dest | 60 | include/asm-m68k/string.h | *dest++='\0'; |
dest | 245 | include/asm-m68k/string.h | extern inline void * memmove(void * dest,const void * src, size_t n) |
dest | 247 | include/asm-m68k/string.h | void *xdest = dest; |
dest | 253 | include/asm-m68k/string.h | if (dest < src) |
dest | 255 | include/asm-m68k/string.h | if ((long) dest & 1) |
dest | 257 | include/asm-m68k/string.h | char *cdest = dest; |
dest | 260 | include/asm-m68k/string.h | dest = cdest; |
dest | 264 | include/asm-m68k/string.h | if (n > 2 && (long) dest & 2) |
dest | 266 | include/asm-m68k/string.h | short *sdest = dest; |
dest | 269 | include/asm-m68k/string.h | dest = sdest; |
dest | 276 | include/asm-m68k/string.h | long *ldest = dest; |
dest | 282 | include/asm-m68k/string.h | dest = ldest; |
dest | 287 | include/asm-m68k/string.h | short *sdest = dest; |
dest | 290 | include/asm-m68k/string.h | dest = sdest; |
dest | 295 | include/asm-m68k/string.h | char *cdest = dest; |
dest | 302 | include/asm-m68k/string.h | dest = (char *) dest + n; |
dest | 304 | include/asm-m68k/string.h | if ((long) dest & 1) |
dest | 306 | include/asm-m68k/string.h | char *cdest = dest; |
dest | 309 | include/asm-m68k/string.h | dest = cdest; |
dest | 313 | include/asm-m68k/string.h | if (n > 2 && (long) dest & 2) |
dest | 315 | include/asm-m68k/string.h | short *sdest = dest; |
dest | 318 | include/asm-m68k/string.h | dest = sdest; |
dest | 325 | include/asm-m68k/string.h | long *ldest = dest; |
dest | 331 | include/asm-m68k/string.h | dest = ldest; |
dest | 336 | include/asm-m68k/string.h | short *sdest = dest; |
dest | 339 | include/asm-m68k/string.h | dest = sdest; |
dest | 344 | include/asm-m68k/string.h | char *cdest = dest; |
dest | 15 | include/asm-mips/string.h | extern __inline__ char * strcpy(char * dest, const char *src) |
dest | 17 | include/asm-mips/string.h | char *xdest = dest; |
dest | 29 | include/asm-mips/string.h | : "=r" (dest), "=r" (src) |
dest | 30 | include/asm-mips/string.h | : "0" (dest), "1" (src) |
dest | 37 | include/asm-mips/string.h | extern __inline__ char * strncpy(char *dest, const char *src, size_t n) |
dest | 39 | include/asm-mips/string.h | char *xdest = dest; |
dest | 57 | include/asm-mips/string.h | : "=r" (dest), "=r" (src), "=r" (n) |
dest | 58 | include/asm-mips/string.h | : "0" (dest), "1" (src), "2" (n) |
dest | 61 | include/asm-mips/string.h | return dest; |
dest | 165 | include/asm-mips/string.h | extern __inline__ void * memmove(void * dest,const void * src, size_t n) |
dest | 167 | include/asm-mips/string.h | void *xdest = dest; |
dest | 172 | include/asm-mips/string.h | if (dest < src) |
dest | 184 | include/asm-mips/string.h | : "=r" (dest), "=r" (src), "=r" (n) |
dest | 185 | include/asm-mips/string.h | : "0" (dest), "1" (src), "2" (n) |
dest | 199 | include/asm-mips/string.h | : "=r" (dest), "=r" (src), "=r" (n) |
dest | 200 | include/asm-mips/string.h | : "0" (dest+n), "1" (src+n), "2" (n) |
dest | 40 | include/linux/etherdevice.h | extern void eth_copy_and_sum(struct sk_buff *dest, |
dest | 25 | include/linux/tcp.h | __u16 dest; |
dest | 23 | include/linux/udp.h | unsigned short dest; |
dest | 20 | lib/string.c | char * strcpy(char * dest,const char *src) |
dest | 22 | lib/string.c | char *tmp = dest; |
dest | 24 | lib/string.c | while ((*dest++ = *src++) != '\0') |
dest | 31 | lib/string.c | char * strncpy(char * dest,const char *src,size_t count) |
dest | 33 | lib/string.c | char *tmp = dest; |
dest | 35 | lib/string.c | while (count-- && (*dest++ = *src++) != '\0') |
dest | 43 | lib/string.c | char * strcat(char * dest, const char * src) |
dest | 45 | lib/string.c | char *tmp = dest; |
dest | 47 | lib/string.c | while (*dest) |
dest | 48 | lib/string.c | dest++; |
dest | 49 | lib/string.c | while ((*dest++ = *src++) != '\0') |
dest | 57 | lib/string.c | char * strncat(char *dest, const char *src, size_t count) |
dest | 59 | lib/string.c | char *tmp = dest; |
dest | 62 | lib/string.c | while (*dest) |
dest | 63 | lib/string.c | dest++; |
dest | 64 | lib/string.c | while ((*dest++ = *src++)) { |
dest | 66 | lib/string.c | *dest = '\0'; |
dest | 220 | lib/string.c | char * bcopy(const char * src, char * dest, int count) |
dest | 222 | lib/string.c | char *tmp = dest; |
dest | 227 | lib/string.c | return dest; |
dest | 232 | lib/string.c | void * memcpy(void * dest,const void *src,size_t count) |
dest | 234 | lib/string.c | char *tmp = (char *) dest, *s = (char *) src; |
dest | 239 | lib/string.c | return dest; |
dest | 244 | lib/string.c | void * memmove(void * dest,const void *src,size_t count) |
dest | 248 | lib/string.c | if (dest <= src) { |
dest | 249 | lib/string.c | tmp = (char *) dest; |
dest | 255 | lib/string.c | tmp = (char *) dest + count; |
dest | 261 | lib/string.c | return dest; |
dest | 71 | net/802/tr.c | int tr_rebuild_header(void *buff, struct device *dev, unsigned long dest, |
dest | 82 | net/802/tr.c | if(arp_find(trh->daddr, dest, dev, dev->pa_addr, skb)) { |
dest | 769 | net/ax25/af_ax25.c | int ax25_send_frame(struct sk_buff *skb, ax25_address *src, ax25_address *dest, |
dest | 784 | net/ax25/af_ax25.c | if (ax25cmp(&ax25->source_addr, src) == 0 && ax25cmp(&ax25->dest_addr, dest) == 0 && ax25->device == dev) { |
dest | 801 | net/ax25/af_ax25.c | ax25->dest_addr = *dest; |
dest | 810 | net/ax25/af_ax25.c | ax25_rt_build_path(ax25, dest); |
dest | 1588 | net/ax25/af_ax25.c | ax25_address src, dest; |
dest | 1610 | net/ax25/af_ax25.c | if (ax25_parse_addr(skb->data, skb->len, &src, &dest, &dp, &type, &dama) == NULL) { |
dest | 1656 | net/ax25/af_ax25.c | build_ax25_addr(skb->data, &src, &dest, &dp, type, MODULUS); |
dest | 1679 | net/ax25/af_ax25.c | if (ax25cmp(&dest, dev_addr) == 0) |
dest | 1684 | net/ax25/af_ax25.c | if (!mine && nr_dev_get(&dest) != NULL) |
dest | 1691 | net/ax25/af_ax25.c | if ((raw = ax25_addr_match(&dest)) != NULL) |
dest | 1694 | net/ax25/af_ax25.c | if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) { |
dest | 1717 | net/ax25/af_ax25.c | if ((sk = ax25_find_socket(&dest, &src, SOCK_DGRAM)) != NULL) { |
dest | 1759 | net/ax25/af_ax25.c | if ((ax25 = ax25_find_cb(&dest, &src, dev)) != NULL) { |
dest | 1782 | net/ax25/af_ax25.c | ax25_return_dm(dev, &src, &dest, &dp); |
dest | 1790 | net/ax25/af_ax25.c | if ((sk = ax25_find_listener(&dest, dev, SOCK_SEQPACKET)) != NULL) { |
dest | 1794 | net/ax25/af_ax25.c | ax25_return_dm(dev, &src, &dest, &dp); |
dest | 1819 | net/ax25/af_ax25.c | ax25_return_dm(dev, &src, &dest, &dp); |
dest | 1829 | net/ax25/af_ax25.c | ax25_return_dm(dev, &src, &dest, &dp); |
dest | 1837 | net/ax25/af_ax25.c | ax25->source_addr = dest; |
dest | 2112 | net/ax25/af_ax25.c | ax25_address dest; |
dest | 2119 | net/ax25/af_ax25.c | ax25_parse_addr(skb->data, skb->len, NULL, &dest, &digi, NULL, &dama); |
dest | 2126 | net/ax25/af_ax25.c | sax->sax25_call = dest; |
dest | 2536 | net/ax25/af_ax25.c | int ax25_rebuild_header(unsigned char *bp, struct device *dev, unsigned long dest, struct sk_buff *skb) |
dest | 2541 | net/ax25/af_ax25.c | if (arp_find(bp + 1, dest, dev, dev->pa_addr, skb)) |
dest | 584 | net/ax25/ax25_route.c | ax25_address src, dest; |
dest | 605 | net/ax25/ax25_route.c | memcpy(&dest, skb->data , AX25_ADDR_LEN); |
dest | 610 | net/ax25/ax25_route.c | build_ax25_addr(bp, &src, &dest, ax25_rt->digipeat, C_COMMAND, MODULUS); |
dest | 253 | net/ax25/ax25_subr.c | void ax25_return_dm(struct device *dev, ax25_address *src, ax25_address *dest, ax25_digi *digi) |
dest | 279 | net/ax25/ax25_subr.c | dptr += build_ax25_addr(dptr, dest, src, &retdigi, C_RESPONSE, MODULUS); |
dest | 336 | net/ax25/ax25_subr.c | unsigned char *ax25_parse_addr(unsigned char *buf, int len, ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, int *dama) |
dest | 357 | net/ax25/ax25_subr.c | if (dest != NULL) |
dest | 358 | net/ax25/ax25_subr.c | memcpy(dest, buf + 0, AX25_ADDR_LEN); |
dest | 392 | net/ax25/ax25_subr.c | int build_ax25_addr(unsigned char *buf, ax25_address *src, ax25_address *dest, ax25_digi *d, int flag, int modulus) |
dest | 397 | net/ax25/ax25_subr.c | memcpy(buf, dest, AX25_ADDR_LEN); |
dest | 266 | net/ethernet/eth.c | void eth_copy_and_sum(struct sk_buff *dest, unsigned char *src, int length, int base) |
dest | 269 | net/ethernet/eth.c | memcpy(dest->data,src,length); |
dest | 275 | net/ethernet/eth.c | IS_SKB(dest); |
dest | 276 | net/ethernet/eth.c | eth=(struct ethhdr *)dest->data; |
dest | 279 | net/ethernet/eth.c | memcpy(dest->data,src,length); |
dest | 288 | net/ethernet/eth.c | memcpy(dest->data,src,sizeof(struct iphdr)+ETH_HLEN); /* ethernet is always >= 34 */ |
dest | 297 | net/ethernet/eth.c | dest->csum=csum_partial_copy(src+sizeof(struct iphdr)+ETH_HLEN,dest->data+sizeof(struct iphdr)+ETH_HLEN,length,base); |
dest | 298 | net/ethernet/eth.c | dest->ip_summed=1; |
dest | 920 | net/ipv4/af_inet.c | sk->dummy_th.dest = 0; |
dest | 1105 | net/ipv4/af_inet.c | sin->sin_port = sk->dummy_th.dest; |
dest | 1360 | net/ipv4/af_inet.c | if (s->dummy_th.dest) { |
dest | 1361 | net/ipv4/af_inet.c | if (s->dummy_th.dest != rnum) |
dest | 1439 | net/ipv4/af_inet.c | if (s->dummy_th.dest != rnum && s->dummy_th.dest != 0) |
dest | 285 | net/ipv4/ip_fw.c | dst_port=ntohs(tcp->dest); |
dest | 300 | net/ipv4/ip_fw.c | dst_port=ntohs(udp->dest); |
dest | 67 | net/ipv4/proc.c | unsigned long dest, src; |
dest | 88 | net/ipv4/proc.c | dest = sp->daddr; |
dest | 90 | net/ipv4/proc.c | destp = sp->dummy_th.dest; |
dest | 114 | net/ipv4/proc.c | i, src, srcp, dest, destp, sp->state, |
dest | 513 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr); |
dest | 1152 | net/ipv4/tcp.c | if (addr->sin_port != sk->dummy_th.dest) |
dest | 1250 | net/ipv4/tcp.c | sin->sin_port=sk->dummy_th.dest; |
dest | 1543 | net/ipv4/tcp.c | sin->sin_port=sk->dummy_th.dest; |
dest | 1896 | net/ipv4/tcp.c | sk->dummy_th.dest = usin->sin_port; |
dest | 448 | net/ipv4/tcp_input.c | newsk->dummy_th.source = skb->h.th->dest; |
dest | 449 | net/ipv4/tcp_input.c | newsk->dummy_th.dest = skb->h.th->source; |
dest | 1046 | net/ipv4/tcp_input.c | sk->dummy_th.dest=th->source; |
dest | 1631 | net/ipv4/tcp_input.c | sk = get_tcp_sock(saddr, th->source, daddr, th->dest); |
dest | 1793 | net/ipv4/tcp_input.c | sk->dummy_th.dest=th->source; |
dest | 1815 | net/ipv4/tcp_input.c | sk->dummy_th.dest==th->dest) |
dest | 1862 | net/ipv4/tcp_input.c | sk=get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
dest | 548 | net/ipv4/tcp_output.c | t1->dest = th->source; |
dest | 549 | net/ipv4/tcp_output.c | t1->source = th->dest; |
dest | 720 | net/ipv4/tcp_output.c | t1->dest = skb->h.th->source; |
dest | 164 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr); |
dest | 310 | net/ipv4/udp.c | ufh.uh.dest = sin->sin_port; |
dest | 367 | net/ipv4/udp.c | sin.sin_port = sk->dummy_th.dest; |
dest | 566 | net/ipv4/udp.c | sk->dummy_th.dest = usin->sin_port; |
dest | 692 | net/ipv4/udp.c | ntohl(daddr),ntohs(uh->dest), |
dest | 718 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
dest | 726 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
dest | 742 | net/ipv4/udp.c | if(saddr==uh_cache_saddr && daddr==uh_cache_daddr && uh->dest==uh_cache_dport && uh->source==uh_cache_sport) |
dest | 746 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr); |
dest | 749 | net/ipv4/udp.c | uh_cache_dport=uh->dest; |
dest | 952 | net/netrom/af_netrom.c | ax25_address *src, *dest, *user; |
dest | 964 | net/netrom/af_netrom.c | dest = (ax25_address *)(skb->data + 7); |
dest | 1001 | net/netrom/af_netrom.c | sk = nr_find_listener(dest); |
dest | 1016 | net/netrom/af_netrom.c | make->nr->source_addr = *dest; |