Home
last modified time | relevance | path

Searched refs:trlr (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-mips.c62 static int mips_receive_trailer (unsigned char *trlr, int *pgarbage,
285 #define TRLR_GET_CKSUM(trlr) \ argument
286 ((((trlr)[TRLR_INDX_CSUM1] & 0x3f) << 12) \
287 + (((trlr)[TRLR_INDX_CSUM2] & 0x3f) << 6) \
288 + ((trlr)[TRLR_INDX_CSUM3] & 0x3f))
765 mips_receive_trailer (unsigned char *trlr, int *pgarbage, int *pch, int timeout) in mips_receive_trailer() argument
778 trlr[i] = ch; in mips_receive_trailer()
869 unsigned char trlr[TRLR_LENGTH + 1]; in mips_send_packet() local
910 (void) mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
923 err = mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
[all …]