Home
last modified time | relevance | path

Searched refs:ph_id (Results 1 – 7 of 7) sorted by relevance

/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/verilog/translation/structural/
H A DVStructuralTranslatorL4.py43 ph_id = vname if pmap(port_full_name) == port_full_name else pmap(port_full_name)
49 'ph_id' : ph_id,
70 ph_id = vname if pmap(port_full_name) == port_full_name else pmap(port_full_name)
80 'ph_id' : ph_id,
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dtree.c188 int ph_id, int from, int to, Phrase **pp_phr, in CheckChoose() argument
202 GetPhraseFirst( phrase, ph_id ); in CheckChoose()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dtree.c188 int ph_id, int from, int to, Phrase **pp_phr, in CheckChoose() argument
202 GetPhraseFirst( phrase, ph_id ); in CheckChoose()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dtree.c227 int ph_id, int from, int to, Phrase **pp_phr, in CheckChoose() argument
241 GetPhraseFirst( phrase, ph_id ); in CheckChoose()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dtree.c227 int ph_id, int from, int to, Phrase **pp_phr, in CheckChoose() argument
241 GetPhraseFirst( phrase, ph_id ); in CheckChoose()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c6246 *((short *)ph_id->name) = idcode; in create_placeholder()
6247 BLI_strncpy(ph_id->name + 2, idname, sizeof(ph_id->name) - 2); in create_placeholder()
6248 BKE_libblock_init_empty(ph_id); in create_placeholder()
6249 ph_id->lib = mainvar->curlib; in create_placeholder()
6250 ph_id->tag = tag | LIB_TAG_MISSING; in create_placeholder()
6251 ph_id->us = ID_FAKE_USERS(ph_id); in create_placeholder()
6252 ph_id->icon_id = 0; in create_placeholder()
6254 BLI_addtail(lb, ph_id); in create_placeholder()
6255 id_sort_by_name(lb, ph_id, NULL); in create_placeholder()
6257 BKE_lib_libblock_session_uuid_ensure(ph_id); in create_placeholder()
[all …]
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dmap.c5495 && ph_id(pmap->ph, phmap_id) == 0)