Home
last modified time | relevance | path

Searched defs:gv (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c67 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 Dar5112.c194 GAIN_VALUES *gv = &ahp->ah_gainValues; in ar5112SetRfRegs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp99 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 DNVPTXAsmPrinter.cpp690 static bool canDemoteGlobalVar(const GlobalVariable *gv, Function const *&f) { in canDemoteGlobalVar()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1912 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 Ded.inputl.c614 Char **gv; in doeval1() local
H A Dsh.set.c456 struct varent *gv = getvx(vp, subscr); in dolet() local
H A Dsh.func.c2469 Char **gv; local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp427 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp699 GlobalVariable *gv = dyn_cast<GlobalVariable>(value_symbol.second); in RewriteObjCConstStrings() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3279 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 Damd_reg.h290 u_int gv:1; /* Guest Translation Valid */ member