Home
last modified time | relevance | path

Searched refs:newchain (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/zlib/pigz/dist/zopfli/
H A Dkatajainen.c107 Node* newchain; in BoundaryPM() local
113 newchain = GetFreeNode(lists, maxbits, pool); in BoundaryPM()
119 lists[index][1] = newchain; in BoundaryPM()
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain); in BoundaryPM()
129 newchain); in BoundaryPM()
131 InitNode(sum, lastcount, lists[index - 1][1], newchain); in BoundaryPM()
/netbsd/games/larn/
H A Dheader.h383 #define newchain() (nch[rund(10)]) macro
H A Dmonster.c1460 *i = newchain(); in newobject()