Searched refs:last_byte (Results 1 – 4 of 4) sorted by relevance
45 b.lo last_byte70 tbz w2, #0x1, last_byte73 last_byte: label
209 tbz x2, #0x01, last_byte213 last_byte: label
124 #define TBI_ACCEPT(a, status, errors, length, last_byte, \ argument128 ((last_byte) == CARRIER_EXTENSION) && \
3280 uint8_t last_byte; in find_kasumif9_direction_and_length() local3288 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()