Home
last modified time | relevance | path

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

/security/apparmor/
Dmatch.c22 #define base_idx(X) ((X) & 0xffffff) macro
205 if (base_idx(BASE_TABLE(dfa)[i]) + 255 >= trans_count) { in verify_dfa()
373 unsigned int pos = base_idx(b) + (C); \
530 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_match_until()
541 pos = base_idx(base[state]) + (u8) *str++; in aa_dfa_match_until()
592 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_matchn_until()
603 pos = base_idx(base[state]) + (u8) *str++; in aa_dfa_matchn_until()
675 pos = base_idx(base[state]) + equiv[(u8) *str++]; in leftmatch_fb()
694 pos = base_idx(base[state]) + (u8) *str++; in leftmatch_fb()