Lines Matching refs:value
368 * setting it to a large value
467 * guessed value by using btf__set_pointer_size() API.
1308 const struct btf_member *key, *value;
1342 value = key + 1;
1356 value_size = btf__resolve_size(btf, value->type);
1369 *value_type_id = value->type;
1923 * Append new enum value for the current ENUM type with:
1924 * - *name* - name of the enumerator value, can't be NULL or empty;
1925 * - *value* - integer value corresponding to enum value *name*;
1930 int btf__add_enum_value(struct btf *btf, const char *name, __s64 value)
1946 if (value < INT_MIN || value > UINT_MAX)
1963 v->val = value;
2889 static long hash_combine(long h, long value)
2891 return h * 31 + value;
3597 cand_id = (__u32)(long)hash_entry->value;
3609 cand_id = (__u32)(long)hash_entry->value;
3632 cand_id = (__u32)(long)hash_entry->value;
4055 __u32 cand_id = (__u32)(long)hash_entry->value;
4157 cand_id = (__u32)(long)hash_entry->value;
4181 cand_id = (__u32)(long)hash_entry->value;
4213 cand_id = (__u32)(long)hash_entry->value;