Searched defs:__yy_bcopy (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/ns-eel2/ |
H A D | nseel-caltab.c | 171 #define __yy_bcopy(from,to,count) memcpy(to,from,(count)>0?(count):0) macro
|
/dports/math/xspread/xspread-3.1.1c.orig/ |
H A D | gram.c | 1154 #define __yy_bcopy(FROM,TO,COUNT) __builtin_memcpy(TO,FROM,COUNT) macro 1161 __yy_bcopy (from, to, count) in __yy_bcopy() function 1179 __yy_bcopy (char *from, char *to, int count) in __yy_bcopy() function
|
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/ |
H A D | RelParser.cpp | 828 #define __yy_bcopy(FROM,TO,COUNT) __builtin_memcpy(TO,FROM,COUNT) macro 835 static void __yy_bcopy (char *from, char *to, int count) in __yy_bcopy() function
|
/dports/textproc/html2text/html2text-1.3.2a/ |
H A D | HTMLParser.C | 1658 #define __yy_bcopy(FROM,TO,COUNT) __builtin_memcpy(TO,FROM,COUNT) macro 1665 static void __yy_bcopy (char *from, char *to, int count) in __yy_bcopy() function
|
/dports/graphics/vcg/vcg.1.30/src/preconf/ |
H A D | y.tab.c | 3107 #define __yy_bcopy(FROM,TO,COUNT) __builtin_memcpy(TO,FROM,COUNT) macro 3114 __yy_bcopy (from, to, count) in __yy_bcopy() function 3132 __yy_bcopy (char *from, char *to, int count) in __yy_bcopy() function
|
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/ |
H A D | syntax.c | 3101 #define __yy_bcopy(FROM,TO,COUNT) __builtin_memcpy(TO,FROM,COUNT) macro 3108 __yy_bcopy (from, to, count) in __yy_bcopy() function 3126 __yy_bcopy (char *from, char *to, int count) in __yy_bcopy() function
|