Home
last modified time | relevance | path

Searched refs:hexchar (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c541 static char hexchar(unsigned int val) in hexchar() function
559 *(dest++) = hexchar(c >> 4); in hex_encode()
560 *(dest++) = hexchar(c & 0xF); in hex_encode()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch648 TEST(hexchar) {