Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c415 # define YYCOPY(Dst, Src, Count) \ argument
416 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
418 # define YYCOPY(Dst, Src, Count) \ argument
423 (Dst)[yyi] = (Src)[yyi]; \
Dzconf.tab.c_shipped415 # define YYCOPY(Dst, Src, Count) \
416 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
418 # define YYCOPY(Dst, Src, Count) \
423 (Dst)[yyi] = (Src)[yyi]; \
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped424 # define YYCOPY(Dst, Src, Count) \
425 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
427 # define YYCOPY(Dst, Src, Count) \
432 (Dst)[yyi] = (Src)[yyi]; \
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped421 # define YYCOPY(Dst, Src, Count) \
422 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
424 # define YYCOPY(Dst, Src, Count) \
429 (Dst)[yyi] = (Src)[yyi]; \