Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp120 MapObject mo(p, sgo); in createMapObjectImplementationPrivate() local
121 m_pendingMapObjects << mo; in createMapObjectImplementationPrivate()
140 const MapObject &mo = m_mapObjects.takeAt(idx); in removeMapObject() local
142 m_removedMapObjects << mo; in removeMapObject()
172 MapObject mo = m_removedMapObjects[i]; in updateMapObjects() local
173 if (mo.qsgNode) { in updateMapObjects()
174 delete mo.qsgNode; in updateMapObjects()
175 mo.qsgNode = nullptr; in updateMapObjects()
189 MapObject &mo = m_mapObjects[i]; in updateMapObjects() local
190 QQSGMapObject *sgo = mo.sgObject; in updateMapObjects()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/cc770/
H A Dcc770.c110 unsigned int o, mo; in enable_all_objs() local
114 mo = obj2msgobj(o); in enable_all_objs()
125 "RX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
129 mo, obj_flags & CC770_OBJ_FLAG_RTR ? in enable_all_objs()
142 cc770_write_reg(priv, msgobj[mo].config, msgcfg); in enable_all_objs()
143 cc770_write_reg(priv, msgobj[mo].ctrl0, in enable_all_objs()
148 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
152 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
157 "TX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
159 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_userptr.c44 static void add_object(struct i915_mmu_object *mo) in add_object() argument
46 GEM_BUG_ON(!RB_EMPTY_NODE(&mo->it.rb)); in add_object()
47 interval_tree_insert(&mo->it, &mo->mn->objects); in add_object()
50 static void del_object(struct i915_mmu_object *mo) in del_object() argument
52 if (RB_EMPTY_NODE(&mo->it.rb)) in del_object()
55 interval_tree_remove(&mo->it, &mo->mn->objects); in del_object()
56 RB_CLEAR_NODE(&mo->it.rb); in del_object()
62 struct i915_mmu_object *mo = obj->userptr.mmu_object; in __i915_gem_userptr_set_active() local
75 if (!mo) in __i915_gem_userptr_set_active()
78 spin_lock(&mo->mn->lock); in __i915_gem_userptr_set_active()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c36 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local
103 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
106 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll()
107 miter_err = sg_miter_next(&mo); in sun4i_ss_opti_poll()
108 if (!miter_err || !mo.addr) { in sun4i_ss_opti_poll()
114 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
117 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
120 if (oo == mo.length) { in sun4i_ss_opti_poll()
122 po += mo.length; in sun4i_ss_opti_poll()
124 sg_miter_stop(&mo); in sun4i_ss_opti_poll()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp341 … QGeoMapObject *mo = qobject_cast<QGeoMapObject *>(m_delegateModel->object(idx, incubationMode)); in modelUpdated() local
342 …if (mo) {// if not, a createdItem signal will be emitted later, else it has been emitted already w… in modelUpdated()
343 mo->setParent(this); in modelUpdated()
344 addMapObjectToMap(mo, idx); in modelUpdated()
372 QGeoMapObject *mo = m_instantiatedMapObjects.takeAt(index); in removeMapObjectFromMap() local
373 if (!mo) in removeMapObjectFromMap()
376 mo->setMap(nullptr); in removeMapObjectFromMap()
377 QQmlInstanceModel::ReleaseFlags releaseStatus = m_delegateModel->release(mo); in removeMapObjectFromMap()
380 qWarning() << "object "<<mo<<" still referenced"; in removeMapObjectFromMap()
398 QGeoMapObject *mo = nullptr; in createdItem() local
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk.h762 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
771 .muxdiv_offset = mo, \
783 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
792 .muxdiv_offset = mo, \
805 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
814 .muxdiv_offset = mo, \
827 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
836 .muxdiv_offset = mo, \
845 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
854 .muxdiv_offset = mo, \
[all …]
/OK3568_Linux_fs/buildroot/package/httping/
H A D0002-Makefile-allow-build-without-gettext.patch28 TRANSLATIONS=nl.mo ru.mo
39 cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo
41 cp ru.mo $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES/httping.mo
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_encoder.h248 struct drm_mode_object *mo; in drm_encoder_find() local
250 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find()
252 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
H A Ddrm_property.h298 struct drm_mode_object *mo; in drm_property_find() local
299 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PROPERTY); in drm_property_find()
300 return mo ? obj_to_property(mo) : NULL; in drm_property_find()
H A Ddrm_crtc.h1254 struct drm_mode_object *mo; in drm_crtc_find() local
1255 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find()
1256 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
H A Ddrm_plane.h790 struct drm_mode_object *mo; in drm_plane_find() local
791 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find()
792 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
H A Ddrm_connector.h1606 struct drm_mode_object *mo; in drm_connector_lookup() local
1607 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup()
1608 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
/OK3568_Linux_fs/buildroot/package/pdmenu/
H A D0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch7 The gettext tool msgfmt may not be available to build the .mo files
23 MOS := $(addprefix po/, $(addsuffix .mo, $(LANGS)))
61 install -m 644 po/$$lang.mo $(LOCALEDIR)/$$lang/LC_MESSAGES/pdmenu.mo; \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py245 mo, created = Machine.objects.get_or_create(
249 mo.up_date = index.machines[id].updated
250 mo.name = index.machines[id].name
251 mo.description = index.machines[id].description
252 mo.save()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bison/bison/
H A Dadd-with-bisonlocaledir.patch26 @@ -16,11 +16,16 @@ dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
27 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
32 + [ --with-bisonlocaledir sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch22 CATOBJEXT=.mo
30 CATOBJEXT=.mo
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/hr.lproj/
H A DLocalizable.strings11 …a je podnijela zahtjev zatraži povratak na prethodno stanje. U suprotnom, možete upotrijebiti kom…
38 … ~/.xinitrc.\n\nProzori koje prikazuju X11 aplikacije možda neće sadržavati trake naslova ili će m…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in291 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
292 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
314 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
315 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
316 …(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN)…
317 …(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN)…
318 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
386 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dcore.c991 u##bits val, int mo, int fail_mo); \
993 u##bits val, int mo, int fail_mo) \
1000 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \
1006 int mo, int fail_mo); \
1008 int mo, int fail_mo) \
1015 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uim/
H A Duim_1.8.8.bb75 ${datadir}/locale/ja/LC_MESSAGES/uim.mo \
76 ${datadir}/locale/fr/LC_MESSAGES/uim.mo \
77 ${datadir}/locale/ko/LC_MESSAGES/uim.mo \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/shared-mime-info/files/
H A D0001-migrate-from-custom-itstool-to-builtin-msgfmt-for-cr.patch9 order to generate the .mo files for itstool.
11 Although meson 0.60.0 added support for real targets for the built .mo
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A D.gitignore12 *.mo
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dlo_LA168 collating-element <mo-e> from "<U0EC0><U0EA1>"
169 collating-element <mo-ae> from "<U0EC1><U0EA1>"
170 collating-element <mo-o> from "<U0EC2><U0EA1>"
171 collating-element <mo-ai-maimuan> from "<U0EC3><U0EA1>"
172 collating-element <mo-ai-maimalai> from "<U0EC4><U0EA1>"
509 <mo-e> "<U0EA1><U0EC0>";<BLANK>;<BLANK>;<BLANK>
510 <mo-ae> "<U0EA1><U0EC1>";<BLANK>;<BLANK>;<BLANK>
511 <mo-o> "<U0EA1><U0EC2>";<BLANK>;<BLANK>;<BLANK>
512 <mo-ai-maimuan> "<U0EA1><U0EC3>";<BLANK>;<BLANK>;<BLANK>
513 <mo-ai-maimalai> "<U0EA1><U0EC4>";<BLANK>;<BLANK>;<BLANK>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dlo_LA168 collating-element <mo-e> from "<U0EC0><U0EA1>"
169 collating-element <mo-ae> from "<U0EC1><U0EA1>"
170 collating-element <mo-o> from "<U0EC2><U0EA1>"
171 collating-element <mo-ai-maimuan> from "<U0EC3><U0EA1>"
172 collating-element <mo-ai-maimalai> from "<U0EC4><U0EA1>"
509 <mo-e> "<U0EA1><U0EC0>";<BLANK>;<BLANK>;<BLANK>
510 <mo-ae> "<U0EA1><U0EC1>";<BLANK>;<BLANK>;<BLANK>
511 <mo-o> "<U0EA1><U0EC2>";<BLANK>;<BLANK>;<BLANK>
512 <mo-ai-maimuan> "<U0EA1><U0EC3>";<BLANK>;<BLANK>;<BLANK>
513 <mo-ai-maimalai> "<U0EA1><U0EC4>";<BLANK>;<BLANK>;<BLANK>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp276 const QMetaObject *mo = &QGeoServiceProvider::staticMetaObject; in features() local
277 const QMetaEnum en = mo->enumerator( in features()
278 mo->indexOfEnumerator(enumName)); in features()

123