Home
last modified time | relevance | path

Searched refs:is_cached (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/lib/locks/bakery/
H A Dbakery_lock_normal.c87 bool is_cached) in is_lock_acquired() argument
97 read_cache_op((uintptr_t)my_bakery_info, is_cached); in is_lock_acquired()
102 unsigned int me, bool is_cached) in bakery_get_ticket() argument
116 assert(!is_lock_acquired(my_bakery_info, is_cached)); in bakery_get_ticket()
125 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
160 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
171 bool is_cached; in bakery_lock_get() local
174 is_cached = is_dcache_enabled(); in bakery_lock_get()
177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get()
232 bool is_cached = is_dcache_enabled(); in bakery_lock_release() local
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/lib/locks/bakery/
H A Dbakery_lock_normal.c87 bool is_cached) in is_lock_acquired() argument
97 read_cache_op((uintptr_t)my_bakery_info, is_cached); in is_lock_acquired()
102 unsigned int me, bool is_cached) in bakery_get_ticket() argument
116 assert(!is_lock_acquired(my_bakery_info, is_cached)); in bakery_get_ticket()
125 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
160 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
171 bool is_cached; in bakery_lock_get() local
174 is_cached = is_dcache_enabled(); in bakery_lock_get()
177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get()
232 bool is_cached = is_dcache_enabled(); in bakery_lock_release() local
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/lib/locks/bakery/
H A Dbakery_lock_normal.c87 bool is_cached) in is_lock_acquired() argument
97 read_cache_op((uintptr_t)my_bakery_info, is_cached); in is_lock_acquired()
102 unsigned int me, bool is_cached) in bakery_get_ticket() argument
116 assert(!is_lock_acquired(my_bakery_info, is_cached)); in bakery_get_ticket()
125 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
160 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
171 bool is_cached; in bakery_lock_get() local
174 is_cached = is_dcache_enabled(); in bakery_lock_get()
177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get()
232 bool is_cached = is_dcache_enabled(); in bakery_lock_release() local
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/lib/locks/bakery/
H A Dbakery_lock_normal.c87 bool is_cached) in is_lock_acquired() argument
97 read_cache_op((uintptr_t)my_bakery_info, is_cached); in is_lock_acquired()
102 unsigned int me, bool is_cached) in bakery_get_ticket() argument
116 assert(!is_lock_acquired(my_bakery_info, is_cached)); in bakery_get_ticket()
125 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
160 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
171 bool is_cached; in bakery_lock_get() local
174 is_cached = is_dcache_enabled(); in bakery_lock_get()
177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get()
232 bool is_cached = is_dcache_enabled(); in bakery_lock_release() local
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/lib/locks/bakery/
H A Dbakery_lock_normal.c87 bool is_cached) in is_lock_acquired() argument
97 read_cache_op((uintptr_t)my_bakery_info, is_cached); in is_lock_acquired()
102 unsigned int me, bool is_cached) in bakery_get_ticket() argument
116 assert(!is_lock_acquired(my_bakery_info, is_cached)); in bakery_get_ticket()
125 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
160 write_cache_op((uintptr_t)my_bakery_info, is_cached); in bakery_get_ticket()
171 bool is_cached; in bakery_lock_get() local
174 is_cached = is_dcache_enabled(); in bakery_lock_get()
177 my_ticket = bakery_get_ticket(lock, me, is_cached); in bakery_lock_get()
232 bool is_cached = is_dcache_enabled(); in bakery_lock_release() local
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/lib/
H A Dcache.exp72 set is_cached 0
79 set is_cached 1
82 if { $is_cached == 0 && [info exists GDB_PARALLEL] } {
93 set is_cached 1
99 if { $cache_verify == 1 && $is_cached == 1 } {
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqimagepixmapcleanuphooks.cpp124 handle->is_cached = true; in enableCleanupHooks()
134 const_cast<QImage &>(image).data_ptr()->is_cached = true; in enableCleanupHooks()
139 return const_cast<QImage &>(image).data_ptr()->is_cached; in isImageCached()
144 return const_cast<QPixmap&>(pixmap).data_ptr().data()->is_cached; in isPixmapCached()

12345678910>>...20