Searched defs:MS (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/tools/tools/ath/athalq/
H A Dar5210_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
H A Dar5211_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
H A Dar5212_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
H A Dar5416_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
H A Dar9300_ds.c38 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
H A Dar5416_ds_tdma.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) macro
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi.c231 uint64_t MS = cvmx_clock_get_rate(CVMX_CLOCK_CORE) / 1000; local
441 uint64_t MS = cvmx_clock_get_rate(CVMX_CLOCK_CORE) / 1000; local
512 uint64_t MS = cvmx_clock_get_rate(CVMX_CLOCK_CORE) / 1000; local
579 uint64_t MS = cvmx_clock_get_rate(CVMX_CLOCK_CORE) / 1000; local
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_sta.c1094 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
1124 #undef MS macro
H A Dieee80211_superg.c250 #define MS(x,f) (((x) & f) >> f##_S) macro
328 #undef MS macro
H A Dieee80211_ioctl.c790 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
1140 #undef MS macro
H A Dieee80211_ht.c54 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DDebugInfo.h245 const MDString *MS = cast<MDString>(Val); local
261 const MDString *MS = cast<MDString>(Val); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp833 const Function *MS = CS.getCalledFunction(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1000 const MemSpaceRegion *MS = R->getMemorySpace(); local
1157 const MemSpaceRegion *MS = MR->getMemorySpace(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1053 const MemSpaceRegion *MS = getMemorySpace(); local
H A DRegionStore.cpp1736 const MemSpaceRegion *MS = R->getMemorySpace(); local
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx.c2508 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
2551 #undef MS macro
/freebsd-10-stable/sys/dev/malo/
H A Dif_malo.c959 #define MS(v,x) (((v) & x) >> x##_S) macro
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2357 MatchStateUpdater(SelectionDAG &DAG, SmallVectorImpl<std::pair<SDValue, SDNode*> > &RN, SmallVectorImpl<MatchScope> &MS) argument
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c204 #define MS (WWV_SEC / 1000) /* samples per millisecond */ macro
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp487 MemorySanitizer &MS; member in struct:__anon2745::MemorySanitizerVisitor
512 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) argument
2165 MemorySanitizer &MS; member in struct:__anon2745::VarArgAMD64Helper
2172 VarArgAMD64Helper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
2313 VarArgNoOpHelper(Function &F, MemorySanitizer &MS, MemorySanitizerVisitor &MSV) argument
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h573 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) macro
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) macro
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwn.c5897 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
5923 #undef MS macro
/freebsd-10-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c103 MS, enumerator in enum:__anon26

Completed in 265 milliseconds

12