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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.c100 int row_offset, cell_offset; local
109 cell_offset = c1 % 2 ? (c2 > 95 ? 32 : 31) : 126;
112 *p2 = c2 + cell_offset;
117 int row_offset, cell_offset, adjust; local
126 cell_offset = adjust ? (c2 > 127 ? 32 : 31) : 126;
129 c2 -= cell_offset;

Completed in 93 milliseconds