Home
last modified time | relevance | path

Searched refs:M_LE (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/heirloom/heirloom-070715/file/
H A Dfile.c115 M_LE = 0x00 /* little endian */ enumerator
578 case M_LONG|M_LE: in gotcha()
594 case M_SHORT|M_LE: in gotcha()
769 mp->m_type = M_SHORT|M_LE; in col2()
772 mp->m_type = M_LONG|M_LE; in col2()
1064 return u.u_c[3] == 1 ? M_BE : M_LE; in endianess()
/dports/sysutils/screen/screen-4.8.0/
H A Dansi.h99 M_LE, enumerator
H A Ddisplay.c1056 xm = M_LE;
1110 case M_LE:
/dports/net/samba412/samba-4.12.15/source3/registry/
H A Dreg_parse.c636 static const uint16_t M_LE = 0xFF80; in lookslike_utf16() local
647 if ( u[0] & M_LE ) { in lookslike_utf16()
649 mask = M_LE; in lookslike_utf16()