Searched refs:bestoff (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Ddn_comp.c66 int i, j, n, m = 0, offset = 0, bestlen = 0, bestoff = 0; local
90 bestoff = offset;
105 dst[i++] = 0xc0 | bestoff >> 8;
106 dst[i++] = bestoff;

Completed in 23 milliseconds