Searched refs:Hex (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_print.c65 static const char *Hex="0123456789ABCDEF"; variable
91 *(p++)=Hex[v>>4];
92 *(p++)=Hex[v&0x0f];
312 if (BIO_write(bp,&(Hex[v]),1) != 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_print.c65 static const char Hex[]="0123456789ABCDEF"; variable
91 *(p++)=Hex[v>>4];
92 *(p++)=Hex[v&0x0f];
328 if (BIO_write(bp,&(Hex[v]),1) != 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-330 // Hex escapes are recognized.
129 #. Hex escapes are recognized.

Completed in 109 milliseconds