Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDihex.c134 #define HEX2(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) macro
135 #define HEX4(buffer) ((HEX2 (buffer) << 8) + HEX2 ((buffer) + 2))
302 len = HEX2 (hdr); in ihex_scan()
304 type = HEX2 (hdr + 6); in ihex_scan()
331 chksum += HEX2 (buf + 2 * i); in ihex_scan()
332 if (((- chksum) & 0xff) != (unsigned int) HEX2 (buf + 2 * i)) in ihex_scan()
337 (- chksum) & 0xff, (unsigned int) HEX2 (buf + 2 * i)); in ihex_scan()
516 type = HEX2 (b + 7); in ihex_object_p()
570 len = HEX2 (hdr); in ihex_read_section()
571 type = HEX2 (hdr + 6); in ihex_read_section()
[all …]
/trueos/contrib/byacc/test/yacc/
HDok_syntax1.tab.h5 #define HEX2 261 macro
HDok_syntax1.tab.c168 #define HEX2 261 macro
/trueos/contrib/byacc/test/btyacc/
HDok_syntax1.tab.h8 #define HEX2 261 macro
HDok_syntax1.output473 8 261 HEX2
HDok_syntax1.tab.c188 #define HEX2 261 macro
/trueos/contrib/byacc/test/
HDok_syntax1.y29 %token HEX2 '\xFF'