Searched refs:lfrom (Results 1 – 2 of 2) sorted by relevance
34 const long *lfrom = from; in memcpy() local36 *lto++ = *lfrom++; in memcpy()38 from = lfrom; in memcpy()
111 const long *lfrom = from; in memcpy() local131 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()132 : "0" (lfrom), "1" (lto), "2" (temp)); in memcpy()134 from = lfrom; in memcpy()