Home
last modified time | relevance | path

Searched refs:WordData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DWordData.cs28 class WordData : Word { class
35 internal WordData(T0Comp owner, string name, in WordData() method in WordData
44 internal WordData(T0Comp owner, string name, in WordData() method in WordData
63 WordData wd = TC.Lookup(baseBlobName) as WordData; in Resolve()
H A DT0Comp.cs623 Word w = new WordData(this, name, tb.Blob, va.x); in T0Comp()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c980 UINT16 *WordData; in AcpiDmUnicode() local
988 WordData = ACPI_CAST_PTR (UINT16, Op->Named.Data); in AcpiDmUnicode()
996 OutputValue = (int) WordData[i]; in AcpiDmUnicode()