HomeSort by: relevance | last modified time | path
    Searched defs:gv (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 133 GenericValue gv = EE->runFunction(FooF, noargs); local
136 outs() << "Result: " << gv.IntVal << "\n";
  /src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainFDriver.cpp 170 GenericValue gv = ee->runFunction(brainf_func, args); local
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_rfgain.c 67 GAIN_VALUES *gv = &ahp->ah_gainValues; local
71 gv->currStepNum = gainLadder5112.defaultStepNum;
72 gv->currStep =
74 gv->active = AH_TRUE;
75 gv->loTrig = 20;
76 gv->hiTrig = 85;
78 gv->currStepNum = gainLadder.defaultStepNum;
79 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
80 gv->active = AH_TRUE;
81 gv->loTrig = 20
246 GAIN_VALUES *gv = &ahp->ah_gainValues; local
280 GAIN_VALUES *gv = &ahp->ah_gainValues; local
    [all...]
ar5112.c 192 GAIN_VALUES *gv = &ahp->ah_gainValues; local
257 gv->currStep->paramVal[GP_PWD_138], 1, 168, 3);
259 gv->currStep->paramVal[GP_PWD_137], 1, 169, 3);
261 gv->currStep->paramVal[GP_PWD_136], 1, 170, 3);
263 gv->currStep->paramVal[GP_PWD_132], 1, 174, 3);
265 gv->currStep->paramVal[GP_PWD_131], 1, 175, 3);
267 gv->currStep->paramVal[GP_PWD_130], 1, 176, 3);
301 gv->currStep->paramVal[GP_MIXGAIN_OVR], 2, 37, 0);
  /src/usr.sbin/grfconfig/
grfconfig.c 77 struct grfvideo_mode gv[1]; local
170 gv->pixel_clock = atoi(cps[1]);
171 gv->disp_width = atoi(cps[2]);
172 gv->disp_height = atoi(cps[3]);
173 gv->depth = atoi(cps[4]);
174 gv->hblank_start = atoi(cps[5]);
175 gv->hsync_start = atoi(cps[6]);
176 gv->hsync_stop = atoi(cps[7]);
177 gv->htotal = atoi(cps[8]);
178 gv->vblank_start = atoi(cps[9])
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp 253 GenericValue gv = p->EE->runFunction(p->F, Args); local
255 return (void*)(intptr_t)gv.IntVal.getZExtValue();
  /src/bin/csh/
set.c 328 struct varent *gv = getvx(vp, subscr); local
330 asx(vp, subscr, operate(op, gv->vec[subscr - 1], p));
func.c 1368 static Char **gv = NULL; variable
1378 savegv = gv;
1393 gv = v = globall(v);
1400 gv = NULL;
1434 if (gv)
1435 blkfree(gv), gv = NULL; local
1437 gv = savegv;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 383 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(v)) {
384 StringRef Section = GV->getSection();
386 addObjCClass(GV);
391 addObjCCategory(GV);
396 addObjCClassRef(GV);
427 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
428 if (gv && gv->isConstant())
571 auto *GV = Sym.dyn_cast<GlobalValue *>();
578 if (!GV) {
    [all...]
  /src/external/gpl2/gmake/dist/
variable.c 900 struct variable *gv;
902 gv = lookup_variable_in_set (v->name, strlen(v->name),
904 if (gv)
905 v->export = gv->export;
890 struct variable *gv; local
read.c 1845 struct variable *gv;
1848 gv = lookup_variable (v->name, len);
1849 if (gv && (gv->origin == o_env_override || gv->origin == o_command))
1853 v->value = xstrdup (gv->value);
1854 v->origin = gv->origin;
1855 v->recursive = gv->recursive;
1837 struct variable *gv; local
  /src/sys/arch/amiga/dev/
grf_cl.c 672 struct grfvideo_mode *gv; local
687 gv = monitor_def + (vm->mode_num - 1);
688 if (gv->mode_num == 0)
691 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1098 cl_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1102 if (!cl_mondefok(gv))
1107 if (gv->mode_num == 255) {
1108 memcpy(&clconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1109 clconsole_mode.gv.hblank_start /= 8
1413 struct grfvideo_mode *gv; local
    [all...]
grf_cv3d.c 825 struct grfvideo_mode *gv; local
840 gv = monitor_def + (vm->mode_num - 1);
841 if (gv->mode_num == 0)
844 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1001 cv3d_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1005 if (!cv3d_mondefok(gv))
1010 if (gv->mode_num == 255) {
1011 memcpy(&cv3dconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1012 cv3dconsole_mode.gv.hblank_start /= 8
1209 struct grfvideo_mode *gv; local
    [all...]
grf_et.c 631 struct grfvideo_mode *gv; local
646 gv = monitor_def + (vm->mode_num - 1);
647 if (gv->mode_num == 0)
650 memcpy(vm, gv, sizeof(struct grfvideo_mode));
870 et_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
874 if (!et_mondefok(gv))
879 if (gv->mode_num == 255) {
880 memcpy(&etconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
881 etconsole_mode.gv.hblank_start /= 8
1132 struct grfvideo_mode *gv; local
    [all...]
grf_clreg.h 47 * without worry. If gv.depth == 4, then the extended
51 struct grfvideo_mode gv; member in struct:grfcltext_mode
309 int cl_load_mon(struct grf_softc *gp, struct grfcltext_mode *gv);
grf_cv.c 904 struct grfvideo_mode *gv; local
919 gv = monitor_def + (vm->mode_num - 1);
920 if (gv->mode_num == 0)
923 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1080 cv_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1084 if (!cv_mondefok(gv))
1089 if (gv->mode_num == 255) {
1090 memcpy(&cvconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1091 cvconsole_mode.gv.hblank_start /= 8
1295 struct grfvideo_mode *gv; local
    [all...]
grf_cvreg.h 45 * without worry. If gv.depth == 4, then the extended
50 struct grfvideo_mode gv; member in struct:grfcvtext_mode
grf_etreg.h 48 * without worry. If gv.depth == 4, then the extended
52 struct grfvideo_mode gv; member in struct:grfettext_mode
385 int et_load_mon(struct grf_softc *gp, struct grfettext_mode *gv);
grf_cv3dreg.h 43 * without worry. If gv.depth == 4, then the extended
48 struct grfvideo_mode gv; member in struct:grfcv3dtext_mode
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 68 u16 rv, gv, bv, av; member in struct:color_conversion
131 * 11 bit fields (ry, by, ru, gu, gv)
196 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
206 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
216 .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
226 .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
236 .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
246 .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
256 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
266 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1932 GAIN_VALUES *gv = &ahp->ah_gainValues; local
1935 gv->currStepNum = gainLadder.defaultStepNum;
1936 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
1937 gv->active = AH_TRUE;
1938 gv->loTrig = 20;
1939 gv->hiTrig = 35;
1943 ar5211InvalidGainReadback(struct ath_hal *ah, GAIN_VALUES *gv)
1956 gv->loTrig = L1;
1957 gv->hiTrig = L4+5;
1965 gv->loTrig = L1 + DYN_ADJ_LO_MARGIN
1997 GAIN_VALUES *gv = &ahp->ah_gainValues; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1122 GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE); local
1123 if (isGV(gv)) {
1124 HV *hv = GvHVn(gv);
1148 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); local
1149 if (!isGV(gv))
1150 gv_init(gv, stash, "OWNER", 5, FALSE)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 5059 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar)); local
5060 if (gv) {
5062 gv->name = (char *)malloc(size);
5063 if (gv->name) {
5064 strncpy(gv->name,name,size);
5065 gv->get_attr = get_attr;
5066 gv->set_attr = set_attr;
5067 gv->next = v->vars;
5070 v->vars = gv;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 302 void CodeGenModule::addGlobalValReplacement(llvm::GlobalValue *GV, llvm::Constant *C) {
303 GlobalValReplacements.push_back(std::make_pair(GV, C));
308 llvm::GlobalValue *GV = I.first;
311 GV->replaceAllUsesWith(C);
312 GV->eraseFromParent();
353 const llvm::GlobalValue *GV = getAliasedGlobal(*Alias);
354 if (!GV) {
357 } else if (GV->isDeclaration()) {
364 GV->getType()->getPointerElementType());
392 << GV->getName() << GA->getName() << IsIFunc
2463 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false, local
2476 auto *gv = local
    [all...]

Completed in 62 milliseconds