Home
last modified time | relevance | path

Searched refs:HEXVAL (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libc/port/fp/
H A Dhex_bin.c33 #define HEXVAL(c) (('0' <= c && c <= '9')? c - '0' : \ macro
68 pu->significand[i >> 3] |= HEXVAL(pd->ds[i]) << in __hex_to_unpacked()
/titanic_50/usr/src/uts/common/sys/
H A Dkobj_lex.h72 HEXVAL, enumerator
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h94 HEXVAL, enumerator
H A Dcfga_conf.c273 token = HEXVAL; in ib_lex()
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c89 HEXVAL, enumerator
404 token = HEXVAL; in lex()
596 case HEXVAL: in usb_get_conf_rec()
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c371 token = HEXVAL; in kobj_lex()
639 case HEXVAL: in do_sysfile_cmd()
652 if (tok3 == HEXVAL) { in do_sysfile_cmd()
1883 case HEXVAL: in get_hwc_spec()
2324 case HEXVAL: in read_binding_file()
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c247 case HEXVAL: in usba_devdb_get_conf_rec()