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

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dfloatformat.c267 int nextbyte = (order == floatformat_little) ? 1 : -1;
289 cur_byte += nextbyte;
432 int nextbyte = (order == floatformat_little) ? 1 : -1;
454 cur_byte += nextbyte;
266 int nextbyte = (order == floatformat_little) ? 1 : -1; local
430 int nextbyte = (order == floatformat_little) ? 1 : -1; local
/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.c742 u_char nextbyte; local
756 nextbyte = *data;
759 switch (nextbyte) {
769 (int) nextbyte);
773 if (nextbyte != sc->protoID) {
775 (int) nextbyte);
807 nextbyte = *data;
810 if (nextbyte == 0x95) {
815 } else if (nextbyte == 0x95) {

Completed in 113 milliseconds