Searched refs:FWD (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/ereg/regex/ |
H A D | engine.c | 837 FWD(aft, bef, 1); 841 FWD(aft, bef, 1); 866 FWD(aft, aft, 1); 869 FWD(aft, aft, 1); 872 FWD(aft, aft, 1); 882 FWD(aft, aft, 1); 886 FWD(aft, aft, 1); 890 FWD(aft, aft, 1); 893 FWD(aft, aft, 1); 907 FWD(aft, aft, 1); [all …]
|
H A D | regexec.c | 40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) macro 64 #undef FWD 89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 7485 # http://thestarman.pcministry.com/asm/2bytejumps.htm#FWD
|
Completed in 47 milliseconds