Home
last modified time | relevance | path

Searched refs:work_in (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/pmix/
H A Dpmixp_agent.c62 int work_in, work_out; member
183 timer_data.work_in = timer_data.work_out = -1; in _setup_timeout_fds()
190 timer_data.work_in = fds[0]; in _setup_timeout_fds()
206 if (0 <= timer_data.work_in) { in _shutdown_timeout_fds()
207 close(timer_data.work_in); in _shutdown_timeout_fds()
208 timer_data.work_in = -1; in _shutdown_timeout_fds()
238 obj = eio_obj_create(timer_data.work_in, &to_ops, (void *)(-1)); in _agent_thread()
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/tests/
H A Dtest_hooks.py70 with utils.work_in(self.repo_path):
81 with utils.work_in('tests/fake-repo'):
86 with utils.work_in(self.repo_path):
91 with utils.work_in(self.repo_path):
165 with utils.work_in(self.repo_path):
181 with utils.work_in(self.repo_path):
H A Dtest_utils.py60 with utils.work_in(ch_to):
/dports/math/aribas/aribas-1.64/src/
H A Dsysdep.c112 int work_in[12], variable
354 work_in[i] = 0; in prologue()
355 work_in[10] = 2; in prologue()
356 work_in[0] = graf_handle(&dum, &dum, &dum, &dum); in prologue()
357 v_opnvwk(work_in, &handle, work_out); in prologue()
/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/examples/
H A Dgemwin.pas29 work_in: array[0..16] of smallint;
36 work_in[0]:=2+xbios_getrez();
37 for i:=1 to 9 do work_in[i]:=1;
38 work_in[10]:=2;
40 v_opnvwk(@work_in, @handle, @work_out);
H A Dgemcube.pas180 work_in: array[0..16] of smallint;
188 work_in[0]:=2+xbios_getrez();
189 for i:=1 to 9 do work_in[i]:=1;
190 work_in[10]:=2;
192 v_opnvwk(@work_in, @handle, @work_out);
/dports/lang/fpc-source/fpc-3.2.2/packages/tosunits/src/
H A Dvdi.pas141 procedure v_opnwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
155 procedure v_opnvwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
217 procedure v_opnwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
220 move(work_in^,_intin,16*sizeof(smallint));
355 procedure v_opnvwk(work_in: psmallint; handle: psmallint; work_out: psmallint);
358 move(work_in^,_intin,11*sizeof(smallint));
/dports/graphics/zgv/zgv-5.9/src/
H A Dreadxbm.c16 static FILE *work_in; variable
104 work_in=in; work_bmap=(*bmap); work_pal=*pal; in read_xbm_file()
143 fclose(work_in); in aborted_file_xbm_cleanup()
H A Dreadtiff.c30 static TIFF *work_in; variable
37 TIFFClose(work_in); in aborted_file_tiff_cleanup()
71 if((in=work_in=TIFFOpen(filename,"r"))==NULL) in read_tiff_file()
H A Dreadmrf.c16 static FILE *work_in; variable
112 work_in=in; work_bmap=(*bmap); work_pal=*pal; in read_mrf_file()
152 fclose(work_in); in aborted_file_mrf_cleanup()
H A Dreadtga.c25 static FILE *work_in; variable
189 work_in=in; work_bmap=ptr; work_pal=*pal; in read_tga_file()
282 fclose(work_in); in aborted_file_tga_cleanup()
H A Dreadpcx.c33 static FILE *work_in; variable
140 work_in=in; work_bmap=ptr; work_pal=*pal; in read_pcx_file()
289 fclose(work_in); in aborted_file_pcx_cleanup()
H A Dreadprf.c20 static FILE *work_in; variable
140 if((in=work_in=fopen(filename,"rb"))==NULL) in read_prf_file()
298 fclose(work_in); in aborted_file_prf_cleanup()
H A Dreadpnm.c27 static FILE *work_in; variable
154 work_in=in; work_bmap=ptr; work_pal=*pal; in read_pnm_main()
291 work_closefunc(work_in); in aborted_file_pnm_cleanup()
H A Dreadxpm.c38 static FILE *work_in; variable
378 work_in=in; work_bmap=ptr; work_pal=*pal; in read_xpm_file()
550 fclose(work_in); in aborted_file_xpm_cleanup()
H A Dreadbmp.c29 static FILE *work_in; variable
81 if ((work_in = in = fopen (filename, "rb")) == NULL) in read_bmp_file()
497 fclose (work_in); in aborted_file_bmp_cleanup()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_atari.c192 int work_in[12], /* Parameter�bergabe-Felder f�r */ variable
272 work_in[0] = phys_handle; /* Handle-Nr. */ in open_vwork()
273 for (i = 1; i < 10; work_in[i++] = 1); /* alles Standard */ in open_vwork()
274 work_in[10] = 2; /* RC-Koordinaten */ in open_vwork()
275 v_opnvwk(work_in, &vdi_handle, work_out); /* Bildschirm �ffnen */ in open_vwork()
/dports/lang/cython/Cython-0.29.24/Demos/benchmarks/
H A Drichards.py65 self.work_in = None
69 self.work_in = p.append_to(self.work_in)
70 return self.work_in
274 work = h.work_in
279 h.work_in = work.link
H A Drichards.pxd27 cdef public object work_in # = None
/dports/lang/cython-devel/cython-2b1e743/Demos/benchmarks/
H A Drichards.py65 self.work_in = None
69 self.work_in = p.append_to(self.work_in)
70 return self.work_in
274 work = h.work_in
279 h.work_in = work.link
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_atari.c173 int work_in[12], /* Parameter�bergabe-Felder f�r */ variable
279 work_in[0] = phys_handle; /* Handle-Nr. */ in open_vwork()
280 for (i = 1; i < 10; work_in[i++] = 1); /* alles Standard */ in open_vwork()
281 work_in[10] = 2; /* RC-Koordinaten */ in open_vwork()
282 v_opnvwk( work_in, &vdi_handle, work_out ); /* Bildschirm �ffnen*/ in open_vwork()
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/cookiecutter/
H A Dgenerate.py28 from cookiecutter.utils import make_sure_path_exists, work_in, rmtree
235 with work_in(repo_dir):
297 with work_in(template_dir):
H A Dutils.py53 def work_in(dirname=None): function
/dports/emulators/atari800/atari800-3.1.0/src/
H A Datari_falcon.c285 int work_in[11], work_out[57]; in PLATFORM_Initialise() local
369 work_in[0] = Getrez() + 2; in PLATFORM_Initialise()
370 for(i = 1;i < 10;work_in[i++] = 1); in PLATFORM_Initialise()
371 work_in[10] = 2; in PLATFORM_Initialise()
372 v_opnvwk(work_in, &gl_vdi_handle, work_out); in PLATFORM_Initialise()
/dports/devel/sdl12/SDL-1.2.15/src/video/gem/
H A DSDL_gemvideo.c304 short work_in[12], work_out[272], dummy; in GEM_VideoInit() local
333 work_in[0]=Getrez()+2; in GEM_VideoInit()
335 work_in[i] = 1; in GEM_VideoInit()
336 work_in[10] = 2; in GEM_VideoInit()
338 v_opnvwk(work_in, &VDI_handle, work_out); in GEM_VideoInit()

12