Home
last modified time | relevance | path

Searched refs:dll_insert (Results 1 – 2 of 2) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Ddllist.h36 dll_insert(dllist node, void *data) { in dll_insert() function
51 dll_insert(head, data); in dll_append()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/utils/
H A Dtest_dllist.c55 dll_insert(head, (void *) len); in test_dllist()