Home
last modified time | relevance | path

Searched refs:last_access (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/hacktarux_dynarec/
H A Dregcache.c66 if (last_access[i]) in free_all_registers()
105 if (last_access[reg] && in free_register()
113 if (last_access[reg]) in free_register()
137 if (!last_access[reg]) in free_register()
165 last_access[reg] = NULL; in free_register()
303 if (last_access[reg]) in allocate_register_64()
314 last_access[reg] = dst; in allocate_register_64()
362 if (last_access[reg]) in allocate_register_32()
436 if (last_access[reg]) in allocate_register()
594 if (last_access[reg]) in allocate_register_32_w()
[all …]
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dcache.cpp39 #define touch(x) { (x)->last_access=last_access++; \
40 if ((x)->last_access<0) { normalize(); (x)->last_access=1; } }
207 i->last_access=-1; in unmalloc()
677 last_access = 1; in CacheList()
710 last_access=1; in empty()
900 last_access=-1; in normalize()
904 ci->last_access=ci->last_access>>16; // shift everything over by 16 in normalize()
906 last_access=ci->last_access; in normalize()
908 last_access++; in normalize()
916 if (me->last_access>=0) in backt()
[all …]
/dports/emulators/vice/vice-3.5/src/pet/
H A Dpetmem.c156 return last_access; in zero_read()
168 return last_access; in ram_read()
180 return last_access; in read_ext8()
192 return last_access; in read_extC()
212 return last_access; in read_vmirror()
224 return last_access; in rom_read()
238 return last_access; in rom6809_read()
251 return last_access; in read_unused()
275 return last_access; in read_io_88_8f()
297 return last_access; in read_io_e9_ef()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/pet/
H A Dpetmem.c147 return last_access; in zero_read()
159 return last_access; in ram_read()
171 return last_access; in read_ext8()
183 return last_access; in read_extC()
203 return last_access; in read_vmirror()
215 return last_access; in rom_read()
229 return last_access; in rom6809_read()
242 return last_access; in read_unused()
266 return last_access; in read_io_88_8f()
288 return last_access; in read_io_e9_ef()
[all …]
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dgroup.c135 g->last_access = 0; in group_new()
216 int last_access = 0; in group_last_group() local
222 if (cur != rp_current_group && cur->last_access > last_access) { in group_last_group()
224 last_access = cur->last_access; in group_last_group()
488 int last_access = 0; in group_last_window() local
494 if (cur->win->last_access >= last_access in group_last_window()
500 last_access = cur->win->last_access; in group_last_window()
683 if (cur->win->last_access >= last_access in group_last_window_by_class()
690 last_access = cur->win->last_access; in group_last_window_by_class()
711 if (cur->win->last_access >= last_access in group_last_window_by_class_complement()
[all …]
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dvscreen.c34 v->last_access = 0; in init_vscreen()
424 int last_access = 0; in screen_last_vscreen() local
430 cur->last_access > last_access) { in screen_last_vscreen()
432 last_access = cur->last_access; in screen_last_vscreen()
618 int last_access = 0; in vscreen_last_window() local
626 if (cur->win->last_access >= last_access in vscreen_last_window()
631 last_access = cur->win->last_access; in vscreen_last_window()
751 if (cur->win->last_access >= last_access in vscreen_last_window_by_class()
756 last_access = cur->win->last_access; in vscreen_last_window_by_class()
775 if (cur->win->last_access >= last_access in vscreen_last_window_by_class_complement()
[all …]
/dports/x11-wm/antiwm/antiwm-0.0.5/
H A Dlist.c25 new_window->last_access = 0; in add_to_window_list()
146 int last_access = 0; in find_last_accessed_window() local
158 if (cur->last_access >= last_access in find_last_accessed_window()
163 last_access = cur->last_access; in find_last_accessed_window()
182 a_w->last_access = counter; in set_active_window()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.SessionState_2.0/
H A DStateServerItem.cs38 DateTime last_access; field in System.Web.SessionState.StateServerItem
54 this.last_access = DateTime.UtcNow; in StateServerItem()
63 last_access = DateTime.UtcNow; in Touch()
67 if (last_access.AddMinutes (Timeout) < DateTime.UtcNow) in IsAbandoned()
/dports/devel/p5-Cache-FastMmap/Cache-FastMmap-1.57/t/
H A D23.t55 …superhashof({ key => 'foo', value => '123abca', last_access => num($now, 1), expire_on => num($now…
56 …superhashof({ key => 'bar', value => '456defa', last_access => num($now, 1), expire_on => num($now…
57 …superhashof({ key => 'baz', value => '789ghia', last_access => num($now, 1), expire_on => num($now…
58 …superhashof({ key => 'gah', value => 'booa', last_access => num($now, 1), expire_on => num($now…
76 …superhashof({ key => 'bar', value => '456defaa', last_access => num($now, 1), expire_on => num($no…
77 …superhashof({ key => 'baz', value => '789ghia', last_access => num($now, 1), expire_on => num($no…
78 …superhashof({ key => 'gah', value => 'booa', last_access => num($now-1, 1), expire_on => num($…
94 …superhashof({ key => 'baz', value => '789ghia', last_access => num($now, 1), expire_on => num($no…
95 …superhashof({ key => 'gah', value => 'booa', last_access => num($now-2, 1), expire_on => num($…
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowViewer_CleanFiles53 $last_access = stat($next_file)->mtime;
55 $file_age = $current_time - $last_access;
76 $last_access = stat($next_file)->mtime;
78 $file_age = $current_time - $last_access;
/dports/sysutils/fusefs-squashfuse/squashfuse-0.1.103/
H A Dll.c58 last_access = time(NULL);
73 last_access = time(NULL);
98 last_access = time(NULL);
104 last_access = time(NULL);
134 last_access = time(NULL);
175 last_access = time(NULL);
217 last_access = time(NULL);
248 last_access = time(NULL);
266 last_access = time(NULL);
283 last_access = time(NULL);
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.h49 int last_access, int mask);
51 void set_live_range(int first_access, int last_access);
53 void set_end(int _end){last_access = _end;} in set_end()
65 int end() const { return last_access;} in end()
86 int last_access; variable
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dbookmarkdbentry.cc28 int last_access, in BookmarkDBEntry() argument
33 _last_access( last_access ), in BookmarkDBEntry()
60 void BookmarkDBEntry::setLastAccess( int last_access ) in setLastAccess() argument
62 _last_access = last_access; in setLastAccess()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/loom-0.4.0/src/rt/
H A Dcondvar.rs14 last_access: Option<Access>, field
25 last_access: None, in new()
86 self.last_access.as_ref() in last_dependent_access()
90 Access::set_or_create(&mut self.last_access, path_id, version); in set_last_access()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/loom-0.3.6/src/rt/
H A Dcondvar.rs14 last_access: Option<Access>, field
25 last_access: None, in new()
86 self.last_access.as_ref() in last_dependent_access()
90 Access::set_or_create(&mut self.last_access, path_id, version); in set_last_access()

12345678910>>...23