Home
last modified time | relevance | path

Searched refs:jpp (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_pooling.cpp582 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward()
615 - nstl::max(0, oh * jpp.stride_h - jpp.t_pad + jpp.kh - jpp.ih) in execute_forward()
702 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward_3d()
760 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
798 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
892 nstl::max(oh * jpp.stride_h - jpp.t_pad + jpp.kh, 0), jpp.ih); in execute_backward()
936 = nstl::max(jpp.ih, oh * jpp.stride_h + jpp.kh - jpp.t_pad) in execute_backward()
1025 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_backward_3d()
1080 + d_t_overflow * jpp.kw * jpp.kh + kd * jpp.kw * jpp.kh; in execute_backward_3d()
1101 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_backward_3d()
[all …]
H A Djit_uni_pool_kernel.cpp121 = ((size_t)jpp.id * jpp.ih * jpp.iw + jpp.od * jpp.oh * jpp.ow) in init_conf()
180 jpp.nb_c = utils::div_up(jpp.c, jpp.c_block); in init_conf()
181 jpp.c_tail = jpp.c_without_padding % jpp.c_block; in init_conf()
197 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
199 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
201 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
203 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
270 jpp.ur_bc_tail = jpp.nb_c % jpp.ur_bc; in init_conf()
286 jpp.c_block * jpp.id * jpp.ih * jpp.iw * nscr, jpp.dt_size); in init_conf()
288 jpp.c_block * jpp.od * jpp.oh * jpp.ow * nscr, jpp.dt_size); in init_conf()
[all …]
H A Djit_uni_i8i8_pooling.cpp1299 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
1301 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
1303 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
1305 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
1325 jpp.mb * jpp.c * nstl::min(jpp.id, jpp.od) in init_conf()
1332 jpp.c_tail = jpp.c % jpp.c_block; in init_conf()
1333 jpp.nb_c = jpp.c / jpp.c_block; in init_conf()
1452 jpp.mb, jpp.od, jpp.oh, jpp.ow, [&](int n, int od, int oh, int ow) { in execute_forward()
1460 jpp.kd, jpp.id + jpp.f_pad - od * jpp.stride_d); in execute_forward()
1464 jpp.kh, jpp.ih + jpp.t_pad - oh * jpp.stride_h); in execute_forward()
[all …]
H A Djit_uni_pool_kernel.hpp43 jit_pool_conf_t jpp; member
98 if (!jpp.is_backward) { in vmm_idx()
99 return (jpp.is_training) ? Vmm(4) : Vmm(1); in vmm_idx()
177 if (jpp.alg == alg_kind::pooling_max) { in step()
178 if (jpp.is_backward) in step()
192 if (jpp.alg == alg_kind::pooling_max in step_high_half()
193 && (jpp.is_training || jpp.is_backward)) in step_high_half()
194 add(reg_index, types::data_type_size(jpp.ind_dt) * 4); in step_high_half()
251 static bool post_ops_ok(jit_pool_conf_t &jpp, const primitive_attr_t &attr,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_uni_pooling.cpp572 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward()
605 - nstl::max(0, oh * jpp.stride_h - jpp.t_pad + jpp.kh - jpp.ih) in execute_forward()
689 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward_3d()
746 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
784 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
878 nstl::max(oh * jpp.stride_h - jpp.t_pad + jpp.kh, 0), jpp.ih); in execute_backward()
922 = nstl::max(jpp.ih, oh * jpp.stride_h + jpp.kh - jpp.t_pad) in execute_backward()
1011 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_backward_3d()
1066 + d_t_overflow * jpp.kw * jpp.kh + kd * jpp.kw * jpp.kh; in execute_backward_3d()
1087 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_backward_3d()
[all …]
H A Djit_uni_pool_kernel.cpp88 = ((size_t)jpp.id * jpp.ih * jpp.iw + jpp.od * jpp.oh * jpp.ow) in init_conf()
146 jpp.nb_c = utils::div_up(jpp.c, jpp.c_block); in init_conf()
147 jpp.c_tail = jpp.c_without_padding % jpp.c_block; in init_conf()
163 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
165 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
167 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
169 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
218 jpp.ur_bc_tail = jpp.nb_c % jpp.ur_bc; in init_conf()
234 jpp.c_block * jpp.id * jpp.ih * jpp.iw * nscr, jpp.dt_size); in init_conf()
236 jpp.c_block * jpp.od * jpp.oh * jpp.ow * nscr, jpp.dt_size); in init_conf()
[all …]
H A Djit_uni_i8i8_pooling.cpp741 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
743 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
745 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
747 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
765 jpp.mb * jpp.c * nstl::min(jpp.id, jpp.od) in init_conf()
772 jpp.c_tail = jpp.c % jpp.c_block; in init_conf()
773 jpp.nb_c = jpp.c / jpp.c_block; in init_conf()
868 jpp.mb, jpp.od, jpp.oh, jpp.ow, [&](int n, int od, int oh, int ow) { in execute_forward()
876 jpp.kd, jpp.id + jpp.f_pad - od * jpp.stride_d); in execute_forward()
880 jpp.kh, jpp.ih + jpp.t_pad - oh * jpp.stride_h); in execute_forward()
[all …]
H A Djit_uni_pool_kernel.hpp45 jit_pool_conf_t jpp; member
85 if (!jpp.is_backward) { in reg_idx()
86 return (jpp.is_training) ? 4 : 1; in reg_idx()
156 if (jpp.alg == alg_kind::pooling_max) { in step()
157 if (jpp.is_backward) in step()
169 static bool post_ops_ok(jit_pool_conf_t &jpp, const primitive_attr_t &attr,
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_uni_pooling.cpp572 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward()
605 - nstl::max(0, oh * jpp.stride_h - jpp.t_pad + jpp.kh - jpp.ih) in execute_forward()
689 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward_3d()
746 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
784 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_forward_3d()
878 nstl::max(oh * jpp.stride_h - jpp.t_pad + jpp.kh, 0), jpp.ih); in execute_backward()
922 = nstl::max(jpp.ih, oh * jpp.stride_h + jpp.kh - jpp.t_pad) in execute_backward()
1011 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_backward_3d()
1066 + d_t_overflow * jpp.kw * jpp.kh + kd * jpp.kw * jpp.kh; in execute_backward_3d()
1087 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_backward_3d()
[all …]
H A Djit_uni_pool_kernel.cpp88 = ((size_t)jpp.id * jpp.ih * jpp.iw + jpp.od * jpp.oh * jpp.ow) in init_conf()
146 jpp.nb_c = utils::div_up(jpp.c, jpp.c_block); in init_conf()
147 jpp.c_tail = jpp.c_without_padding % jpp.c_block; in init_conf()
163 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
165 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
167 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
169 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
218 jpp.ur_bc_tail = jpp.nb_c % jpp.ur_bc; in init_conf()
234 jpp.c_block * jpp.id * jpp.ih * jpp.iw * nscr, jpp.dt_size); in init_conf()
236 jpp.c_block * jpp.od * jpp.oh * jpp.ow * nscr, jpp.dt_size); in init_conf()
[all …]
H A Djit_uni_i8i8_pooling.cpp741 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
743 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
745 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
747 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
765 jpp.mb * jpp.c * nstl::min(jpp.id, jpp.od) in init_conf()
772 jpp.c_tail = jpp.c % jpp.c_block; in init_conf()
773 jpp.nb_c = jpp.c / jpp.c_block; in init_conf()
868 jpp.mb, jpp.od, jpp.oh, jpp.ow, [&](int n, int od, int oh, int ow) { in execute_forward()
876 jpp.kd, jpp.id + jpp.f_pad - od * jpp.stride_d); in execute_forward()
880 jpp.kh, jpp.ih + jpp.t_pad - oh * jpp.stride_h); in execute_forward()
[all …]
H A Djit_uni_pool_kernel.hpp45 jit_pool_conf_t jpp; member
85 if (!jpp.is_backward) { in reg_idx()
86 return (jpp.is_training) ? 4 : 1; in reg_idx()
156 if (jpp.alg == alg_kind::pooling_max) { in step()
157 if (jpp.is_backward) in step()
169 static bool post_ops_ok(jit_pool_conf_t &jpp, const primitive_attr_t &attr,
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_pooling.cpp316 + id * jpp.ih * jpp.iw * jpp.c_block]); in get_src_addr_3d()
577 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward()
610 - nstl::max(0, oh * jpp.stride_h - jpp.t_pad + jpp.kh - jpp.ih) in execute_forward()
698 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_forward_3d()
793 parallel_nd(jpp.mb, jpp.nb_c, jpp.od, in execute_forward_3d()
893 nstl::max(oh * jpp.stride_h - jpp.t_pad + jpp.kh, 0), jpp.ih); in execute_backward()
937 = nstl::max(jpp.ih, oh * jpp.stride_h + jpp.kh - jpp.t_pad) in execute_backward()
1028 = nstl::max(jpp.ih, ij + jpp.kh - jpp.t_pad) - jpp.ih; in execute_backward_3d()
1083 + d_t_overflow * jpp.kw * jpp.kh + kd * jpp.kw * jpp.kh; in execute_backward_3d()
1104 = nstl::max(jpp.id, ik + jpp.kd - jpp.f_pad) - jpp.id; in execute_backward_3d()
[all …]
H A Djit_uni_pool_kernel.cpp121 = ((size_t)jpp.id * jpp.ih * jpp.iw + jpp.od * jpp.oh * jpp.ow) in init_conf()
180 jpp.nb_c = utils::div_up(jpp.c, jpp.c_block); in init_conf()
181 jpp.c_tail = jpp.c_without_padding % jpp.c_block; in init_conf()
197 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
199 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
201 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
203 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
270 jpp.ur_bc_tail = jpp.nb_c % jpp.ur_bc; in init_conf()
281 jpp.c_block * jpp.id * jpp.ih * jpp.iw * nscr, jpp.dt_size); in init_conf()
283 jpp.c_block * jpp.od * jpp.oh * jpp.ow * nscr, jpp.dt_size); in init_conf()
[all …]
H A Djit_uni_i8i8_pooling.cpp1300 jpp.f_pad, jpp.od, jpp.id, jpp.stride_d, jpp.kd); in init_conf()
1302 jpp.t_pad, jpp.oh, jpp.ih, jpp.stride_h, jpp.kh); in init_conf()
1304 jpp.l_pad, jpp.ow, jpp.iw, jpp.stride_w, jpp.kw); in init_conf()
1306 if (jpp.f_pad >= jpp.kd || jpp.t_pad >= jpp.kh || jpp.l_pad >= jpp.kw in init_conf()
1326 jpp.mb * jpp.c * nstl::min(jpp.id, jpp.od) in init_conf()
1333 jpp.c_tail = jpp.c % jpp.c_block; in init_conf()
1334 jpp.nb_c = jpp.c / jpp.c_block; in init_conf()
1452 parallel_nd(jpp.mb, jpp.od, jpp.oh, jpp.ow, in execute_forward()
1461 dim_t(jpp.kd), jpp.id + jpp.f_pad - od * jpp.stride_d); in execute_forward()
1465 dim_t(jpp.kh), jpp.ih + jpp.t_pad - oh * jpp.stride_h); in execute_forward()
[all …]
H A Djit_uni_pool_kernel.hpp43 jit_pool_conf_t jpp; member
97 if (!jpp.is_backward) { in vmm_idx()
98 return (jpp.is_training) ? Vmm(4) : Vmm(1); in vmm_idx()
176 if (jpp.alg == alg_kind::pooling_max) { in step()
177 if (jpp.is_backward) in step()
191 if (jpp.alg == alg_kind::pooling_max in step_high_half()
192 && (jpp.is_training || jpp.is_backward)) in step_high_half()
193 add(reg_index, types::data_type_size(jpp.ind_dt) * 4); in step_high_half()
250 static bool post_ops_ok(jit_pool_conf_t &jpp, const primitive_attr_t &attr,
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinestroke.c1633 SplineSetLineTo(jpp->cur, jpp->oxy); in BevelJoin()
1642 CalcNibOffset(jpp->c, jpp->ut_fm, jpp->is_right, &no_fm, -1); in NibJoin()
1645 jpp->no_to, jpp->ccw_to, !jpp->bend_is_ccw); in NibJoin()
1646 SplineStrokeAppendFixup(sp, jpp->sxy, jpp->no_to, jpp->ccw_to, lmd); in NibJoin()
1690 h0 = BPRevIf(jpp->is_right, jpp->ut_fm); in RoundJoin()
1694 DoubleBackJC(jpp->c, jpp->cur, jpp->sxy, jpp->oxy, jpp->ut_fm, in RoundJoin()
1739 coi = BPAdd(jpp->oxy, jpp->no_to->utanvec); in MiterJoin()
1819 t = SplineStrokeNextT(jpp->c, jpp->s, 0.0, jpp->ccw_to, &ut_to, &curved, in ArcsJoin()
1824 if ( OffsetOnCuspAt(jpp->c, jpp->s, 0.0, jpp->no_to, in ArcsJoin()
2086 SplineStrokeAppendFixup(cur->last, jpp->sxy, jpp->no_to, jpp->ccw_to, in _HandleJoin()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetSize() local
1054 if (!b || (jpp->Val && !jpp->Val->IsNull())) in GetSize()
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetKeyList() local
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetValList() local
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next) in Merge() local
1189 SetKeyValue(g, jpp->Val, jpp->Key); in Merge()
1904 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key); in MoffPair()
1907 jpp->Val = (PJVAL)MoffJValue(jpp->Val); in MoffPair()
1910 jpp->Next = (PJPR)MoffPair(jpp->Next); in MoffPair()
2018 jpp->Val = (PJVAL)MptrJValue(jpp->Val); in MptrPair()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetSize() local
1054 if (!b || jpp->Val && !jpp->Val->IsNull()) in GetSize()
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetKeyList() local
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetValList() local
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next) in Merge() local
1189 SetKeyValue(g, jpp->Val, jpp->Key); in Merge()
1901 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key); in MoffPair()
1904 jpp->Val = (PJVAL)MoffJValue(jpp->Val); in MoffPair()
1907 jpp->Next = (PJPR)MoffPair(jpp->Next); in MoffPair()
2015 jpp->Val = (PJVAL)MptrJValue(jpp->Val); in MptrPair()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetSize() local
1054 if (!b || jpp->Val && !jpp->Val->IsNull()) in GetSize()
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetKeyList() local
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetValList() local
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next) in Merge() local
1189 SetKeyValue(g, jpp->Val, jpp->Key); in Merge()
1901 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key); in MoffPair()
1904 jpp->Val = (PJVAL)MoffJValue(jpp->Val); in MoffPair()
1907 jpp->Next = (PJPR)MoffPair(jpp->Next); in MoffPair()
2015 jpp->Val = (PJVAL)MptrJValue(jpp->Val); in MptrPair()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next)
1054 if (!b || jpp->Val && !jpp->Val->IsNull())
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next)
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next)
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next)
1189 SetKeyValue(g, jpp->Val, jpp->Key);
1901 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key);
1904 jpp->Val = (PJVAL)MoffJValue(jpp->Val);
1907 jpp->Next = (PJPR)MoffPair(jpp->Next);
2015 jpp->Val = (PJVAL)MptrJValue(jpp->Val);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetSize() local
1054 if (!b || jpp->Val && !jpp->Val->IsNull()) in GetSize()
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetKeyList() local
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetValList() local
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next) in Merge() local
1189 SetKeyValue(g, jpp->Val, jpp->Key); in Merge()
1901 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key); in MoffPair()
1904 jpp->Val = (PJVAL)MoffJValue(jpp->Val); in MoffPair()
1907 jpp->Next = (PJPR)MoffPair(jpp->Next); in MoffPair()
2015 jpp->Val = (PJVAL)MptrJValue(jpp->Val); in MptrPair()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Djson.cpp1052 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetSize() local
1054 if (!b || (jpp->Val && !jpp->Val->IsNull())) in GetSize()
1087 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetKeyList() local
1101 for (PJPR jpp = First; jpp; jpp = jpp->Next) in GetValList() local
1188 for (PJPR jpp = jobp->First; jpp; jpp = jpp->Next) in Merge() local
1189 SetKeyValue(g, jpp->Val, jpp->Key); in Merge()
1904 jpp->Key = (PCSZ)MakeOff(Base, (void*)jpp->Key); in MoffPair()
1907 jpp->Val = (PJVAL)MoffJValue(jpp->Val); in MoffPair()
1910 jpp->Next = (PJPR)MoffPair(jpp->Next); in MoffPair()
2018 jpp->Val = (PJVAL)MptrJValue(jpp->Val); in MptrPair()
[all …]
/dports/devel/libmatthew/libmatthew-java-0.8.1/
H A DMakefile93 debug-enable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp
97 debug-disable-$(DEBUGVER).jar: cx/ath/matthew/debug/Debug.jpp
101 .enabledebug: cx/ath/matthew/debug/Debug.jpp
103 …cpp $(PPFLAGS) $(JPPFLAGS) -DDEBUGSETTING=true < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/d…
107 .disabledebug: cx/ath/matthew/debug/Debug.jpp
109 …cpp $(PPFLAGS) $(JPPFLAGS) -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/…
/dports/shells/heirloom-sh/heirloom-sh-050706/
H A Djobs.c638 register struct job *jp, **jpp; in allocjob() local
656 jpp = &joblst; in allocjob()
659 for (; *jpp; jpp = &(*jpp)->j_nxtp) in allocjob()
660 if ((*jpp)->j_jid != 0) in allocjob()
662 for (jid = 1; *jpp; jpp = &(*jpp)->j_nxtp, jid++) in allocjob()
663 if ((*jpp)->j_jid != jid) in allocjob()
669 nextjob = jpp; in allocjob()

12345678