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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(af
[all...]
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD macro
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregexec.c79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) macro
103 #undef FWD macro
128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
H A Dengine.c873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(af
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c913 FWD(aft, bef, 1);
917 FWD(aft, bef, 1);
921 FWD(aft, bef, 1);
925 FWD(aft, bef, 1);
929 FWD(aft, bef, 1);
933 FWD(aft, bef, 1);
938 FWD(aft, bef, 1);
942 FWD(aft, aft, 1);
945 FWD(aft, aft, 1);
948 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
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y65 %token FWD
110 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
243 | FWD number simple
H A Dlex.cpp88 { "fwd", FWD },

Completed in 120 milliseconds