OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexbuf
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_utl.c
394
unsigned char *
hexbuf
, *q;
local
400
if(!(
hexbuf
= OPENSSL_malloc(strlen(str) >> 1))) goto err;
401
for(p = (unsigned char *)str, q =
hexbuf
; *p;) {
413
OPENSSL_free(
hexbuf
);
430
if(len) *len = q -
hexbuf
;
432
return
hexbuf
;
435
if(
hexbuf
) OPENSSL_free(
hexbuf
);
440
OPENSSL_free(
hexbuf
);
/external/bluetooth/glib/glib/
gtestutils.c
540
gchar *p,
hexbuf
[9] = { 0, };
local
541
memcpy (
hexbuf
, s + 0, 8);
542
seedarray[0] = g_ascii_strtoull (
hexbuf
, &p, 16);
544
memcpy (
hexbuf
, s + 8, 8);
545
seedarray[1] = g_ascii_strtoull (
hexbuf
, &p, 16);
547
memcpy (
hexbuf
, s + 16, 8);
548
seedarray[2] = g_ascii_strtoull (
hexbuf
, &p, 16);
550
memcpy (
hexbuf
, s + 24, 8);
551
seedarray[3] = g_ascii_strtoull (
hexbuf
, &p, 16);
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
2154
char
hexbuf
[128];
local
[
all
...]
Completed in 54 milliseconds