Searched refs:last_byte (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/libkern/arm64/
H A Dcrc32c_armv8.S45 b.lo last_byte
70 tbz w2, #0x1, last_byte
73 last_byte: label
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h68 unsigned char *last_byte; member in struct:__anon247
H A Dieee.c524 while (loop && ieee->h.input_p < ieee->h.last_byte)
652 ieee->h.last_byte = (ieee->h.first_byte \
/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c327 int last_byte, rv; local
338 last_byte = ((*read == len - 1) && last) ? 1 : 0;
339 if (last_byte)
354 if (status != (last_byte ?
/freebsd-11-stable/sys/dev/e1000/
H A De1000_api.h132 * last_byte = the last byte of the frame DMAed by the hardware
154 #define TBI_ACCEPT(a, status, errors, length, last_byte, \
158 ((last_byte) == CARRIER_EXTENSION) && \
H A Dif_lem.c3675 u8 last_byte; local
3681 last_byte = *(mtod(mp, caddr_t) + desc_len - 1);
3683 current_desc->errors, pkt_len, last_byte,
/freebsd-11-stable/sys/arm64/arm64/
H A Dcopyinout.S211 tbz x2, #0x01, last_byte
215 last_byte: label
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1412 uint8_t *last_byte;
1417 last_byte = &cmd[1].initiator_channel;
1420 while (byte < last_byte) {
H A Daic79xx_osm.c1350 uint8_t *last_byte;
1355 last_byte = &cmd[1].initiator_channel;
1358 while (byte < last_byte) {
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c131 static void mge_set_ucast_address(struct mge_softc *sc, uint8_t last_byte,
456 mge_set_ucast_address(struct mge_softc *sc, uint8_t last_byte, uint8_t queue) argument
460 last_byte &= 0xf;
461 reg_idx = last_byte / MGE_UCAST_REG_NUMBER;
462 reg_off = (last_byte % MGE_UCAST_REG_NUMBER) * 8;

Completed in 135 milliseconds