Home
last modified time | relevance | path

Searched refs:cursor_cache (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dsorter.c123 cp . cursor_cache = cmn -> cursor_cache; in init_multi_producer()
275 cp . cursor_cache = cmn -> cursor_cache; in find_out_row_count()
394 size_t cursor_cache, in execute_lookup_production() argument
410 cmn_params cmn = { dir, vdb_mgr, accession_short, accession_path, 0, 0, cursor_cache }; in execute_lookup_production()
H A Draw_read_iter.c120 rc_t write_out_prim( const KDirectory *dir, size_t buf_size, size_t cursor_cache, in write_out_prim() argument
133 params . cursor_cache = cursor_cache; in write_out_prim()
H A Djoin.h76 size_t cursor_cache,
84 size_t cursor_cache,
H A Dsorter.h55 size_t cursor_cache,
H A Draw_read_iter.h63 rc_t write_out_prim( const KDirectory *dir, size_t buf_size, size_t cursor_cache,
H A Dcmn_iter.c223 static rc_t cmn_iter_open_cursor( const VTable * tbl, size_t cursor_cache, const VCursor ** cur, in cmn_iter_open_cursor() argument
227 if ( cursor_cache > 0 ) in cmn_iter_open_cursor()
229 rc = VTableCreateCachedCursorRead( tbl, cur, cursor_cache ); in cmn_iter_open_cursor()
232 …cmn_iter.c cmn_iter_open_cursor().VTableCreateCachedCursorRead( %lu ) -> %R\n", cursor_cache, rc ); in cmn_iter_open_cursor()
262 …rc = cmn_iter_open_cursor( tbl, cp -> cursor_cache, cur, cp -> accession_short ); /* releases tbl.… in cmn_iter_open_db()
276 rc = cmn_iter_open_cursor( tbl, cp -> cursor_cache, cur, cp -> accession_short ); in cmn_iter_open_tbl()
H A Dfasterq-dump.c286 size_t cursor_cache, buf_size, mem_limit; member
323 rc_t rc = KOutMsg( "cursor-cache : %,ld bytes\n", tool_ctx -> cursor_cache ); in show_details()
391 tool_ctx -> cursor_cache = get_size_t_option( args, OPTION_CURCACHE, DFLT_CUR_CACHE ); in get_user_input()
818 tool_ctx -> cursor_cache, in produce_lookup_files()
880 tool_ctx -> cursor_cache, in produce_final_db_output()
1058 tool_ctx -> cursor_cache, in fastdump_table()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkcursor-wayland.c77 display->cursor_cache = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_object_unref); in G_DEFINE_TYPE()
83 g_hash_table_destroy (display->cursor_cache); in _gdk_wayland_display_finalize_cursors()
186 g_hash_table_iter_init (&iter, display->cursor_cache); in _gdk_wayland_display_update_cursors()
352 wayland_cursor = g_hash_table_lookup (display_wayland->cursor_cache, name); in _gdk_wayland_display_get_cursor_for_name_with_scale()
380 g_hash_table_replace (display_wayland->cursor_cache, in _gdk_wayland_display_get_cursor_for_name_with_scale()
H A Dgdkdisplay-wayland.h119 GHashTable *cursor_cache; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkcursor-x11.c59 static GSList* cursor_cache = NULL; variable
75 cursor_cache = g_slist_prepend (cursor_cache, cursor); in add_to_cache()
119 res = g_slist_find_custom (cursor_cache, &key, cache_compare_func); in find_in_cache()
135 item = cursor_cache; in _gdk_x11_cursor_display_finalize()
136 itemp = &cursor_cache; in _gdk_x11_cursor_display_finalize()
662 g_slist_foreach (cursor_cache, update_cursor, NULL); in gdk_x11_display_set_cursor_theme()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkcursor-x11.c70 static GSList* cursor_cache = NULL; variable
86 cursor_cache = g_slist_prepend (cursor_cache, cursor); in add_to_cache()
130 res = g_slist_find_custom (cursor_cache, &key, cache_compare_func); in find_in_cache()
146 item = cursor_cache; in _gdk_x11_cursor_display_finalize()
147 itemp = &cursor_cache; in _gdk_x11_cursor_display_finalize()
489 g_slist_foreach (cursor_cache, update_cursor, NULL); in gdk_x11_display_set_cursor_theme()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/
H A Dxdisplay.rs24 pub cursor_cache: Mutex<HashMap<Option<CursorIcon>, ffi::Cursor>>, field
70 cursor_cache: Default::default(), in new()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/
H A Dxdisplay.rs24 pub cursor_cache: Mutex<HashMap<Option<CursorIcon>, ffi::Cursor>>, field
70 cursor_cache: Default::default(), in new()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dgdkcursor-win32.c603 g_hash_table_iter_init (&iter, display->cursor_cache); in _gdk_win32_display_update_cursors()
612 display->cursor_cache = g_hash_table_new_full (g_str_hash, in _gdk_win32_display_init_cursors()
627 g_hash_table_destroy (display->cursor_cache); in _gdk_win32_display_finalize_cursors()
648 result = g_hash_table_lookup (win32_display->cursor_cache, cursor_name); in _gdk_win32_display_get_cursor_for_type()
681 g_hash_table_insert (win32_display->cursor_cache, in _gdk_win32_display_get_cursor_for_type()
696 result = g_hash_table_lookup (win32_display->cursor_cache, name); in _gdk_win32_display_get_cursor_for_name()
717 g_hash_table_insert (win32_display->cursor_cache, in _gdk_win32_display_get_cursor_for_name()
H A Dgdkdisplay-win32.h78 GHashTable *cursor_cache; member
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dcursor-channel-client.cpp40 RedCacheItem *cursor_cache[CURSOR_CACHE_HASH_SIZE]; member
H A Dcache-item.tmpl.cpp22 #define CACHE_NAME cursor_cache
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_std.c620 TAILQ_INSERT_HEAD(&session->cursor_cache[bucket], cursor, q); in __wt_cursor_cache()
652 TAILQ_REMOVE(&session->cursor_cache[bucket], cursor, q); in __wt_cursor_reopen()
686 WT_STAT_CONN_INCR(session, cursor_cache); in __wt_cursor_cache_release()
687 WT_STAT_DATA_INCR(session, cursor_cache); in __wt_cursor_cache_release()
786 TAILQ_FOREACH(cursor, &session->cursor_cache[bucket], q) { in __wt_cursor_cache_get()
/dports/games/openttd/openttd-12.1/src/video/
H A Dopengl.cpp493 OpenGLBackend::OpenGLBackend() : cursor_cache(MAX_CACHED_CURSORS) in OpenGLBackend()
1078 if (this->cursor_cache.Contains(sprite)) { in DrawMouseCursor()
1079 Sprite *spr = this->cursor_cache.Get(sprite); in DrawMouseCursor()
1111 if (!this->cursor_cache.Contains(sprite)) { in PopulateCursorCache()
1112 …Sprite *old = this->cursor_cache.Insert(sprite, (Sprite *)GetRawSprite(sprite, ST_NORMAL, &SimpleS… in PopulateCursorCache()
1128 while ((sp = this->cursor_cache.Pop()) != nullptr) { in InternalClearCursorCache()
H A Dopengl.h64 LRUCache<SpriteID, Sprite> cursor_cache; ///< Cache of encoded cursor sprites. variable
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/util/
H A Dcursor.rs8 .cursor_cache in set_cursor_icon()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/util/
H A Dcursor.rs8 .cursor_cache in set_cursor_icon()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dsession.h210 WT_CURSOR_LIST *cursor_cache; /* Hash table of cached cursors */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_open.c178 __wt_free(session, s->cursor_cache); in __wt_connection_close()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c297 stats->cursor_cache = 0; in __wt_stat_dsrc_clear_single()
482 to->cursor_cache += from->cursor_cache; in __wt_stat_dsrc_aggregate_single()
700 to->cursor_cache += WT_STAT_READ(from, cursor_cache); in __wt_stat_dsrc_aggregate()
1296 stats->cursor_cache = 0; in __wt_stat_connection_clear_single()
1750 to->cursor_cache += WT_STAT_READ(from, cursor_cache); in __wt_stat_connection_aggregate()

12