Home
last modified time | relevance | path

Searched refs:From (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Darith.c266 # define YYCOPY(To, From, Count) \ argument
267 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
269 # define YYCOPY(To, From, Count) \ argument
274 (To)[yyi] = (From)[yyi]; \