Home
last modified time | relevance | path

Searched refs:array_size_int (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c208 HOST_WIDE_INT array_size_int, elt_size_int; in handle_latent_entropy_attribute() local
222 array_size_int = TREE_INT_CST_LOW(array_size); in handle_latent_entropy_attribute()
224 nelt = array_size_int / elt_size_int; in handle_latent_entropy_attribute()