Home
last modified time | relevance | path

Searched refs:devi (Results 1 – 25 of 994) sorted by relevance

12345678910>>...40

/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBAlloc.c318 for (i = 0, devli = devi->leds; i < devi->num_leds; i++, devli++) { in XkbAddDeviceLedInfo()
322 if (devi->num_leds >= devi->sz_leds) { in XkbAddDeviceLedInfo()
327 _XkbResizeArray(devi->leds, devi->num_leds, devi->sz_leds, in XkbAddDeviceLedInfo()
330 devi->sz_leds = devi->num_leds = 0; in XkbAddDeviceLedInfo()
340 devli = &devi->leds[devi->num_leds++]; in XkbAddDeviceLedInfo()
352 if ((devi->btn_acts != NULL) && (newTotal == devi->num_btns)) in XkbResizeDeviceButtonActions()
370 act = &devi->btn_acts[devi->num_btns]; in XkbResizeDeviceButtonActions()
412 return devi; in XkbAllocDeviceInfo()
419 if (devi) { in XkbFreeDeviceInfo()
437 devi->sz_leds = devi->num_leds = 0; in XkbFreeDeviceInfo()
[all …]
H A DXKBExtDev.c192 >= devi->num_btns) in _XkbReadGetDeviceInfoReply()
198 _XkbFree(devi->name); in _XkbReadGetDeviceInfoReply()
242 XkbDeviceInfoPtr devi; in XkbGetDeviceInfo() local
263 if (devi) { in XkbGetDeviceInfo()
273 devi = NULL; in XkbGetDeviceInfo()
278 return devi; in XkbGetDeviceInfo()
357 if (!devi) in XkbGetDeviceButtonActions()
375 devi->type = rep.devType; in XkbGetDeviceButtonActions()
401 if (!devi) in XkbGetDeviceLedInfo()
458 for (devli = &devi->leds[0], i = 0; i < devi->num_leds; i++, devli++) { in _InitLedStuff()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dpack.c99 static int sameas(struct devi *, struct devi *);
110 struct devi *i; in pack()
141 struct devi *firststar, *i, **ip, *l, *p; in packdevi()
224 sameas(struct devi *i1, struct devi *i2) in sameas()
242 struct devi **p, *i; in packlocs()
330 p1 = (*(const struct devi * const *)a)->i_pspec; in loclencmp()
333 p2 = (*(const struct devi * const *)b)->i_pspec; in loclencmp()
H A Ddefs.h271 struct devi *d_ihead; /* first instance, if any */
272 struct devi **d_ipp; /* used for tacking on more instances */
286 struct devi *d_ihead; /* first instance, if any */
287 struct devi **d_ipp; /* used for tacking on more instances */
300 struct devi { struct
305 TAILQ_ENTRY(devi) i_next; /* list of all instances */ argument
306 struct devi *i_bsame; /* list on same base */ argument
307 struct devi *i_asame; /* list on same base attachment */ argument
308 struct devi *i_alias; /* other aliases of this instance */ argument
477 TAILQ_HEAD(devitq, devi);
[all …]
H A Dmkioconf.c137 n1 = (*(const struct devi * const *)a)->i_cfindex; in cforder()
138 n2 = (*(const struct devi * const *)b)->i_cfindex; in cforder()
367 struct devi **p, *i; in emitcfdata()
458 struct devi **p, *i; in emitroots()
479 struct devi *i; in emitpseudo()
H A Dsem.c1091 static struct devi *
1094 struct devi *i; in newdevi()
1271 struct devi *firsti, *i; in deldevi()
1474 struct devi *i, *j; in deldeva()
1571 struct devi *firsti, *i; in deldev()
1626 struct devi *i; in addpseudoroot()
1699 struct devi *i; in addpseudo()
1727 struct devi *i; in delpseudo()
1796 struct devi *i; in fixdevis()
1859 static struct devi *
[all …]
/dports/comms/acfax/acfax/
H A Dmod_demod.c114 void set_modem_param(int filter, int maxval, int devi) in set_modem_param() argument
122 if (devi < 100) devi = 100; in set_modem_param()
123 if (devi > 1200) devi = 1200; in set_modem_param()
126 phmax = 255.9 * sin(devi * PI / 4000.0) + 0.5; in set_modem_param()
133 asntab[i] = maxval * 2000 / devi * asin((i-256.0)/256.5) / PI in set_modem_param()
141 fmphsinc[i] = devi / 2000.0 * 65536; in set_modem_param()
H A Dsblaster.c138 void setup_mode(int mode, int maxval, int devi, unsigned *smplf) in setup_mode() argument
164 if (devi) { in setup_mode()
165 adevi = devi; in setup_mode()
172 if ((mode & FIL_MASK) | (devi) | (maxval)) { in setup_mode()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/
H A DControllerEmu.cpp40 void EmulatedController::UpdateReferences(const ControllerInterface& devi) in UpdateReferences() argument
42 m_default_device_is_connected = devi.HasConnectedDevice(m_default_device); in UpdateReferences()
44 ciface::ExpressionParser::ControlEnvironment env(devi, GetDefaultDevice(), m_expression_vars); in UpdateReferences()
74 void EmulatedController::UpdateSingleControlReference(const ControllerInterface& devi, in UpdateSingleControlReference() argument
77 ciface::ExpressionParser::ControlEnvironment env(devi, GetDefaultDevice(), m_expression_vars); in UpdateSingleControlReference()
/dports/databases/grass7/grass-7.8.6/vector/v.surf.rst/
H A Dmain.c90 static char *devi = NULL; variable
232 parm.devi->key = "deviations"; in main()
233 parm.devi->required = NO; in main()
235 parm.devi->guisection = _("Outputs"); in main()
395 devi = parm.devi->answer; in main()
423 if (devi) { in main()
424 if (Vect_legal_filename(devi) == -1) in main()
426 devi); in main()
596 if (devi != NULL || cvdev != NULL) { in main()
602 if (devi != NULL) { in main()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.vol.rst/
H A Dmain.c164 const char *devi; variable
222 *cellinp, *cellout, *devi; in main() member
290 parm.devi->key = "deviations"; in main()
291 parm.devi->required = NO; in main()
293 parm.devi->guisection = _("Outputs"); in main()
451 devi = parm.devi->answer; in main()
481 if (cv && devi != NULL) in main()
575 if (devi != NULL || cvdev != NULL) { in main()
580 if (devi != NULL) { in main()
581 if (Vect_open_new(&Map, devi, 1) < 0) in main()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/wvdecrypter/
H A DREADME.md5 … most operating systems it is necessary to provide third part software ([lib]w\*devi\*ecdm.dll/so).
28 - search your system for [lib]w\*devi\*ecdm.dll/so (asterix's must be replaced) and copy it also in…
31 - automate things with [lib]w\*devi\*ecdm.dll/so
32 - remove the need copying [lib]w\*devi\*ecdm.dll/so
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dnetlist_funcs.c39 static void nlfd_fet_acc(netlistfunc_t *nm, int devi, int termi, float *nodeprops) in nlfd_fet_acc() argument
44 f=list_data(&(nm->entity->l),devi); in nlfd_fet_acc()
56 static void nlfd_fet_dist(netlistfunc_t *nm, int devi, int termi, float *nodeprops) in nlfd_fet_dist() argument
62 f=list_data(&(nm->entity->l),devi); in nlfd_fet_dist()
H A Dnetlist.c82 v.devi=0; in netlist_termptr_null()
98 t.devi=dev; in netlist_termptr()
105 { return t.devi; } in netlist_termptr_devi()
120 return NETLIST_TERM(nl,t.devt,t.devi,t.termi); in netlist_termptr_deref()
127 return t.devi; in netlist_node_termptr()
326 nt=NETLIST_TERM(nl,t.devt,t.devi,1); /* tail ptr */ in netlist_fixup()
327 npn1=NETLIST_TERM(nl,t.devt,t.devi,1)=netlist_termptr(j,k,i); in netlist_fixup()
328 NETLIST_TERM(nl,nt.devt,nt.devi,nt.termi)=npn1; /* also links n[0] */ in netlist_fixup()
504 fprintf(dbg," [%i %s.%i]",t.devi,nl->e[t.devt].sym,t.termi); in netlist_debug_()
H A Dnetlist_dev.h71 #define DEVP_NODE(nl,t) list_data(&((nl)->e[DEVT_NODE].l),(t).devi)
74 #define DEVP_FET(nl,t) list_data(&((nl)->e[DEVT_FET].l),(t).devi)
77 #define DEVP_CAP(nl,t) list_data(&((nl)->e[DEVT_CAP].l),(t).devi)
H A Dnetlist.h107 unsigned devi: TERMPTR_BITS_DEVI; member
178 #define DEVP(nl,t) list_data(&((nl)->e[(t).devt].l),(t).devi)
215 void (*accumulate)(struct netlistfunc_st *nm, int devi, int termi, float *nodeprops);
216 void (*distribute)(struct netlistfunc_st *nm, int devi, int termi, float *nodeprops);
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dos_dec.c301 device_info_t devi; in pthru_open() local
303 if (ioctl(fd, DEVGETINFO, &devi) >= 0) { in pthru_open()
304 bus = devi.v1.businfo.bus.scsi.bus_num; in pthru_open()
305 target = devi.v1.businfo.bus.scsi.tgt_id; in pthru_open()
306 lun = devi.v1.businfo.bus.scsi.lun; in pthru_open()
/dports/games/scid/scid/engines/phalanx-scid/
H A Devaluate.c109 int devi[MAXPLY]; variable
115 devi[Ply] = devi[Ply-1]*2/3 + abs(psnl[Ply])/8; in approx_eval()
116 if( G[Counter-1].m.in2 ) devi[Ply] += 60; else devi[Ply] += 40; in approx_eval()
175 devi[Ply] = 0; in static_eval()
415 if( result-devi[Ply] >= Beta ) in evaluate()
418 if( result-devi[Ply] > Alpha ) in evaluate()
419 Alpha = result-devi[Ply]; in evaluate()
728 if( ( result < Beta+devi[Ply] && result > Alpha-devi[Ply] ) in evaluate()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/lib/Devel/NYTProf/
H A DUtil.pm230 my @devi = map { abs($_ - $median_value) } @values;
231 my $median_devi = [sort { $a <=> $b } @devi]->[@devi / 2];
/dports/misc/libpostal/libpostal-1.1-alpha/resources/numex/
H A Dlv.yaml118 name: "deviņi"
126 name: "deviņas"
192 name: "deviņpadsmit"
260 name: "deviņdesmit"
348 name: "deviņsimt"
472 name: "deviņtūkstoš"
/dports/textproc/libnumbertext/libnumbertext-1.0.7/data/
H A Dlv.sor10 9 deviņi
20 19 deviņpadsmit
112 (.*)deviņi \1devītais
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/negotiate/locales/it/LC_MESSAGES/
H A Dnegotiate.po34 "<p>Per accedere a questa pagina devi disabilitare il login automatico sul"
40 "<p>Per accedere a questa pagina devi abilitare il login automatico sul "
62 "<p>Per accedere a questa pagina devi abilitare il login automatico sul "
77 "<p>Per accedere a questa pagina devi disabilitare il login automatico sul"
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/negotiate/locales/it/LC_MESSAGES/
H A Dnegotiate.po34 "<p>Per accedere a questa pagina devi disabilitare il login automatico sul"
40 "<p>Per accedere a questa pagina devi abilitare il login automatico sul "
62 "<p>Per accedere a questa pagina devi abilitare il login automatico sul "
77 "<p>Per accedere a questa pagina devi disabilitare il login automatico sul"
/dports/games/phalanx/Phalanx-XXV/
H A Devaluate.c50 S[Ply].devi = S[Ply-1].devi*2/3 + abs(S[Ply].psnl)/8; in approx_eval()
51 if( G[Counter-1].m.in2 ) S[Ply].devi += 60; else S[Ply].devi += 40; in approx_eval()
61 S[Ply].devi += 3*P_VALUE; in approx_eval()
120 S[Ply].devi = 0; in static_eval()
714 if( ( result < Beta+S[Ply].devi && result > Alpha-S[Ply].devi ) in evaluate()
/dports/devel/R-cran-glmnet/glmnet/R/
H A Dcv.fishnet.R13 devi=function(y,eta){ function
36 "deviance"=devi(y,predmat)

12345678910>>...40