Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/arm64/
H A Dcrc32c_armv8.S45 b.lo last_byte
70 tbz w2, #0x1, last_byte
73 last_byte: label
/f-stack/freebsd/arm64/arm64/
H A Dcopyinout.S209 tbz x2, #0x01, last_byte
213 last_byte: label
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.h124 #define TBI_ACCEPT(a, status, errors, length, last_byte, \ argument
128 ((last_byte) == CARRIER_EXTENSION) && \
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3280 uint8_t last_byte; in find_kasumif9_direction_and_length() local
3288 last_byte = src[counter_num_bytes - 1]; in find_kasumif9_direction_and_length()
3289 *addr_direction = last_byte & 0x1; in find_kasumif9_direction_and_length()
3294 last_byte = src[counter_num_bytes]; in find_kasumif9_direction_and_length()
3295 *addr_direction = (last_byte >> (pos + 1)) & 0x1; in find_kasumif9_direction_and_length()