Home
last modified time | relevance | path

Searched defs:MAPBIT (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h29 #define MAPBIT 1ULL /* a bit in the node bitmap */ macro
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h1864 #define MAPBIT(map,n) ((map)[(n)/32]&(1u<<((n)%32))) macro