Searched refs:FWD (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregexec.c40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) macro
64 #undef FWD macro
89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
H A Dengine.c837 FWD(aft, bef, 1);
841 FWD(aft, bef, 1);
845 FWD(aft, bef, 1);
849 FWD(aft, bef, 1);
853 FWD(aft, bef, 1);
857 FWD(aft, bef, 1);
862 FWD(aft, bef, 1);
866 FWD(aft, aft, 1);
869 FWD(aft, aft, 1);
872 FWD(af
[all...]
/barrelfish-master/lib/libc/regex/
H A Dengine.c1004 FWD(aft, bef, 1);
1008 FWD(aft, bef, 1);
1012 FWD(aft, bef, 1);
1016 FWD(aft, bef, 1);
1020 FWD(aft, bef, 1);
1024 FWD(aft, bef, 1);
1029 FWD(aft, bef, 1);
1033 FWD(aft, aft, 1);
1036 FWD(aft, aft, 1);
1039 FWD(af
[all...]
H A Dregexec.c116 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
143 #undef FWD macro
170 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro

Completed in 31 milliseconds