Home
last modified time | relevance | path

Searched refs:pe_op (Results 1 – 25 of 66) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/
H A Dvfio.rst345 struct vfio_eeh_pe_op pe_op = { .argsz = sizeof(pe_op), .flags = 0 };
384 pe_op.op = VFIO_EEH_PE_ENABLE;
393 pe_op.op = VFIO_EEH_PE_GET_STATE;
405 pe_op.op = VFIO_EEH_PE_INJECT_ERR;
406 pe_op.err.type = EEH_ERR_TYPE_32;
408 pe_op.err.addr = 0ul;
409 pe_op.err.mask = 0ul;
429 pe_op.op = VFIO_EEH_PE_UNFREEZE_IO;
437 pe_op.op = VFIO_EEH_PE_RESET_HOT;
439 pe_op.op = VFIO_EEH_PE_RESET_DEACTIVATE;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/
H A Dvfio.rst345 struct vfio_eeh_pe_op pe_op = { .argsz = sizeof(pe_op), .flags = 0 };
384 pe_op.op = VFIO_EEH_PE_ENABLE;
393 pe_op.op = VFIO_EEH_PE_GET_STATE;
405 pe_op.op = VFIO_EEH_PE_INJECT_ERR;
406 pe_op.err.type = EEH_ERR_TYPE_32;
408 pe_op.err.addr = 0ul;
409 pe_op.err.mask = 0ul;
429 pe_op.op = VFIO_EEH_PE_UNFREEZE_IO;
437 pe_op.op = VFIO_EEH_PE_RESET_HOT;
439 pe_op.op = VFIO_EEH_PE_RESET_DEACTIVATE;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/
H A Dvfio.rst345 struct vfio_eeh_pe_op pe_op = { .argsz = sizeof(pe_op), .flags = 0 };
384 pe_op.op = VFIO_EEH_PE_ENABLE;
393 pe_op.op = VFIO_EEH_PE_GET_STATE;
405 pe_op.op = VFIO_EEH_PE_INJECT_ERR;
406 pe_op.err.type = EEH_ERR_TYPE_32;
408 pe_op.err.addr = 0ul;
409 pe_op.err.mask = 0ul;
429 pe_op.op = VFIO_EEH_PE_UNFREEZE_IO;
437 pe_op.op = VFIO_EEH_PE_RESET_HOT;
439 pe_op.op = VFIO_EEH_PE_RESET_DEACTIVATE;
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfd.c202 int pe_op; in pdf_put_clip_path() local
214 while ((pe_op = gx_cpath_enum_next(&cenum, vs)) > 0) in pdf_put_clip_path()
215 gdev_vector_dopath_segment(&state, pe_op, vs); in pdf_put_clip_path()
217 if (pe_op < 0) in pdf_put_clip_path()
218 return pe_op; in pdf_put_clip_path()
H A Dgdevvec.c103 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
108 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
151 switch (pe_op) { in gdev_vector_dopath()
195 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
196 if (pe_op == 0) in gdev_vector_dopath()
205 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
611 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
619 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfd.c202 int pe_op; in pdf_put_clip_path() local
214 while ((pe_op = gx_cpath_enum_next(&cenum, vs)) > 0) in pdf_put_clip_path()
215 gdev_vector_dopath_segment(&state, pe_op, vs); in pdf_put_clip_path()
217 if (pe_op < 0) in pdf_put_clip_path()
218 return pe_op; in pdf_put_clip_path()
H A Dgdevvec.c103 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
108 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
151 switch (pe_op) { in gdev_vector_dopath()
195 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
196 if (pe_op == 0) in gdev_vector_dopath()
205 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
611 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
619 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfd.c230 int code, pe_op; in pdf_is_same_clip_path() local
250 if (pe_op < 0) in pdf_is_same_clip_path()
251 return pe_op; in pdf_is_same_clip_path()
252 if (pe_op != code) in pdf_is_same_clip_path()
254 switch (pe_op) { in pdf_is_same_clip_path()
302 int pe_op; in pdf_put_clip_path_list_elem() local
314 if (pe_op < 0) in pdf_put_clip_path_list_elem()
315 return pe_op; in pdf_put_clip_path_list_elem()
382 int pe_op; in pdf_put_clip_path() local
408 if (pe_op < 0) in pdf_put_clip_path()
[all …]
H A Dgdevvec.c99 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
104 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
147 switch (pe_op) { in gdev_vector_dopath()
191 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
192 if (pe_op == 0) in gdev_vector_dopath()
201 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
614 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
622 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfd.c230 int code, pe_op; in pdf_is_same_clip_path() local
250 if (pe_op < 0) in pdf_is_same_clip_path()
251 return pe_op; in pdf_is_same_clip_path()
252 if (pe_op != code) in pdf_is_same_clip_path()
254 switch (pe_op) { in pdf_is_same_clip_path()
302 int pe_op; in pdf_put_clip_path_list_elem() local
314 if (pe_op < 0) in pdf_put_clip_path_list_elem()
315 return pe_op; in pdf_put_clip_path_list_elem()
382 int pe_op; in pdf_put_clip_path() local
408 if (pe_op < 0) in pdf_put_clip_path()
[all …]
H A Dgdevvec.c99 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
104 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
147 switch (pe_op) { in gdev_vector_dopath()
191 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
192 if (pe_op == 0) in gdev_vector_dopath()
201 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
614 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
622 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfd.c234 int code, pe_op; in pdf_is_same_clip_path() local
254 if (pe_op < 0) in pdf_is_same_clip_path()
255 return pe_op; in pdf_is_same_clip_path()
256 if (pe_op != code) in pdf_is_same_clip_path()
258 switch (pe_op) { in pdf_is_same_clip_path()
307 int pe_op; in pdf_put_clip_path_list_elem() local
319 if (pe_op < 0) in pdf_put_clip_path_list_elem()
320 return pe_op; in pdf_put_clip_path_list_elem()
387 int pe_op; in pdf_put_clip_path() local
413 if (pe_op < 0) in pdf_put_clip_path()
[all …]
H A Dgdevvec.c101 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
107 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
150 switch (pe_op) { in gdev_vector_dopath()
195 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
196 if (pe_op == 0) in gdev_vector_dopath()
205 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
627 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
635 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfd.c234 int code, pe_op; in pdf_is_same_clip_path() local
254 if (pe_op < 0) in pdf_is_same_clip_path()
255 return pe_op; in pdf_is_same_clip_path()
256 if (pe_op != code) in pdf_is_same_clip_path()
258 switch (pe_op) { in pdf_is_same_clip_path()
307 int pe_op; in pdf_put_clip_path_list_elem() local
319 if (pe_op < 0) in pdf_put_clip_path_list_elem()
320 return pe_op; in pdf_put_clip_path_list_elem()
387 int pe_op; in pdf_put_clip_path() local
413 if (pe_op < 0) in pdf_put_clip_path()
[all …]
H A Dgdevvec.c101 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
107 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
150 switch (pe_op) { in gdev_vector_dopath()
195 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
196 if (pe_op == 0) in gdev_vector_dopath()
205 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
627 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
635 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c261 int code, pe_op; in pdf_is_same_clip_path() local
281 if (pe_op < 0) in pdf_is_same_clip_path()
282 return pe_op; in pdf_is_same_clip_path()
283 if (pe_op != code) in pdf_is_same_clip_path()
285 switch (pe_op) { in pdf_is_same_clip_path()
354 int pe_op; in pdf_write_path() local
422 if (segs == 0 && pe_op > 0) in pdf_write_path()
425 switch(pe_op) { in pdf_write_path()
631 } while (pe_op > 0); in pdf_write_path()
633 if (pe_op < 0) in pdf_write_path()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c261 int code, pe_op; in pdf_is_same_clip_path() local
281 if (pe_op < 0) in pdf_is_same_clip_path()
282 return pe_op; in pdf_is_same_clip_path()
283 if (pe_op != code) in pdf_is_same_clip_path()
285 switch (pe_op) { in pdf_is_same_clip_path()
354 int pe_op; in pdf_write_path() local
422 if (segs == 0 && pe_op > 0) in pdf_write_path()
425 switch(pe_op) { in pdf_write_path()
631 } while (pe_op > 0); in pdf_write_path()
633 if (pe_op < 0) in pdf_write_path()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/
H A Dpt_pexpr_op.test2 # pe_op.test: tests for the pt::pe::op package.
/dports/devel/tcllibc/tcllib-1.20/modules/pt/
H A Dpt_pexpr_op.test2 # pe_op.test: tests for the pt::pe::op package.
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.c104 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
110 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
153 switch (pe_op) { in gdev_vector_dopath()
198 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
199 if (pe_op == 0) in gdev_vector_dopath()
208 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
645 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
653 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.c104 int pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath() local
110 if (pe_op == gs_pe_lineto) { in gdev_vector_dopath()
153 switch (pe_op) { in gdev_vector_dopath()
198 pe_op = gx_path_enum_next(&cenum, vs); in gdev_vector_dopath()
199 if (pe_op == 0) in gdev_vector_dopath()
208 code = gdev_vector_dopath_segment(&state, pe_op, vs); in gdev_vector_dopath()
645 gdev_vector_dopath_segment(gdev_vector_dopath_state_t *state, int pe_op, in gdev_vector_dopath_segment() argument
653 switch (pe_op) { in gdev_vector_dopath_segment()
/dports/print/ghostscript7-base/ghostscript-7.07/eplaser-3.1.4/
H A Dgdevescv.c516 int pe_op, cnt; in escv_vector_dopath() local
520 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
522 sw:switch (pe_op) { in escv_vector_dopath()
549 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
550 } while (pe_op == gs_pe_lineto); in escv_vector_dopath()
570 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
571 } while (pe_op == gs_pe_curveto); in escv_vector_dopath()
585 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
586 if (pe_op != 0) { in escv_vector_dopath()
H A Dgdevesmv.c602 int pe_op, cnt; in esmv_vector_dopath() local
606 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
608 sw:switch (pe_op) { in esmv_vector_dopath()
635 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
636 } while (pe_op == gs_pe_lineto); in esmv_vector_dopath()
656 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
657 } while (pe_op == gs_pe_curveto); in esmv_vector_dopath()
671 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
672 if (pe_op != 0) { in esmv_vector_dopath()
/dports/print/ghostscript7-base/ghostscript-7.07/
H A Dgdevescv.c516 int pe_op, cnt; in escv_vector_dopath() local
520 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
522 sw:switch (pe_op) { in escv_vector_dopath()
549 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
550 } while (pe_op == gs_pe_lineto); in escv_vector_dopath()
570 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
571 } while (pe_op == gs_pe_curveto); in escv_vector_dopath()
585 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in escv_vector_dopath()
586 if (pe_op != 0) { in escv_vector_dopath()
H A Dgdevesmv.c602 int pe_op, cnt; in esmv_vector_dopath() local
606 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
608 sw:switch (pe_op) { in esmv_vector_dopath()
635 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
636 } while (pe_op == gs_pe_lineto); in esmv_vector_dopath()
656 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
657 } while (pe_op == gs_pe_curveto); in esmv_vector_dopath()
671 pe_op = gx_path_enum_next(&cenum, (gs_fixed_point *) vs); in esmv_vector_dopath()
672 if (pe_op != 0) { in esmv_vector_dopath()

123