Home
last modified time | relevance | path

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

/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dgetcpuflags_arm.c34 struct sigaction act, act_old; in getcpuflags() local
38 sigaction(SIGILL, &act, &act_old); in getcpuflags()
47 sigaction(SIGILL, &act_old, NULL); in getcpuflags()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dgetcpuflags_arm.c34 struct sigaction act, act_old; in getcpuflags() local
38 sigaction(SIGILL, &act, &act_old); in getcpuflags()
47 sigaction(SIGILL, &act_old, NULL); in getcpuflags()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dgetcpuflags_arm.c34 struct sigaction act, act_old; in getcpuflags() local
38 sigaction(SIGILL, &act, &act_old); in getcpuflags()
47 sigaction(SIGILL, &act_old, NULL); in getcpuflags()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_site_mgr.cxx298 bool act_old[30]; in edit_site() local
327 act_old[i] = active; in edit_site()
328 site_edit_dialog.checkbox("Active", act_old[i]); in edit_site()
342 act_old[i] = active; in edit_site()
343 site_edit_dialog.checkbox("Active ", act_old[i]); in edit_site()
417 tableaus[t]->status = act_old[t]; in edit_site()