Home
last modified time | relevance | path

Searched refs:enable_read_ahead (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dcd-windows.c48 volatile int enable_read_ahead; member
139 if (cd_buf.enable_read_ahead) in SPTICDThread()
177 cd_buf.enable_read_ahead = 0; in SPTICDThread()
375 if (cd_buf.enable_read_ahead == 0) in SPTICDReadSectorFAD()
390 cd_buf.enable_read_ahead = 1; in SPTICDReadSectorFAD()
405 cd_buf.enable_read_ahead = 1; in SPTICDReadAheadFAD()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimg-view.c130 if (options->image.enable_read_ahead) in view_collection_step()
139 if (options->image.enable_read_ahead) in view_collection_step()
169 if (options->image.enable_read_ahead) read_ahead_info = collection_prev_by_info(cd, info); in view_collection_step_to_end()
174 if (options->image.enable_read_ahead) read_ahead_info = collection_next_by_info(cd, info); in view_collection_step_to_end()
241 if (options->image.enable_read_ahead && work_ahead) in view_list_step()
272 if (options->image.enable_read_ahead && work_ahead) in view_list_step_to_end()
878 if (options->image.enable_read_ahead) in real_view_window_new()
893 if (options->image.enable_read_ahead) in real_view_window_new()
1471 if (options->image.enable_read_ahead && work) in view_dir_list_do()
H A Doptions.h125 gboolean enable_read_ahead; member
H A Dslideshow.c274 if (options->image.enable_read_ahead && (!ss->lw || ss->from_selection)) in slideshow_step()
H A Doptions.c106 options->image.enable_read_ahead = TRUE; in init_options()
H A Drcfile.c389 WRITE_NL(); WRITE_BOOL(*options, image.enable_read_ahead); in write_global_attributes()
807 if (READ_BOOL(*options, image.enable_read_ahead)) continue; in load_global_params()
H A Dlayout_image.c1435 if (options->image.enable_read_ahead) image_prebuffer_set(lw->image, read_ahead_fd); in layout_image_set_with_ahead()
1504 if (options->image.enable_read_ahead) in layout_image_set_collection_real()
H A Dpreferences.c335 options->image.enable_read_ahead = c_options->image.enable_read_ahead; in config_window_apply()
2073 options->image.enable_read_ahead, &c_options->image.enable_read_ahead); in config_tab_general()
H A Dimage.c857 …if (options->image.enable_read_ahead && imd->image_fd && !imd->image_fd->pixbuf && image_loader_ge… in image_load_done_cb()
/dports/graphics/geeqie/geeqie-1.6/src/view_file/
H A Dview_file_icon.c181 if (options->image.enable_read_ahead) in vficon_send_layout_select()
H A Dview_file_list.c747 if (sel_fd && options->image.enable_read_ahead && row >= 0) in vflist_select_image()