Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregerror.c192 static void sprint_byte(char* s, unsigned int v) in sprint_byte() function
217 sprint_byte((char*)(&(buf[len+4])), (unsigned int)(code >> 16)); in to_ascii()
218 sprint_byte((char*)(&(buf[len+6])), (unsigned int)(code >> 8)); in to_ascii()
219 sprint_byte((char*)(&(buf[len+8])), (unsigned int)code); in to_ascii()
224 sprint_byte((char*)(&(buf[len+4])), (unsigned int)code); in to_ascii()