Home
last modified time | relevance | path

Searched refs:next2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c192 list_t *list1, *next2; in slist_merge() local
203 next2 = list2->l_next; in slist_merge()
215 list2 = next2; in slist_merge()
/freebsd/contrib/lua/src/
H A Dlstate.c144 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() local
145 ci->next = next2; /* remove next from the list */ in luaE_shrinkCI()
148 if (next2 == NULL) in luaE_shrinkCI()
151 next2->previous = ci; in luaE_shrinkCI()
152 ci = next2; /* continue */ in luaE_shrinkCI()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c136 next2 (uint64_t *x2, struct gen *g) in next2() function
154 uint64_t x = next2 (&x2, g); in next_f2()
168 uint64_t x = next2 (&x2, g); in next_d2()
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c2399 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local
2421 next2 = strstr(str, ",cd:"); in pci_ahci_legacy_config()
2422 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_legacy_config()
2423 next = next2; in pci_ahci_legacy_config()