Home
last modified time | relevance | path

Searched refs:tostring (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/scripts/
H A Dcocci-macro-file.h41 #define stringify(s) tostring(s)
42 #define tostring(s) #s macro
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dmetadata.py11 from xml.etree.ElementTree import Element, tostring
104 xml_doc = parseString(tostring(xml).decode('UTF-8'))
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h36 #define stringify(s) tostring(s)
37 #define tostring(s) #s macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h36 #define stringify(s) tostring(s)
37 #define tostring(s) #s macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h36 #define stringify(s) tostring(s)
37 #define tostring(s) #s macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1137 #define stringify(s) tostring(s)
1138 #define tostring(s) #s macro
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py239 dom_doc = minidom.parseString(ET.tostring(top, 'utf-8'))
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c56 #define stringify(s) tostring(s)
57 #define tostring(s) #s macro