Searched defs:add_hex (Results 1 – 2 of 2) sorted by relevance
11 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro
17 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro