HomeSort by: relevance | last modified time | path
    Searched refs:nextbyte (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/net/
base64.c 221 u_char nextbyte; local in function:b64_pton
256 nextbyte = (u_char)((pos - Base64) & 0x0f) << 4;
258 target[tarindex + 1] = nextbyte;
259 else if (nextbyte)
271 nextbyte = (u_char)((pos - Base64) & 0x03) << 6;
273 target[tarindex + 1] = nextbyte;
274 else if (nextbyte)
  /src/sys/dev/ic/
aic6360.c 971 goto nextbyte;
981 nextbyte:
1280 goto nextbyte;
1365 nextbyte:
mb89352.c 917 goto nextbyte;
927 nextbyte:
1266 goto nextbyte;
1351 nextbyte:
ncr5380sbc.c 1572 goto nextbyte;
1582 nextbyte:
1664 /* back to nextbyte */
1835 goto nextbyte;
1927 nextbyte:
sunscpal.c 1305 goto nextbyte;
1315 nextbyte:
1387 /* back to nextbyte */
  /src/sys/arch/x68k/dev/
mha.c 1318 goto nextbyte;
1403 nextbyte:

Completed in 17 milliseconds