Searched defs:FWD (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 488 const FunctionWithDependencies &FWD) { in doPartitioning() 675 for (const auto &FWD : WorkList) { in splitAMDGPUModule() local 701 for (const auto &FWD : WorkList) { in splitAMDGPUModule() local
|
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) macro 128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro 125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
|
/freebsd/lib/libc/regex/ |
H A D | regexec.c | 110 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro 164 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
|