Home
last modified time | relevance | path

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

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