Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A Ddisable_runtime_check.patch13 - outputIndex = next((idx for idx in [0,1] if conf.CheckAltivecVbpermqOutput(idx)), None)
14 + outputIndex = 1
15 if outputIndex is not None:
16 … conf.env.SetConfigHeaderDefine("MONGO_CONFIG_ALTIVEC_VEC_VBPERMQ_OUTPUT_INDEX", outputIndex)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp58 auto outputIndex = outputLookup.find(entry.second.get()); in serialize() local
59 if (outputIndex == outputLookup.end()) { in serialize()
65 groupedByOutput[outputIndex->second].second.emplace_back(entry.first); in serialize()