Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c818 # define YYCOPY(Dst, Src, Count) \ argument
819 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
821 # define YYCOPY(Dst, Src, Count) \ argument
826 (Dst)[yyi] = (Src)[yyi]; \