Searched refs:hexval (Results 1 – 9 of 9) sorted by relevance
124 static unsigned char hexval(unsigned char);168 status = hexval(buffer[OFFS(O_FLAGS)]); in cvt_hopf6021()169 weekday = hexval(buffer[OFFS(O_WDAY)]); in cvt_hopf6021()250 hexval( in hexval() function
66 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro130 recv_csum = (hexval(buffer[OFFS(O_CHKSUM)]) << 4) | in cvt_trimtaip()131 hexval(buffer[OFFS(O_CHKSUM)+1]); in cvt_trimtaip()
735 set hexval [format "%02x" $val]736 _log "wait_for: _ctl_0x${hexval}"737 _ctl_0x${hexval}
1739 goto hexval;1742 goto hexval;1745 hexval:;
1425 hexval(int c) in hexval() function1497 n = hexval(c); in get_literal()1503 i = hexval(c); in get_literal()
14913 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags() local14915 if (hexval != 0) in bfd_elf_lookup_section_flags()14918 with_hex |= hexval; in bfd_elf_lookup_section_flags()14920 without_hex |= hexval; in bfd_elf_lookup_section_flags()
14683 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags() local14685 if (hexval != 0) in bfd_elf_lookup_section_flags()14688 with_hex |= hexval; in bfd_elf_lookup_section_flags()14690 without_hex |= hexval; in bfd_elf_lookup_section_flags()
3277 (hexval): Add cast to fix signed/unsigned warning.
1098 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of