Searched refs:nbyte (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h461 unsigned nbyte = style_id >> 3; local
465 if((m_asm[nbyte] & mask) == 0)
468 m_asm[nbyte] |= mask;
/haiku/src/bin/network/telnet/
H A Dcommands.c291 int nbyte; /* Number of bytes to send this command */ member in struct:sendlist
375 count += s->nbyte;

Completed in 59 milliseconds