Searched refs:_ref (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | smartptr.h | 109 : _ptr (obj), _ref(NULL) in _ptr() 117 : _ptr (obj), _ref(NULL) in SmartPtr() 125 : _ptr(obj._ptr), _ref(obj._ref) in SmartPtr() 127 if (_ref) { in SmartPtr() 128 _ref->ref(); in SmartPtr() 135 : _ptr(obj._ptr), _ref(obj._ref) in SmartPtr() 137 if (_ref) { in SmartPtr() 138 _ref->ref(); in SmartPtr() 163 set_pointer (obj._ptr, obj._ref); 170 set_pointer (obj._ptr, obj._ref); [all …]
|
| H A D | smart_buffer_priv.cpp | 61 : _ref (NULL) in SmartBufferPriv() 70 _ref = new RefCount (); in SmartBufferPriv() 94 : _ref (NULL) in SmartBufferPriv() 103 _ref = new RefCount (); in SmartBufferPriv() 125 delete _ref; in ~SmartBufferPriv() 132 XCAM_ASSERT (buf->_ref); in buf_ref() 136 if (buf->_ref) in buf_ref() 137 buf->_ref->ref (); in buf_ref() 145 XCAM_ASSERT (buf->_ref); in buf_unref() 146 if (buf->_ref) { in buf_unref() [all …]
|
| H A D | smart_buffer_priv.h | 62 mutable RefCount *_ref; variable
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 200 var child, _i, _len, _ref, _results; 201 _ref = this.children; 203 for (_i = 0, _len = _ref.length; _i < _len; _i++) { 204 child = _ref[_i]; 229 var child, _i, _len, _ref, _results; 230 _ref = this.children; 232 for (_i = 0, _len = _ref.length; _i < _len; _i++) { 233 child = _ref[_i]; 254 var node, _i, _len, _ref, _results; 255 _ref = this.nodes; [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | varlocality.rst | 12 .. _ref-varlocality-configuration: 20 .. _ref-varlocality-config-distro: 46 .. _ref-varlocality-config-machine: 71 .. _ref-varlocality-config-local: 97 .. _ref-varlocality-recipes: 105 .. _ref-varlocality-recipe-required: 118 .. _ref-varlocality-recipe-dependencies: 135 .. _ref-varlocality-recipe-paths: 148 .. _ref-varlocality-recipe-build:
|
| H A D | tasks.rst | 21 .. _ref-tasks-build: 29 .. _ref-tasks-compile: 41 .. _ref-tasks-compile_ptest_base: 48 .. _ref-tasks-configure: 63 .. _ref-tasks-configure_ptest_base: 70 .. _ref-tasks-deploy: 116 .. _ref-tasks-fetch: 126 .. _ref-tasks-image: 144 .. _ref-tasks-image-complete: 163 .. _ref-tasks-install: [all …]
|
| H A D | classes.rst | 29 .. _ref-classes-allarch: 62 .. _ref-classes-archiver: 76 .. _ref-classes-autotools: 124 .. _ref-classes-base: 143 .. _ref-classes-bash-completion: 151 .. _ref-classes-bin-package: 178 .. _ref-classes-binconfig: 198 .. _ref-classes-binconfig-disabled: 210 .. _ref-classes-buildhistory: 222 .. _ref-classes-buildstats: [all …]
|
| H A D | features.rst | 34 .. _ref-features-machine: 93 .. _ref-features-distro: 188 .. _ref-features-image: 296 .. _ref-features-backfill:
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | xattr.c | 600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local 606 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_delete_inode() 607 _ref = ref->next; in jffs2_xattr_delete_inode() 618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local 621 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_free_inode() 622 _ref = ref->next; in jffs2_xattr_free_inode() 743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local 746 for (ref=c->xref_temp; ref; ref = _ref) { in jffs2_clear_xattr_subsystem() 747 _ref = ref->next; in jffs2_clear_xattr_subsystem() 751 for (ref=c->xref_dead_list; ref; ref = _ref) { in jffs2_clear_xattr_subsystem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/ppc4xx/ |
| H A D | adma.c | 4013 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_probe() local 4196 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, node) { in ppc440spe_adma_probe() 4242 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_remove() local 4263 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, in ppc440spe_adma_remove()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 378 .. _ref-bitbake-tasklist:
|