Searched defs:tr_static_init (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c142 local void tr_static_init OF((void));
238 local void tr_static_init() function
267 Assert (length == 256, "tr_static_init: length != 256");
282 Assert (dist == 256, "tr_static_init: dist != 256");
290 Assert (dist == 256, "tr_static_init: 256+dist != 512");
385 tr_static_init();
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c138 local void tr_static_init OF((void));
234 local void tr_static_init() function
265 Assert (length == 256, "tr_static_init: length != 256");
280 Assert (dist == 256, "tr_static_init: dist != 256");
288 Assert (dist == 256, "tr_static_init: 256+dist != 512");
384 tr_static_init();
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2357 local void tr_static_init OF((void));
2458 tr_static_init() function
2487 Assert(length == 256, "tr_static_init: length != 256");
2504 Assert(dist == 256, "tr_static_init: dist != 256");
2512 Assert(dist == 256, "tr_static_init: 256+dist != 512");
2544 tr_static_init();

Completed in 108 milliseconds