Home
last modified time | relevance | path

Searched defs:proc (Results 51 – 75 of 10194) sorted by relevance

12345678910>>...408

/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxcmap.h38 #define cmap_proc_gray(proc)\ argument
41 #define cmap_proc_rgb(proc)\ argument
44 #define cmap_proc_cmyk(proc)\ argument
48 #define cmap_proc_rgb_alpha(proc)\ argument
51 #define cmap_proc_separation(proc)\ argument
54 #define cmap_proc_devicen(proc)\ argument
57 #define cmap_proc_is_halftoned(proc)\ argument
64 #define cm_map_proc_gray(proc) \ argument
68 #define cm_map_proc_rgb(proc) \ argument
74 #define cm_map_proc_cmyk(proc) \ argument
[all …]
H A Dgxcomp.h76 #define composite_create_default_compositor_proc(proc)\ argument
84 #define composite_equal_proc(proc)\ argument
97 #define composite_write_proc(proc)\ argument
106 #define composite_read_proc(proc)\ argument
114 #define composite_adjust_ctm_proc(proc)\ argument
125 #define composite_is_closing_proc(proc)\ argument
133 #define composite_is_friendly_proc(proc)\ argument
140 #define composite_clist_write_update(proc)\ argument
148 #define composite_clist_read_update(proc)\ argument
156 #define composite_get_cropping_proc(proc)\ argument
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxcmap.h38 #define cmap_proc_gray(proc)\ argument
41 #define cmap_proc_rgb(proc)\ argument
44 #define cmap_proc_cmyk(proc)\ argument
48 #define cmap_proc_rgb_alpha(proc)\ argument
51 #define cmap_proc_separation(proc)\ argument
54 #define cmap_proc_devicen(proc)\ argument
57 #define cmap_proc_is_halftoned(proc)\ argument
64 #define cm_map_proc_gray(proc) \ argument
68 #define cm_map_proc_rgb(proc) \ argument
74 #define cm_map_proc_cmyk(proc) \ argument
[all …]
H A Dgxcomp.h76 #define composite_create_default_compositor_proc(proc)\ argument
84 #define composite_equal_proc(proc)\ argument
97 #define composite_write_proc(proc)\ argument
106 #define composite_read_proc(proc)\ argument
114 #define composite_adjust_ctm_proc(proc)\ argument
125 #define composite_is_closing_proc(proc)\ argument
133 #define composite_is_friendly_proc(proc)\ argument
140 #define composite_clist_write_update(proc)\ argument
148 #define composite_clist_read_update(proc)\ argument
156 #define composite_get_cropping_proc(proc)\ argument
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxcomp.h75 #define composite_create_default_compositor_proc(proc)\ argument
83 #define composite_equal_proc(proc)\ argument
96 #define composite_write_proc(proc)\ argument
105 #define composite_read_proc(proc)\ argument
113 #define composite_adjust_ctm_proc(proc)\ argument
124 #define composite_is_closing_proc(proc)\ argument
132 #define composite_is_friendly_proc(proc)\ argument
139 #define composite_clist_write_update(proc)\ argument
147 #define composite_clist_read_update(proc)\ argument
155 #define composite_get_cropping_proc(proc)\ argument
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxcomp.h75 #define composite_create_default_compositor_proc(proc)\ argument
83 #define composite_equal_proc(proc)\ argument
96 #define composite_write_proc(proc)\ argument
105 #define composite_read_proc(proc)\ argument
113 #define composite_adjust_ctm_proc(proc)\ argument
124 #define composite_is_closing_proc(proc)\ argument
132 #define composite_is_friendly_proc(proc)\ argument
139 #define composite_clist_write_update(proc)\ argument
147 #define composite_clist_read_update(proc)\ argument
155 #define composite_get_cropping_proc(proc)\ argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_contracts.py378 def exe(self, ret, proc): argument
392 def pid(self, ret, proc): argument
396 def ppid(self, ret, proc): argument
400 def name(self, ret, proc): argument
422 def uids(self, ret, proc): argument
429 def gids(self, ret, proc): argument
445 def status(self, ret, proc): argument
458 def ionice(self, ret, proc): argument
562 def cwd(self, ret, proc): argument
622 def nice(self, ret, proc): argument
[all …]
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Duses_theory.cpp30 struct proc { struct
31 family_id m_fid;
32 proc(family_id fid):m_fid(fid) {} in proc() function
33 void operator()(var * n) {} in operator ()()
34 void operator()(app * n) { if (n->get_family_id() == m_fid) throw found(); } in operator ()()
35 void operator()(quantifier * n) {} in operator ()()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/processor/
H A Dproc_maps_linux_unittest.cc31 TEST(ProcMapsTest, Spaces) {
32 static const char kSpaces[] = in proc()
33 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in proc()
35 std::vector<google_breakpad::MappedMemoryRegion> regions; in operator ()()
36 ASSERT_TRUE(ParseProcMaps(kSpaces, &regions));
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dtreeproc.cpp33 void TreeProcShareKeys::proc(MegaClient*, Node* n) in proc() function in mega::TreeProcShareKeys
43 void TreeProcForeignKeys::proc(MegaClient* client, Node* n) in proc() function in mega::TreeProcForeignKeys
61 void TreeProcDU::proc(MegaClient*, Node* n) in proc() function in mega::TreeProcDU
75 void TreeProcDel::proc(MegaClient* client, Node* n) in proc() function in mega::TreeProcDel
86 void TreeProcApplyKey::proc(MegaClient *client, Node *n) in proc() function in mega::TreeProcApplyKey
101 void TreeProcDelSyncGet::proc(MegaClient*, Node* n) in proc() function in mega::TreeProcDelSyncGet
117 void LocalTreeProcMove::proc(MegaClient*, LocalNode* localnode) in proc() function in mega::LocalTreeProcMove
135 void LocalTreeProcUpdateTransfers::proc(MegaClient *, LocalNode *localnode) in proc() function in mega::LocalTreeProcUpdateTransfers
144 void LocalTreeProcUnlinkNodes::proc(MegaClient *, LocalNode *localnode) in proc() function in mega::LocalTreeProcUnlinkNodes
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxiparam.h50 #define image_proc_source_size(proc)\ argument
61 #define image_proc_sput(proc)\ argument
72 #define image_proc_sget(proc)\ argument
81 #define image_proc_release(proc)\ argument
135 #define image_enum_proc_plane_data(proc)\ argument
147 #define image_enum_proc_end_image(proc)\ argument
160 #define image_enum_proc_flush(proc)\ argument
185 #define image_enum_proc_planes_wanted(proc)\ argument
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxiparam.h50 #define image_proc_source_size(proc)\ argument
61 #define image_proc_sput(proc)\ argument
72 #define image_proc_sget(proc)\ argument
81 #define image_proc_release(proc)\ argument
135 #define image_enum_proc_plane_data(proc)\ argument
147 #define image_enum_proc_end_image(proc)\ argument
160 #define image_enum_proc_flush(proc)\ argument
185 #define image_enum_proc_planes_wanted(proc)\ argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dspec_expr_6.f9019 subroutine proc (t1, t2) subroutine
22 end subroutine proc argument
41 subroutine proc (t1, t2) subroutine
45 end subroutine proc argument

12345678910>>...408