Home
last modified time | relevance | path

Searched refs:ohp (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dorder.cpp50 order_h *ohp = NULL; variable
56 if(!ohp->IsValid())
68 order_h *ohp = NULL; variable
72 if(!ohp->IsValid())
84 order_h *ohp = NULL; variable
89 if(!ohp->IsValid())
172 order_h *ohp = NULL; variable
180 if(!ohp->IsValid())
322 order_h *ohp = NULL; variable
329 if(!ohp->IsValid())
[all …]
/dports/sysutils/heirloom/heirloom-070715/mail/
H A Dpushlist.c44 struct hdrs *nhp, *ohp, *nextcont; in pushlist() local
68 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail); in pushlist()
77 if (ohp == (struct hdrs *)NULL) { in pushlist()
103 nextcont = ohp; in pushlist()
115 if (ohp == (struct hdrs *)NULL) { in pushlist()
121 nhp->next = ohp; in pushlist()
122 hdrlines[hdrtype].head = ohp->prev = nhp; in pushlist()
125 nhp->prev = ohp; in pushlist()
126 hdrlines[hdrtype].tail = ohp->next = nhp; in pushlist()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bif_unique.h90 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
91 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
179 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
183 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
189 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
194 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
196 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
280 Eterm **hpp, ErlOffHeap *ohp,
332 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
342 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c627 ErlOffHeap *ohp; in erts_send_message() local
768 &ohp); in erts_send_message()
830 ErlOffHeap *ohp; in erts_deliver_exit_message() local
847 &hp, &ohp); in erts_deliver_exit_message()
871 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1244 ErlOffHeap *ohp; in erts_factory_message_create() local
1253 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1259 sz, &hp, &ohp, in erts_factory_message_create()
1265 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1297 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_bif_unique.h90 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
91 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
179 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
183 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
189 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
194 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
196 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
280 Eterm **hpp, ErlOffHeap *ohp,
332 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
342 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c645 ErlOffHeap *ohp; in erts_send_message() local
786 &ohp); in erts_send_message()
848 ErlOffHeap *ohp; in erts_deliver_exit_message() local
865 &hp, &ohp); in erts_deliver_exit_message()
889 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1262 ErlOffHeap *ohp; in erts_factory_message_create() local
1271 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1277 sz, &hp, &ohp, in erts_factory_message_create()
1283 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1315 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/elk/elk-3.99.8/src/
H A Dstab-convex.c46 struct opthdr *ohp; in Open_File_And_Snarf_Symbols() local
69 ohp = (struct opthdr *)(base + sizeof *fhp); in Open_File_And_Snarf_Symbols()
70 np = (struct nlist *)(base + ohp->o_symptr); in Open_File_And_Snarf_Symbols()
71 for (n = 0; n < ohp->o_nsyms; n++, np++) { in Open_File_And_Snarf_Symbols()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_unique.h94 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
95 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
202 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
206 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
212 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
217 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
219 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
324 Eterm **hpp, ErlOffHeap *ohp,
402 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
421 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c645 ErlOffHeap *ohp; in erts_send_message() local
786 &ohp); in erts_send_message()
848 ErlOffHeap *ohp; in erts_deliver_exit_message() local
865 &hp, &ohp); in erts_deliver_exit_message()
889 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1148 ErlOffHeap *ohp; in erts_factory_message_create() local
1157 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1163 sz, &hp, &ohp, in erts_factory_message_create()
1169 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1201 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_unique.h94 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
95 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
202 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
206 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
212 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
217 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
219 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
324 Eterm **hpp, ErlOffHeap *ohp,
402 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
421 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c645 ErlOffHeap *ohp; in erts_send_message() local
786 &ohp); in erts_send_message()
848 ErlOffHeap *ohp; in erts_deliver_exit_message() local
865 &hp, &ohp); in erts_deliver_exit_message()
889 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1148 ErlOffHeap *ohp; in erts_factory_message_create() local
1157 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1163 sz, &hp, &ohp, in erts_factory_message_create()
1169 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1201 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_unique.h94 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
95 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
202 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
206 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
212 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
217 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
219 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
324 Eterm **hpp, ErlOffHeap *ohp,
402 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
421 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c645 ErlOffHeap *ohp; in erts_send_message() local
786 &ohp); in erts_send_message()
848 ErlOffHeap *ohp; in erts_deliver_exit_message() local
865 &hp, &ohp); in erts_deliver_exit_message()
889 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1148 ErlOffHeap *ohp; in erts_factory_message_create() local
1157 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1163 sz, &hp, &ohp, in erts_factory_message_create()
1169 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1201 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_unique.h94 ERTS_GLB_INLINE Eterm erts_mk_magic_ref_get_refc(Eterm * *hpp, ErlOffHeap * ohp, Binary*, erts_aint…
95 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
202 erts_mk_magic_ref_get_refc(Eterm **hpp, ErlOffHeap *ohp, Binary *bp, erts_aint_t* refcp) in erts_mk_magic_ref_get_refc() argument
206 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref_get_refc()
212 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref_get_refc()
217 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
219 return erts_mk_magic_ref_get_refc(hpp, ohp, bp, NULL); in erts_mk_magic_ref()
324 Eterm **hpp, ErlOffHeap *ohp,
402 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
421 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
[all …]
H A Derl_message.c645 ErlOffHeap *ohp; in erts_send_message() local
786 &ohp); in erts_send_message()
848 ErlOffHeap *ohp; in erts_deliver_exit_message() local
865 &hp, &ohp); in erts_deliver_exit_message()
889 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1148 ErlOffHeap *ohp; in erts_factory_message_create() local
1157 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1163 sz, &hp, &ohp, in erts_factory_message_create()
1169 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1201 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_message.c604 ErlOffHeap *ohp; in erts_send_message() local
728 &ohp); in erts_send_message()
771 ErlOffHeap *ohp; in erts_deliver_exit_message() local
788 &hp, &ohp); in erts_deliver_exit_message()
812 sz_reason+sz_from+4, &hp, &ohp); in erts_deliver_exit_message()
1235 ErlOffHeap *ohp; in erts_factory_message_create() local
1244 ohp = sz == 0 ? NULL : &msgp->hfrag.off_heap; in erts_factory_message_create()
1250 sz, &hp, &ohp, in erts_factory_message_create()
1256 ASSERT(ohp == &proc->off_heap); in erts_factory_message_create()
1282 factory->off_heap = ohp; in erts_factory_message_create()
[all …]
H A Derl_bif_unique.h90 ERTS_GLB_INLINE Eterm erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *mbp);
178 erts_mk_magic_ref(Eterm **hpp, ErlOffHeap *ohp, Binary *bp) in erts_mk_magic_ref() argument
182 write_magic_ref_thing(hp, ohp, (ErtsMagicBinary *) bp); in erts_mk_magic_ref()
185 OH_OVERHEAD(ohp, bp->orig_size / sizeof(Eterm)); in erts_mk_magic_ref()
270 Eterm **hpp, ErlOffHeap *ohp,
322 Eterm **hpp, ErlOffHeap *ohp, in erts_iref_storage_make_ref() argument
332 write_magic_ref_thing(hp, ohp, iref->u.mb); in erts_iref_storage_make_ref()
333 OH_OVERHEAD(ohp, iref->u.mb->orig_size / sizeof(Eterm)); in erts_iref_storage_make_ref()
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dexpand.c162 register char **ohp; local
174 ohp = hip;
205 hip = ohp;
206 } else if ((olp - lowp-1) > (hip+1 - ohp)) {
207 xsort(hip+1, ohp+1);
213 hip = ohp;

12345678910>>...14