Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dmatch.h90 #define TABLE_DATAU16(TABLE) ((u16 *)((TABLE)->td_data)) argument
91 #define TABLE_DATAU32(TABLE) ((u32 *)((TABLE)->td_data)) argument
109 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument
/linux/lib/zlib_inflate/
H A Dinflate.h33 TABLE, /* i: waiting for dynamic block table lengths */ enumerator