Home
last modified time | relevance | path

Searched refs:h32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c43 typedef union h32 { union
46 } h32; typedef
53 h32 hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c764 Elf32_Ehdr h32; in mdb_gelf_create() member
780 if (mdb_gelf_check(io, &ehdr.h32, etype) == -1) in mdb_gelf_create()
783 switch (ehdr.h32.e_ident[EI_CLASS]) { in mdb_gelf_create()
785 gf = gelf32_init(gf, io, &ehdr.h32); in mdb_gelf_create()
805 IOP_NAME(io), ehdr.h32.e_ident[EI_CLASS]); in mdb_gelf_create()