Searched refs:patchtype (Results 1 – 12 of 12) sorted by relevance
/dports/devel/hs-darcs/darcs-2.16.4/tests/ |
H A D | split-patches.sh | 31 patchtype=darcs-2 34 patchtype=darcs-1 47 if [ ${patchtype} != darcs-1 ] ; then exit 0 ; fi 53 darcs apply $TESTDATA/split--${patchtype}.dpatch 60 darcs apply $TESTDATA/split2--${patchtype}.dpatch
|
/dports/math/libmesh/libmesh-1.6.2/src/mesh/ |
H A D | patch.C | 158 PMF patchtype) in build_around_element() argument 166 libmesh_assert ((patchtype != &Patch::add_local_face_neighbors && in build_around_element() 167 patchtype != &Patch::add_local_point_neighbors) || in build_around_element() 186 (this->*patchtype)(); in build_around_element() 208 if ((patchtype == &Patch::add_local_face_neighbors || in build_around_element() 209 patchtype == &Patch::add_local_point_neighbors)) in build_around_element()
|
/dports/math/libmesh/libmesh-1.6.2/include/mesh/ |
H A D | patch.h | 115 PMF patchtype = &Patch::add_local_face_neighbors);
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/hipe/ |
H A D | hipe_arch.h | 28 extern void hipe_patch_address(Uint *address, Eterm patchtype, Uint value);
|
H A D | hipe_bif0.c | 1874 void hipe_patch_address(Uint *address, Eterm patchtype, Uint value) in hipe_patch_address() argument 1876 switch (patchtype) { in hipe_patch_address() 1882 __FUNCTION__, patchtype); in hipe_patch_address()
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/hipe/ |
H A D | hipe_arch.h | 28 extern void hipe_patch_address(Uint *address, Eterm patchtype, Uint value);
|
H A D | hipe_bif0.c | 1874 void hipe_patch_address(Uint *address, Eterm patchtype, Uint value) in hipe_patch_address() argument 1876 switch (patchtype) { in hipe_patch_address() 1882 __FUNCTION__, patchtype); in hipe_patch_address()
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/hipe/ |
H A D | hipe_arch.h | 28 extern void hipe_patch_address(Uint *address, Eterm patchtype, Uint value);
|
H A D | hipe_bif0.c | 1874 void hipe_patch_address(Uint *address, Eterm patchtype, Uint value) in hipe_patch_address() argument 1876 switch (patchtype) { in hipe_patch_address() 1882 __FUNCTION__, patchtype); in hipe_patch_address()
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/ |
H A D | beam_load.c | 6681 Eterm patchtype; in patch() local 6701 patchtype = tp[2]; in patch() 6702 if (is_not_atom(patchtype)) { in patch() 6706 hipe_patch_address((Uint *)AddressToPatch, patchtype, fe); in patch()
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/ |
H A D | beam_load.c | 6619 Eterm patchtype; in patch() local 6639 patchtype = tp[2]; in patch() 6640 if (is_not_atom(patchtype)) { in patch() 6644 hipe_patch_address((Uint *)AddressToPatch, patchtype, fe); in patch()
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/ |
H A D | beam_load.c | 6802 Eterm patchtype; in patch() local 6822 patchtype = tp[2]; in patch() 6823 if (is_not_atom(patchtype)) { in patch() 6827 hipe_patch_address((Uint *)AddressToPatch, patchtype, fe); in patch()
|