Home
last modified time | relevance | path

Searched refs:__object (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dfunctional560 _M_call(_Tp& __object, const volatile _Class *,
562 { return (__object.*__pmf)(__args...); }
576 operator()(_Class& __object, _ArgTypes... __args) const
577 { return (__object.*__pmf)(__args...); }
581 operator()(_Class* __object, _ArgTypes... __args) const
582 { return (__object->*__pmf)(__args...); }
587 operator()(_Tp& __object, _ArgTypes... __args) const
588 { return _M_call(__object, &__object, __args...); }
604 _M_call(_Tp& __object, const volatile _Class *,
606 { return (__object.*__pmf)(__args...); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dfunctional560 _M_call(_Tp& __object, const volatile _Class *,
562 { return (__object.*__pmf)(__args...); }
576 operator()(_Class& __object, _ArgTypes... __args) const
577 { return (__object.*__pmf)(__args...); }
581 operator()(_Class* __object, _ArgTypes... __args) const
582 { return (__object->*__pmf)(__args...); }
587 operator()(_Tp& __object, _ArgTypes... __args) const
588 { return _M_call(__object, &__object, __args...); }
604 _M_call(_Tp& __object, const volatile _Class *,
606 { return (__object.*__pmf)(__args...); }
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h66 struct nvif_object *__object = (a); \
67 u32 _addr = (b), _data = nvif_rd32(__object, _addr); \
68 nvif_wr32(__object, _addr, (_data & ~(c)) | (d)); \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h325 #define ttm_base_object_kfree(__object, __base)\ argument
326 kfree_rcu(__object, __base.rhead)