Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c158 struct entry_key { struct
171 struct entry_key *key; argument
200 struct entry_key *key = (struct entry_key*)key_; in hash_entry_key()
223 struct entry_key *a = (struct entry_key*)a_; in entry_key_equals()
224 struct entry_key *b = (struct entry_key*)b_; in entry_key_equals()
380 static struct entry_key *
400 struct entry_key* key = ralloc(mem_ctx, struct entry_key); in create_entry_key_from_deref()
465 parse_entry_key_from_offset(struct entry_key *key, unsigned size, unsigned left, in parse_entry_key_from_offset()
493 static struct entry_key *
496 struct entry_key *key = ralloc(mem_ctx, struct entry_key); in create_entry_key_from_offset()
/third_party/glib/glib/
Dgvariant.c1051 GVariant *entry_key; in g_variant_lookup_value() local
1054 entry_key = g_variant_get_child_value (entry, 0); in g_variant_lookup_value()
1055 matches = strcmp (g_variant_get_string (entry_key, NULL), key) == 0; in g_variant_lookup_value()
1056 g_variant_unref (entry_key); in g_variant_lookup_value()
/third_party/python/Python/
Dmarshal.c551 PyObject *entry_key = (PyObject *)key; in w_decref_entry() local
552 Py_XDECREF(entry_key); in w_decref_entry()
/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h457 const Key& entry_key() const { return entry_->key(); }