Searched defs:gv (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_rfgain.c | 67 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5212InitializeGainValues() local 123 ar5212InvalidGainReadback(struct ath_hal *ah, GAIN_VALUES *gv) in ar5212InvalidGainReadback() 179 ar5212IsGainAdjustNeeded(struct ath_hal *ah, const GAIN_VALUES *gv) in ar5212IsGainAdjustNeeded() 188 ar5212AdjustGain(struct ath_hal *ah, GAIN_VALUES *gv) in ar5212AdjustGain() 252 const GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5212GetGainFCorrection() local 282 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5212GetRfgain() local
|
H A D | ar5112.c | 194 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5112SetRfRegs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 99 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD() 133 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() 156 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() 172 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local 183 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local 226 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local 253 if(const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isManaged() local
|
H A D | NVPTXAsmPrinter.cpp | 690 static bool canDemoteGlobalVar(const GlobalVariable *gv, Function const *&f) { in canDemoteGlobalVar()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 1912 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5211InitializeGainValues() local 1923 ar5211InvalidGainReadback(struct ath_hal *ah, GAIN_VALUES *gv) in ar5211InvalidGainReadback() 1977 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5211GetRfgain() local 2013 ar5211IsGainAdjustNeeded(struct ath_hal *ah, const GAIN_VALUES *gv) in ar5211IsGainAdjustNeeded() 2022 ar5211AdjustGain(struct ath_hal *ah, GAIN_VALUES *gv) in ar5211AdjustGain() 2075 ar5211SetRfgain(struct ath_hal *ah, const GAIN_VALUES *gv) in ar5211SetRfgain()
|
/freebsd/contrib/tcsh/ |
H A D | ed.inputl.c | 614 Char **gv; in doeval1() local
|
H A D | sh.set.c | 456 struct varent *gv = getvx(vp, subscr); in dolet() local
|
H A D | sh.func.c | 2469 Char **gv; local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 427 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 699 GlobalVariable *gv = dyn_cast<GlobalVariable>(value_symbol.second); in RewriteObjCConstStrings() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3279 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false, in EmitGlobalAnnotations() local 3292 auto *gv = new llvm::GlobalVariable( in EmitAnnotationString() local
|
/freebsd/sys/x86/iommu/ |
H A D | amd_reg.h | 290 u_int gv:1; /* Guest Translation Valid */ member
|