const_len         726 drivers/net/wireless/intel/iwlwifi/fw/dbg.c #define ADD_LEN(len, item_len, const_len) \
const_len         727 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 	do {size_t item = item_len; len += (!!item) * const_len + item; } \
const_len         507 security/tomoyo/common.h 	u16 const_len;     /* = tomoyo_const_part_length(name)     */
const_len         660 security/tomoyo/util.c 	ptr->const_len = tomoyo_const_part_length(name);
const_len         662 security/tomoyo/util.c 	ptr->is_patterned = (ptr->const_len < len);
const_len         920 security/tomoyo/util.c 	const int len = pattern->const_len;