Home
last modified time | relevance | path

Searched refs:GlobalEntry (Results 1 – 25 of 42) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dglobal_entry.rs6 pub struct GlobalEntry { struct
11 impl GlobalEntry { impl
14 GlobalEntry { in new()
29 impl Deserialize for GlobalEntry { implementation
36 Ok(GlobalEntry { in deserialize()
43 impl Serialize for GlobalEntry { implementation
H A Dsection.rs14 GlobalEntry,
597 pub struct GlobalSection(Vec<GlobalEntry>);
601 pub fn entries(&self) -> &[GlobalEntry] { in entries() argument
606 pub fn with_entries(entries: Vec<GlobalEntry>) -> Self { in with_entries()
611 pub fn entries_mut(&mut self) -> &mut Vec<GlobalEntry> { in entries_mut() argument
630 let counted_list = CountedListWriter::<GlobalEntry, _>( in serialize()
H A Dmod.rs47 pub use self::global_entry::GlobalEntry;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dglobal_entry.rs6 pub struct GlobalEntry { struct
11 impl GlobalEntry { argument
14 GlobalEntry { in new()
29 impl Deserialize for GlobalEntry { implementation
36 Ok(GlobalEntry { in deserialize()
43 impl Serialize for GlobalEntry { implementation
H A Dsection.rs14 GlobalEntry,
597 pub struct GlobalSection(Vec<GlobalEntry>);
601 pub fn entries(&self) -> &[GlobalEntry] { in entries() argument
606 pub fn with_entries(entries: Vec<GlobalEntry>) -> Self { in with_entries()
611 pub fn entries_mut(&mut self) -> &mut Vec<GlobalEntry> { in entries_mut() argument
630 let counted_list = CountedListWriter::<GlobalEntry, _>( in serialize()
H A Dmod.rs47 pub use self::global_entry::GlobalEntry;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dglobal_entry.rs6 pub struct GlobalEntry { struct
11 impl GlobalEntry { argument
14 GlobalEntry { in new()
29 impl Deserialize for GlobalEntry { implementation
36 Ok(GlobalEntry { in deserialize()
43 impl Serialize for GlobalEntry { implementation
H A Dsection.rs14 GlobalEntry,
597 pub struct GlobalSection(Vec<GlobalEntry>);
601 pub fn entries(&self) -> &[GlobalEntry] { in entries() argument
606 pub fn with_entries(entries: Vec<GlobalEntry>) -> Self { in with_entries()
611 pub fn entries_mut(&mut self) -> &mut Vec<GlobalEntry> { in entries_mut() argument
630 let counted_list = CountedListWriter::<GlobalEntry, _>( in serialize()
H A Dmod.rs47 pub use self::global_entry::GlobalEntry;
/dports/lang/yap/yap-6.2.2/H/
H A Dsshift.h517 inline EXTERN GlobalEntry *GlobalEntryAdjust (GlobalEntry *);
519 inline EXTERN GlobalEntry *
520 GlobalEntryAdjust (GlobalEntry * at) in GlobalEntryAdjust()
522 return (GlobalEntry *) ((GlobalEntry *) (CharP (at) + HDiff)); in GlobalEntryAdjust()
785 inline EXTERN GlobalEntry *PtoGlobalEAdjust (GlobalEntry *);
787 inline EXTERN GlobalEntry *
788 PtoGlobalEAdjust (GlobalEntry * ptr) in PtoGlobalEAdjust()
792 return (GlobalEntry *) (((GlobalEntry *) (CharP (ptr) + HDiff))); in PtoGlobalEAdjust()
H A DYatom.h220 } GlobalEntry; typedef
225 inline EXTERN GlobalEntry *RepGlobalProp (Prop p);
227 inline EXTERN GlobalEntry *
230 return (GlobalEntry *) (AtomBase + Unsigned (p)); in RepGlobalProp()
235 inline EXTERN Prop AbsGlobalProp (GlobalEntry * p);
238 AbsGlobalProp (GlobalEntry * p) in AbsGlobalProp()
246 inline EXTERN GlobalEntry *RepGlobalProp (Prop p);
248 inline EXTERN GlobalEntry *
251 return (GlobalEntry *) (p); in RepGlobalProp()
254 inline EXTERN Prop AbsGlobalProp (GlobalEntry * p);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/builder/
H A Dglobal.rs58 impl<F> GlobalBuilder<F> where F: Invoke<elements::GlobalEntry> {
62 elements::GlobalEntry::new( in build()
H A Dmodule.rs334 pub fn with_global(mut self, global: elements::GlobalEntry) -> Self { in with_global()
481 impl<F> Invoke<elements::GlobalEntry> for ModuleBuilder<F>
486 fn invoke(self, entry: elements::GlobalEntry) -> Self::Result { in invoke()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/builder/
H A Dglobal.rs58 impl<F> GlobalBuilder<F> where F: Invoke<elements::GlobalEntry> {
62 elements::GlobalEntry::new( in build()
H A Dmodule.rs334 pub fn with_global(mut self, global: elements::GlobalEntry) -> Self { in with_global()
481 impl<F> Invoke<elements::GlobalEntry> for ModuleBuilder<F>
486 fn invoke(self, entry: elements::GlobalEntry) -> Self::Result { in invoke()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/builder/
H A Dglobal.rs58 impl<F> GlobalBuilder<F> where F: Invoke<elements::GlobalEntry> {
62 elements::GlobalEntry::new( in build()
H A Dmodule.rs334 pub fn with_global(mut self, global: elements::GlobalEntry) -> Self { in with_global()
481 impl<F> Invoke<elements::GlobalEntry> for ModuleBuilder<F>
486 fn invoke(self, entry: elements::GlobalEntry) -> Self::Result { in invoke()
/dports/lang/yap/yap-6.2.2/C/
H A Dglobals.c859 inline static GlobalEntry *
890 GlobalEntry *new; in GetGlobalEntry()
1191 GlobalEntry *ge; in p_nb_linkval()
1211 GlobalEntry *ge; in Yap_SetGlobalVal()
1250 GlobalEntry *ge; in p_nb_set_shared_val()
1272 GlobalEntry *ge; in p_b_setval()
1308 GlobalEntry *ge; in p_nb_getval()
1338 GlobalEntry *ge, *g; in nbdelete()
1401 GlobalEntry *ge; in p_nb_create()
1446 GlobalEntry *ge; in p_nb_create2()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c71 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
89 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
221 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c66 if (LocalFont->GlobalEntry == &GlobalFontInfo->Entry) { in ReferFontInfoLocally()
84 LocalFont->GlobalEntry = &GlobalFontInfo->Entry; in ReferFontInfoLocally()
216 …GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATUR… in GetStringFontInfo()

12