| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | unique.hpp | 36 namespace detail { namespace unique namespace 46 = std::unique in apply() 109 struct unique struct 118 struct unique<Ring, ring_tag> struct 119 : detail::unique::range_unique 124 struct unique<LineString, linestring_tag> struct 125 : detail::unique::range_unique 130 struct unique<Polygon, polygon_tag> struct 131 : detail::unique::polygon_unique 142 struct unique<MultiLineString, multi_linestring_tag> struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | buf_id_check_policy.hpp | 47 struct unique //: detail::default_checking_policy struct 49 unique() : buf_id(0) {} in unique() function 50 unique(unique const& x) : buf_id(x.buf_id) {} in unique() function 52 void swap(unique& x) in swap() argument
|
| H A D | combine_policies.hpp | 464 struct unique : multi_pass_unique<T struct 465 , typename Ownership::unique, typename Checking::unique 466 , typename Input::BOOST_NESTED_TEMPLATE unique<T> 467 , typename Storage::BOOST_NESTED_TEMPLATE unique< 468 typename Input::BOOST_NESTED_TEMPLATE unique<T>::value_type> > 470 typedef typename Ownership::unique ownership_policy; argument 471 typedef typename Checking::unique checking_policy; argument 472 typedef typename Input::BOOST_NESTED_TEMPLATE unique<T> 474 typedef typename Storage::BOOST_NESTED_TEMPLATE unique< 480 unique() {} in unique() function [all …]
|
| H A D | split_std_deque_policy.hpp | 32 class unique //: public detail::default_storage_policy class 38 unique() : queued_position(0) {} in unique() function in boost::spirit::iterator_policies::split_std_deque::unique 40 unique(unique const& x) in unique() function in boost::spirit::iterator_policies::split_std_deque::unique 43 void swap(unique& x) in swap()
|
| H A D | istream_policy.hpp | 25 class unique // : public detail::default_input_policy class 38 unique() {} in unique() function in boost::spirit::iterator_policies::istream::unique 39 explicit unique(T&) {} in unique() function in boost::spirit::iterator_policies::istream::unique 41 void swap(unique&) {} in swap() argument
|
| H A D | ref_counted_policy.hpp | 29 struct unique // : detail::default_ownership_policy struct 31 void swap(unique&) {} in swap() argument
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | inode.c | 45 vnode->fid.unique); in dump_vnode() 50 parent_vnode->fid.unique); in dump_vnode() 68 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_inode_init_from_status() 164 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_apply_status() 173 vnode->fid.unique, in afs_apply_status() 345 vnode->fid.vid, vnode->fid.vnode, vnode->fid.unique, in afs_fetch_status() 374 fid->unique == vnode->fid.unique); in afs_ilookup5_test_by_fid() 404 inode->i_generation = vnode->fid.unique; in afs_iget5_set() 416 u32 unique; in afs_get_inode_cache() member 427 key.unique = vnode->fid.unique; in afs_get_inode_cache() [all …]
|
| H A D | fsclient.c | 26 fid->unique = ntohl(*bp++); in xdr_decode_AFSFid() 290 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_status() 466 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data64() 502 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_data() 574 *bp++ = htonl(dvp->fid.unique); in afs_fs_create_file() 627 *bp++ = htonl(dvp->fid.unique); in afs_fs_make_dir() 706 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_file() 753 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_dir() 830 *bp++ = htonl(dvp->fid.unique); in afs_fs_link() 840 *bp++ = htonl(vp->fid.unique); in afs_fs_link() [all …]
|
| H A D | dynroot.c | 37 inode->i_generation = fid->unique; in afs_iget5_pseudo_set() 58 fid.unique = 1; in afs_iget_pseudo_dir() 61 fid.unique = 0; in afs_iget_pseudo_dir() 72 inode, inode->i_ino, fid.vid, fid.vnode, fid.unique); in afs_iget_pseudo_dir()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | afs.h | 772 __entry->fid.unique = 0; 780 __entry->fid.unique, 806 __entry->fid.unique = 0; 814 __entry->fid.unique, 841 __entry->fid.unique = 0; 851 __entry->fid.unique, 880 __entry->fid.unique = 0; 892 __entry->fid.unique, 1104 __entry->dfid.vid, __entry->dfid.vnode, __entry->dfid.unique, 1106 __entry->fid.vnode, __entry->fid.unique) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_drv.c | 52 char unique[20]; in virtio_gpu_pci_quirk() local 93 snprintf(unique, sizeof(unique), "pci:%s", pname); in virtio_gpu_pci_quirk() 94 return drm_dev_set_unique(dev, unique); in virtio_gpu_pci_quirk()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.in | 341 unique=`for i in $$list; do \ 346 mkid -fID $$unique 354 unique=`for i in $$list; do \ 360 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 361 test -n "$$unique" || unique=$$empty_fix; \ 364 "$$@" $$unique; \ 367 $$unique; \ 374 unique=`for i in $$list; do \ 379 test -z "$(CTAGS_ARGS)$$unique" \ 381 $$unique
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 126 if (copy_to_user(u->unique, master->unique, master->unique_len)) { in drm_getunique() 141 kfree(master->unique); in drm_unset_busid() 142 master->unique = NULL; in drm_unset_busid() 151 if (master->unique != NULL) in drm_set_busid() 161 WARN_ON(!dev->unique); in drm_set_busid() 162 master->unique = kstrdup(dev->unique, GFP_KERNEL); in drm_set_busid() 163 if (master->unique) in drm_set_busid() 164 master->unique_len = strlen(dev->unique); in drm_set_busid()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | makeusers-syntax.txt | 20 It can not be +root+, and must be unique. If set to +-+, then just a 22 - +uid+ is the desired UID for the user. It must be unique, and not 23 +0+. If set to +-1+, then a unique UID will be computed by Buildroot 27 - +gid+ is the desired GID for the user's main group. It must be unique, 29 a unique GID will be computed by Buildroot in the range [1000..1999]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | Makefile.in | 377 unique=`for i in $$list; do \ 382 mkid -fID $$unique 403 unique=`for i in $$list; do \ 409 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 410 test -n "$$unique" || unique=$$empty_fix; \ 413 "$$@" $$unique; \ 416 $$unique; \ 423 unique=`for i in $$list; do \ 428 test -z "$(CTAGS_ARGS)$$unique" \ 430 $$unique
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | psdev.c | 116 hdr.opcode, hdr.unique); in coda_psdev_write() 122 hdr.opcode, hdr.unique); in coda_psdev_write() 154 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write() 164 __func__, hdr.opcode, hdr.unique); in coda_psdev_write() 173 hdr.opcode, hdr.unique); in coda_psdev_write()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rbd | 94 client_id (RO) The ceph unique client id that was assigned 98 image resides. An rbd image name is unique 117 (RO) The unique identifier for the rbd image's pool. This is a 128 image_id (RO) The unique id for the rbd image. (For rbd 169 client_addr (RO) The ceph unique client
|
| H A D | sysfs-devices-sun | 5 The file contains a Slot-unique ID which provided by the _SUN 9 "The _SUN value is required to be unique among the slots of
|
| H A D | sysfs-firmware-sgi_uv | 15 machines, which each partition running a unique copy 16 of the operating system. Each partition will have a unique
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41717.patch | 61 +// This should be larger than the size of unique, uncommon header keys likely to 63 +// if the peer sends an unbounded number of unique header keys. 75 - // of unique, uncommon header keys likely to be sent by the peer, while not 77 - // number of unique header keys.
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | Makefile.in | 209 unique=`for i in $$list; do \ 762 $(am__define_uniq_tagged_files); mkid -fID $$unique 771 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 772 test -n "$$unique" || unique=$$empty_fix; \ 775 "$$@" $$unique; \ 778 $$unique; \ 786 test -z "$(CTAGS_ARGS)$$unique" \ 788 $$unique
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Makefile.in | 218 unique=`for i in $$list; do \ 751 $(am__define_uniq_tagged_files); mkid -fID $$unique 760 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 761 test -n "$$unique" || unique=$$empty_fix; \ 764 "$$@" $$unique; \ 767 $$unique; \ 775 test -z "$(CTAGS_ARGS)$$unique" \ 777 $$unique
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 79 } _ELFNOTE_PASTE(_note_, unique) \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_polymorphic.hpp | 54 struct unique{}; 55 virtual void unique_name_to_boost5487629(unique*);
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 203 static unsigned int fuse_req_hash(u64 unique) in fuse_req_hash() argument 205 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash() 271 req->in.h.unique = fuse_get_unique(fiq); in flush_bg_queue() 428 req->in.h.unique = fuse_get_unique(fiq); in __fuse_request_send() 590 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply() argument 601 req->in.h.unique = unique; in fuse_simple_notify_reply() 1081 ih.unique = (req->in.h.unique | FUSE_INT_REQ_BIT); in fuse_read_interrupt() 1082 arg.unique = req->in.h.unique; in fuse_read_interrupt() 1132 .unique = fuse_get_unique(fiq), in fuse_read_single_forget() 1163 .unique = fuse_get_unique(fiq), in fuse_read_batch_forget() [all …]
|