Home
last modified time | relevance | path

Searched refs:hexval (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/libparse/
Dclk_hopf6021.c124 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
Dclk_trimtaip.c66 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro
130 recv_csum = (hexval(buffer[OFFS(O_CHKSUM)]) << 4) | in cvt_trimtaip()
131 hexval(buffer[OFFS(O_CHKSUM)+1]); in cvt_trimtaip()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dtuiterm.exp735 set hexval [format "%02x" $val]
736 _log "wait_for: _ctl_0x${hexval}"
737 _ctl_0x${hexval}
/netbsd/src/bin/sh/
Dparser.c1739 goto hexval;
1742 goto hexval;
1745 hexval:;
/netbsd/src/external/bsd/byacc/dist/
Dreader.c1425 hexval(int c) in hexval() function
1497 n = hexval(c); in get_literal()
1503 i = hexval(c); in get_literal()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delflink.c14913 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags() local
14915 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()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delflink.c14683 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags() local
14685 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()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-02033277 (hexval): Add cast to fix signed/unsigned warning.
DChangeLog-00011098 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of