OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XREALLOC
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
14
#ifndef
XREALLOC
18
#define
XREALLOC
realloc
/external/dropbear/libtommath/
tommath.h
113
#define
XREALLOC
realloc
118
extern void *
XREALLOC
(void *p, size_t n);
/external/wpa_supplicant_8/src/tls/
libtommath.c
89
#define
XREALLOC
os_realloc
1280
tmp = OPT_CAST(mp_digit)
XREALLOC
(a->dp, sizeof (mp_digit) * size);
[
all
...]
Completed in 192 milliseconds