Home | History | Annotate | Download | only in netcat

Lines Matching full:half

356    Maybe that's why my C code reads like assembler half the time... */
1056 y = (int)(*p >> 4); /* hi half */
1059 y = (int)(*p & 0x0f); /* lo half */