Searched refs:zero (Results 1 – 3 of 3) sorted by relevance
10 def_bool $(cc-option,-ftrivial-auto-var-init=zero)15 …def_bool $(cc-option,-ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-wi…64 GCC uses 0xFE repeating for all types, and zero for padding.67 bool "zero-init everything (strongest and safest)"72 with a zero value. This is intended to eliminate all200 At the end of functions, always zero any caller-used register
417 unsigned char zero[TPM_DIGEST_SIZE] = { 0 }; in ima_restore_measurement_list() local517 if (memcmp(hdr[HDR_DIGEST].data, zero, sizeof(zero))) { in ima_restore_measurement_list()
211 unsigned int zero = 0; in ima_get_hash_algo() local212 if (!memcmp(&xattr_value->data[16], &zero, 4)) in ima_get_hash_algo()
Completed in 6 milliseconds