Searched refs:test_byte (Results 1 – 1 of 1) sorted by relevance
407 uint8_t test_byte = rnarg_get(v, vlen0, t->rn_offset); in rn_match_args() local408 if (t->rn_bmask & test_byte) { in rn_match_args()582 uint8_t test_byte; in rn_insert() local609 test_byte = rnarg_get(v, vlen, x->rn_offset); in rn_insert()610 if (x->rn_bmask & test_byte) { in rn_insert()624 test_byte = rnarg_get(v, vlen, p->rn_offset); in rn_insert()625 if ((p->rn_bmask & test_byte) == 0) { in rn_insert()632 test_byte = rnarg_get(v, vlen, t->rn_offset); in rn_insert()633 if ((t->rn_bmask & test_byte) == 0) { in rn_insert()1225 uint8_t test_byte; in rn_walktree_from() local[all …]