Home
last modified time | relevance | path

Searched defs:hexstring (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c348 char hexstring[VBNV_BLOCK_SIZE * 2 + 32]; /* Reserve extra 32 bytes */ in VbReadNvStorage_mosys() local
367 char hexstring[VBNV_BLOCK_SIZE * 2 + 1]; in VbWriteNvStorage_mosys() local
/external/fonttools/Lib/fontTools/
Dt1Lib.py335 def deHexString(hexstring): argument
/external/tcpdump/
Dprint-esp.c240 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()