Home
last modified time | relevance | path

Searched refs:pzone (Results 1 – 25 of 70) sorted by relevance

123

/dports/games/prboom/prboom-2.5.0/src/
H A Dz_bmalloc.c68 void* Z_BMalloc(struct block_memory_alloc_s *pzone) in Z_BMalloc() argument
70 register bmalpool_t **pool = (bmalpool_t **)&(pzone->firstpool); in Z_BMalloc()
80 return getelem(*pool, pzone->size, n); in Z_BMalloc()
90 *pool = newpool = Z_Calloc(sizeof(*newpool) + (sizeof(byte) + pzone->size)*(pzone->perpool), in Z_BMalloc()
91 1, pzone->tag, NULL); in Z_BMalloc()
96 newpool->blocks = pzone->perpool; in Z_BMalloc()
97 return getelem(newpool, pzone->size, 0); in Z_BMalloc()
101 void Z_BFree(struct block_memory_alloc_s *pzone, void* p) in Z_BFree() argument
106 int n = iselem(*pool, pzone->size, p); in Z_BFree()
110 I_Error("Z_BFree: Refree in zone %s", pzone->desc); in Z_BFree()
[all …]
H A Dz_bmalloc.h47 void* Z_BMalloc(struct block_memory_alloc_s *pzone);
49 inline static void* Z_BCalloc(struct block_memory_alloc_s *pzone) in Z_BCalloc() argument
50 { void *p = Z_BMalloc(pzone); memset(p,0,pzone->size); return p; } in Z_BCalloc()
52 void Z_BFree(struct block_memory_alloc_s *pzone, void* p);
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dz_bmalloc.c68 void* Z_BMalloc(struct block_memory_alloc_s *pzone) in Z_BMalloc() argument
70 register bmalpool_t **pool = (bmalpool_t **)&(pzone->firstpool); in Z_BMalloc()
80 return getelem(*pool, pzone->size, n); in Z_BMalloc()
90 *pool = newpool = Z_Calloc(sizeof(*newpool) + (sizeof(byte) + pzone->size)*(pzone->perpool), in Z_BMalloc()
91 1, pzone->tag, NULL); in Z_BMalloc()
96 newpool->blocks = pzone->perpool; in Z_BMalloc()
97 return getelem(newpool, pzone->size, 0); in Z_BMalloc()
101 void Z_BFree(struct block_memory_alloc_s *pzone, void* p) in Z_BFree() argument
106 int n = iselem(*pool, pzone->size, p); in Z_BFree()
110 I_Error("Z_BFree: Refree in zone %s", pzone->desc); in Z_BFree()
[all …]
H A Dz_bmalloc.h50 void* Z_BMalloc(struct block_memory_alloc_s *pzone);
52 inline static void* Z_BCalloc(struct block_memory_alloc_s *pzone) in Z_BCalloc() argument
53 { void *p = Z_BMalloc(pzone); memset(p,0,pzone->size); return p; } in Z_BCalloc()
55 void Z_BFree(struct block_memory_alloc_s *pzone, void* p);
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dz_bmalloc.c66 void* Z_BMalloc(struct block_memory_alloc_s *pzone) in Z_BMalloc() argument
68 register bmalpool_t **pool = (bmalpool_t **)&(pzone->firstpool); in Z_BMalloc()
75 return getelem(*pool, pzone->size, n); in Z_BMalloc()
86 … *pool = newpool = Z_Calloc(sizeof(*newpool) + (sizeof(uint8_t) + pzone->size)*(pzone->perpool), in Z_BMalloc()
87 1, pzone->tag, NULL); in Z_BMalloc()
92 newpool->blocks = pzone->perpool; in Z_BMalloc()
93 return getelem(newpool, pzone->size, 0); in Z_BMalloc()
97 void Z_BFree(struct block_memory_alloc_s *pzone, void* p) in Z_BFree() argument
99 register bmalpool_t **pool = (bmalpool_t**)&(pzone->firstpool); in Z_BFree()
102 int n = iselem(*pool, pzone->size, p); in Z_BFree()
[all …]
H A Dz_bmalloc.h50 void* Z_BMalloc(struct block_memory_alloc_s *pzone);
52 static INLINE void* Z_BCalloc(struct block_memory_alloc_s *pzone) in Z_BCalloc() argument
53 { void *p = Z_BMalloc(pzone); memset(p,0,pzone->size); return p; } in Z_BCalloc()
55 void Z_BFree(struct block_memory_alloc_s *pzone, void* p);
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSF2PZone.c48 static void ipatch_sf2_pzone_init(IpatchSF2PZone *pzone);
130 IpatchSF2PZone *pzone = IPATCH_SF2_PZONE(object); in ipatch_sf2_pzone_set_property() local
137 ipatch_sf2_zone_set_link_item_no_notify((IpatchSF2Zone *)pzone, in ipatch_sf2_pzone_set_property()
152 IpatchSF2PZone *pzone = IPATCH_SF2_PZONE(object); in ipatch_sf2_pzone_get_property() local
157 ((IpatchSF2Zone *)pzone)); in ipatch_sf2_pzone_get_property()
168 void ipatch_sf2_pzone_init(IpatchSF2PZone *pzone) in ipatch_sf2_pzone_init() argument
251 ipatch_sf2_pzone_set_inst(IpatchSF2PZone *pzone, IpatchSF2Inst *inst) in ipatch_sf2_pzone_set_inst() argument
253 g_return_if_fail(IPATCH_IS_SF2_PZONE(pzone)); in ipatch_sf2_pzone_set_inst()
272 ipatch_sf2_pzone_get_inst(IpatchSF2PZone *pzone) in ipatch_sf2_pzone_get_inst() argument
276 g_return_val_if_fail(IPATCH_IS_SF2_PZONE(pzone), NULL); in ipatch_sf2_pzone_get_inst()
[all …]
H A DIpatchSF2VoiceCache_SF2.c79 IpatchSF2Zone *pzone, *izone; in _sf2_preset_to_sf2_voice_cache_convert() local
118 pzone = (IpatchSF2Zone *)(p->data); in _sf2_preset_to_sf2_voice_cache_convert()
121 if(solo_item && (IpatchItem *)pzone != solo_item) in _sf2_preset_to_sf2_voice_cache_convert()
126 ipatch_sf2_voice_cache_declare_item(cache, (GObject *)pzone); in _sf2_preset_to_sf2_voice_cache_convert()
131 IPATCH_ITEM_RLOCK(pzone); /* ++ LOCK preset zone */ in _sf2_preset_to_sf2_voice_cache_convert()
133 inst = (IpatchSF2Inst *)(pzone->item); in _sf2_preset_to_sf2_voice_cache_convert()
137 IPATCH_ITEM_RUNLOCK(pzone); in _sf2_preset_to_sf2_voice_cache_convert()
141 ipatch_sf2_gen_item_copy_set((IpatchSF2GenItem *)pzone, &pz); /* process pzone */ in _sf2_preset_to_sf2_voice_cache_convert()
143 if(pzone->mods) in _sf2_preset_to_sf2_voice_cache_convert()
145 pmods = ipatch_sf2_mod_list_override(gpmods, pzone->mods, FALSE); in _sf2_preset_to_sf2_voice_cache_convert()
[all …]
H A DIpatchSF2PZone.h66 void ipatch_sf2_pzone_set_inst(IpatchSF2PZone *pzone, IpatchSF2Inst *inst);
67 IpatchSF2Inst *ipatch_sf2_pzone_get_inst(IpatchSF2PZone *pzone);
H A DIpatchSF2Preset.c617 IpatchSF2PZone *pzone; in ipatch_sf2_preset_new_zone() local
622 pzone = ipatch_sf2_pzone_new(); /* ++ ref new zone */ in ipatch_sf2_preset_new_zone()
623 ipatch_sf2_zone_set_link_item(IPATCH_SF2_ZONE(pzone), IPATCH_ITEM(inst)); in ipatch_sf2_preset_new_zone()
625 ipatch_container_append(IPATCH_CONTAINER(preset), IPATCH_ITEM(pzone)); in ipatch_sf2_preset_new_zone()
627 g_object_unref(pzone); /* -- unref preset zone */ in ipatch_sf2_preset_new_zone()
/dports/dns/bind916/bind-9.16.27/bin/tests/system/metadata/
H A Dsetup.sh17 pzone=parent.nil
53 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
56 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
59 oldstyle=`$KEYGEN -Cq -a rsasha1 $pzone`
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/metadata/
H A Dsetup.sh17 pzone=parent.nil
53 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
56 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
59 oldstyle=`$KEYGEN -Cq -a rsasha1 $pzone`
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/metadata/
H A Dsetup.sh15 pzone=parent.nil
51 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
54 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
57 oldstyle=`$KEYGEN -Cq -a rsasha1 $pzone`
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/metadata/
H A Dsetup.sh14 pzone=parent.nil
50 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
53 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
56 oldstyle=`$KEYGEN -Cq -a rsasha1 $pzone`
/dports/dns/bind911/bind-9.11.37/bin/tests/system/metadata/
H A Dsetup.sh17 pzone=parent.nil
53 pzsk=`$KEYGEN -q -r $RANDFILE $pzone`
56 pksk=`$KEYGEN -q -r $RANDFILE -fk $pzone`
59 oldstyle=`$KEYGEN -Cq -r $RANDFILE $pzone`
/dports/audio/libinstpatch/libinstpatch-1.1.6/examples/
H A Dsplit_sfont.c211 IpatchSF2Zone *pzone, *izone; in recursive_dup_preset() local
226 pzone = ipatch_sf2_zone_first(&pzone_iter); in recursive_dup_preset()
228 while(pzone) /* loop over preset zones */ in recursive_dup_preset()
231 inst = ipatch_sf2_zone_ref_item(pzone); in recursive_dup_preset()
247 ipatch_sf2_zone_set_item(pzone, dup_inst); in recursive_dup_preset()
294 pzone = ipatch_sf2_zone_next(&pzone_iter); in recursive_dup_preset()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmsgid.c110 char *s_msgid_fido_to_rfc(char *msgid, int *pzone, short mail, char *ref_line) in s_msgid_fido_to_rfc() argument
167 if (!pzone && mail && strchr(msgid, ' ')) { in s_msgid_fido_to_rfc()
189 if (pzone) in s_msgid_fido_to_rfc()
190 *pzone = -2; in s_msgid_fido_to_rfc()
205 if (pzone) in s_msgid_fido_to_rfc()
206 *pzone = zone; in s_msgid_fido_to_rfc()
209 if (pzone) in s_msgid_fido_to_rfc()
210 *pzone = -1; in s_msgid_fido_to_rfc()
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dmsgid.c120 char *s_msgid_fido_to_rfc(char *msgid, int *pzone) in s_msgid_fido_to_rfc() argument
186 if(pzone) in s_msgid_fido_to_rfc()
187 *pzone = -2; in s_msgid_fido_to_rfc()
203 if(pzone) in s_msgid_fido_to_rfc()
204 *pzone = zone; in s_msgid_fido_to_rfc()
209 if(pzone) in s_msgid_fido_to_rfc()
210 *pzone = -1; in s_msgid_fido_to_rfc()
/dports/devel/9base/9base-6/lib9/
H A Dzoneinfo.c23 uchar *pzone; member
94 z.pzone = z.ptt + z.typecnt*TTinfosz; in parsehead()
111 ti->zone = (char*)z.pzone + p[5]; in ttinfo()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dzoneinfo.c23 uchar *pzone; member
94 z.pzone = z.ptt + z.typecnt*TTinfosz; in parsehead()
111 ti->zone = (char*)z.pzone + p[5]; in ttinfo()
/dports/dns/bind911/bind-9.11.37/bin/tests/system/smartsign/
H A Dtests.sh17 pzone=parent.nil
56 pzsk=`$KEYGEN -q -r $RANDFILE $pzone`
57 pksk=`$KEYGEN -q -r $RANDFILE -fk $pzone`
67 pzoneout=`$SIGNER -Sg -r $RANDFILE -o $pzone $pfile 2>&1`
99 pzoneout=`$SIGNER -Sxg -r $RANDFILE -o $pzone -f ${pfile}2.signed $pfile 2>&1`
/dports/dns/bind916/bind-9.16.27/bin/tests/system/smartsign/
H A Dtests.sh19 pzone=parent.nil
64 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
65 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
75 pzoneout=`$SIGNER -Sg -o $pzone $pfile`
107 pzoneout=`$SIGNER -Sxg -o $pzone -f ${pfile}2.signed $pfile`
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/smartsign/
H A Dtests.sh19 pzone=parent.nil
64 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
65 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
75 pzoneout=`$SIGNER -Sg -o $pzone $pfile`
107 pzoneout=`$SIGNER -Sxg -o $pzone -f ${pfile}2.signed $pfile`
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/smartsign/
H A Dtests.sh17 pzone=parent.nil
62 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
63 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
73 pzoneout=`$SIGNER -Sg -o $pzone $pfile`
105 pzoneout=`$SIGNER -Sxg -o $pzone -f ${pfile}2.signed $pfile`
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/smartsign/
H A Dtests.sh16 pzone=parent.nil
61 pzsk=`$KEYGEN -q -a rsasha1 $pzone`
62 pksk=`$KEYGEN -q -a rsasha1 -fk $pzone`
72 pzoneout=`$SIGNER -Sg -o $pzone $pfile`
104 pzoneout=`$SIGNER -Sxg -o $pzone -f ${pfile}2.signed $pfile`

123