Searched refs:Src (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 415 # 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]; \
|
D | zconf.tab.c_shipped | 415 # 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/ |
D | parse.tab.c_shipped | 424 # 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/ |
D | dtc-parser.tab.c_shipped | 421 # define YYCOPY(Dst, Src, Count) \ 422 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) 424 # define YYCOPY(Dst, Src, Count) \ 429 (Dst)[yyi] = (Src)[yyi]; \
|