Home
last modified time | relevance | path

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

/xnu-8020.140.41/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h48 #define BITS_WIDTH(msb, lsb) ((msb)-(lsb)+1) argument
53 #define BITSMASK(msb, lsb) MKMASK(BITS_WIDTH(msb, lsb), lsb & 0x1f) argument
/xnu-8020.140.41/osfmk/kern/
H A Dsocd_client_kern.h84 #define SOCD_PACK_LSB(h, lsb) ((((uint64_t)(SOCD_##h)) & 0xfffffffffffffffe) | ((uint64_t)(SOCD_##l… argument
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_utfconv.c1204 u_int16_t lsb; in ucs_to_sfm() local
1207 lsb = mac2sfm[ucs_ch - 0x0020]; in ucs_to_sfm()
1208 if (lsb != ucs_ch) { in ucs_to_sfm()
1209 return 0xf000 | lsb; in ucs_to_sfm()