Home
last modified time | relevance | path

Searched refs:nexth (Results 1 – 25 of 146) sorted by relevance

123456

/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dflat_fwd.c407 whmm_t *h, *nexth, *prevh; in whmm_eval() local
429 nexth = h->next; in whmm_eval()
447 prevh->next = nexth; in whmm_eval()
449 whmm[w] = nexth; in whmm_eval()
489 whmm_t *nexth, *prevh; in whmm_transition() local
514 nexth->next = h->next; in whmm_transition()
515 h->next = nexth; in whmm_transition()
519 nexth = h->next; in whmm_transition()
536 nexth->rc = rc; in whmm_transition()
538 prevh->next = nexth; in whmm_transition()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/
H A Dagent_handler.c447 netsnmp_mib_handler *nexth, *prevh = NULL; in netsnmp_inject_handler_before() local
452 for(nexth = reginfo->handler; nexth; in netsnmp_inject_handler_before()
453 prevh = nexth, nexth = nexth->next) { in netsnmp_inject_handler_before()
454 if (strcmp(nexth->handler_name, before_what) == 0) in netsnmp_inject_handler_before()
457 if (!nexth) { in netsnmp_inject_handler_before()
460 for (nexth = reginfo->handler; nexth; nexth = nexth->next) in netsnmp_inject_handler_before()
461 snmp_log(LOG_ERR, " %s\n", nexth->handler_name); in netsnmp_inject_handler_before()
467 handler2->next = nexth; in netsnmp_inject_handler_before()
469 nexth->prev = handler2; in netsnmp_inject_handler_before()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dhandle.c96 HANDLE_S *h, *nexth; in delete_unused_handles() local
102 for(; h; h = nexth){ in delete_unused_handles()
103 nexth = h->next; in delete_unused_handles()
106 *handlesp = nexth; in delete_unused_handles()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhandle.c96 HANDLE_S *h, *nexth; in delete_unused_handles() local
102 for(; h; h = nexth){ in delete_unused_handles()
103 nexth = h->next; in delete_unused_handles()
106 *handlesp = nexth; in delete_unused_handles()
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DElevationGrid.cpp455 const float * nexth = h + xdim; in GLRender() local
483 glVertex3f(currx, nexth[0], nextz); in GLRender()
515 glVertex3f(currx, nexth[x], nextz); in GLRender()
522 nexth += xdim; in GLRender()
718 const float * nexth = h + xdim; in generatePrimitives() local
747 SbVec3f v0(currx, nexth[x], currz+zspace); in generatePrimitives()
778 SbVec3f v1(currx+xspace, nexth[x+1], currz+zspace); in generatePrimitives()
849 nexth += xdim; in generatePrimitives()
923 const float * nexth = h + xdim; in updateNormalCache() local
934 SbVec3f v0(currx, nexth[x], currz+zspace); in updateNormalCache()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A Dsnmptrapd_handlers.c395 traph->nexth = netsnmp_auth_global_traphandlers; in netsnmp_add_global_traphandler()
399 traph->nexth = netsnmp_pre_global_traphandlers; in netsnmp_add_global_traphandler()
407 traph->nexth = netsnmp_default_traphandlers; in netsnmp_add_global_traphandler()
478 while (traph2->nexth) in netsnmp_add_traphandler()
479 traph2 = traph2->nexth; in netsnmp_add_traphandler()
480 traph2->nexth = traph; in netsnmp_add_traphandler()
531 nexth = traph->nexth; in snmptrapd_free_traphandle()
534 traph = nexth; in snmptrapd_free_traphandle()
548 nexth = traph->nexth; in snmptrapd_free_traphandle()
552 traph = nexth; in snmptrapd_free_traphandle()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Network/
H A DSocketServer.hs156 loggingHandler hname prio nexth socket r_sockaddr l_sockaddr =
161 System.Log.Logger.WARNING "" (nexth socket r_sockaddr
171 threadedHandler nexth socket r_sockaddr l_sockaddr=
172 do forkIO (nexth socket r_sockaddr l_sockaddr)
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dmisc.c318 srch_hyp_t **hyplist, *h, *nexth; in nbestfile_load() local
374 for (h = hyplist[nhyp]; h; h = nexth) { in nbestfile_load()
375 nexth = h->next; in nbestfile_load()
376 h->ef = nexth ? nexth->sf - 1 : nfrm - 1; in nbestfile_load()
/dports/devel/9base/9base-6/troff/
H A Dn8.c20 char *nexth = NULL; /* first free slot in list */ variable
142 if (nexth == NULL) { in casehw()
143 if ((nexth = hbufp = grow(hbufp, NHEX, sizeof(char))) == NULL) { in casehw()
151 if ((j = nexth) >= hbufp + hexsize - 2) in casehw()
152 if ((j = nexth = growh(j)) == NULL) in casehw()
160 nexth = j; in casehw()
181 *nexth = 0; in casehw()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn8.c20 char *nexth = NULL; /* first free slot in list */ variable
142 if (nexth == NULL) { in casehw()
143 if ((nexth = hbufp = grow(hbufp, NHEX, sizeof(char))) == NULL) { in casehw()
151 if ((j = nexth) >= hbufp + hexsize - 2) in casehw()
152 if ((j = nexth = growh(j)) == NULL) in casehw()
160 nexth = j; in casehw()
181 *nexth = 0; in casehw()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/sensors/
H A Dpicld_sensors.c202 picl_nodehdl_t childh, nexth; in process_sensors() local
297 &nexth, sizeof(nexth)); in process_sensors()
303 childh = nexth; in process_sensors()
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Ddtd.pxi231 c_node = c_node.nexth
450 c_attr.nexth = NULL
457 c_attr.nexth = c_pos
459 while c_pos != c_attr and c_pos.nexth and _isDtdNsDecl(c_pos.nexth):
460 c_pos = c_pos.nexth
463 while c_pos != c_attr and c_pos.nexth:
464 c_pos = c_pos.nexth
467 c_attr.nexth = c_pos.nexth
468 c_pos.nexth = c_attr
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn8.c72 int *nexth; variable
90 nexth = (int *)((char *)nexth + j); in growhbuf()
243 if (nexth == NULL) in casehw()
247 if ((j = nexth) >= (hbuf + NHEX - 2) && growhbuf(&j) == NULL) in casehw()
255 nexth = j; in casehw()
275 *nexth = 0; in casehw()
/dports/security/nmap/nmap-7.91/nselib/
H A Deigrp.lua173 tlv.nexth, index = string.unpack(">I4", eigrp_raw, index)
174 tlv.nexth = ipOps.fromdword(tlv.nexth)
189 tlv.nexth,
199 tlv.nexth = ipOps.fromdword(tlv.nexth)
/dports/devel/9base/9base-6/rc/
H A Dhere.c48 struct here *h, *nexth; in readhere() local
53 for(h = here;h;h = nexth){ in readhere()
81 nexth = h->next; in readhere()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dhere.c48 struct here *h, *nexth; in readhere() local
53 for(h = here;h;h = nexth){ in readhere()
81 nexth = h->next; in readhere()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dfrag_list.c263 ucs_frag_list_elem_t *h, *prevh, *nexth; in ucs_frag_list_insert_slow() local
298 nexth = ucs_container_of(h->list.next, ucs_frag_list_elem_t, list); in ucs_frag_list_insert_slow()
300 if (nexth != NULL && nexth->head.first_sn == sn + 1) { in ucs_frag_list_insert_slow()
301 frag_list_merge_heads(head, h, nexth); in ucs_frag_list_insert_slow()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dhash.c177 struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local
181 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()
182 nexth = h->next; in Hash_DeleteTable()
/dports/devel/fmake/fmake-r250982/
H A Dhash.c133 struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local
137 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()
138 nexth = h->next; in Hash_DeleteTable()
/dports/math/R-cran-forecast/forecast/src/
H A Detspolyroot.c51 static void nexth(Rboolean);
291 nexth(bool); in fxshft()
405 nexth(bool); in vrshft()
425 nexth(bool); in vrshft()
463 static void nexth(Rboolean bool) in nexth() function
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dcpoly.C162 static void nexth(const bool bol, int deg, xcomplex &t, xcomplex *H, xcomplex *h, xcomplex *p){ in nexth() function
243 nexth(bol, deg, t, H, h, p); in vrshft()
257 nexth(bol, deg, t, H, h, p); in vrshft()
293 nexth(bol, deg, t, H, h, p); in fxshft()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DCloseHook.c260 register CallbackRec *nexth = h->next; in _DoCallbacks() local
265 h = nexth; in _DoCallbacks()
/dports/devel/ode/ode-0.13/drawstuff/src/
H A Dwindows.cpp231 int nexth = (keybuffer_head+1) & 15; in mainWndProc() local
232 if (nexth != keybuffer_tail) { in mainWndProc()
234 keybuffer_head = nexth; in mainWndProc()
/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/TrapReceiver/
H A Dperl_snmptrapd.h23 netsnmp_trapd_handler *nexth; /* Next handler for this trap */ member
/dports/math/PDL/PDL-2.019/Basic/Math/
H A Dcpoly.c25 static void nexth(int boolvar);
389 nexth(boolvar); in fxshft()
487 nexth(boolvar); in vrshft()
503 nexth(boolvar); in vrshft()
534 static void nexth(int boolvar) in nexth() function

123456