Home
last modified time | relevance | path

Searched defs:set_entry (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dset.h38 struct set_entry { struct
45 struct set_entry *table; argument
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.cpp505 void Qcow2L1Table::set_entry(u32 idx, u64 val) { in set_entry() function in Qcow2L1Table
532 void Qcow2RefcountTable::set_entry(u32 idx, u64 val) { in set_entry() function in Qcow2RefcountTable
869 void Qcow2RefcountBlock::set_entry(u32 idx, u64 val) { in set_entry() function in Qcow2RefcountBlock
997 void Qcow2L2Table::set_entry(u32 idx, u64 val) { in set_entry() function in Qcow2L2Table
/aosp_15_r20/external/openthread/tools/tcat_ble_client/dataset/
H A Ddataset.py60 def set_entry(self, type: MeshcopTlvType, args: List[str]): member in ThreadDataset
/aosp_15_r20/external/toybox/toys/pending/
H A Darp.c132 static int set_entry(void) in set_entry() function
/aosp_15_r20/external/cronet/net/first_party_sets/
H A Dglobal_first_party_sets.cc297 [&](const SchemefulSite& member, const FirstPartySetEntry& set_entry) { in ComputeConfig()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_print.c507 struct set_entry *set_entry = _mesa_set_search(state->syms, var->name); in get_var_name() local