Searched refs:XREALLOC (Results 1 – 12 of 12) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_custom.h | 14 #ifndef XREALLOC 18 #define XREALLOC realloc macro
|
D | tomcrypt_cfg.h | 27 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
|
/external/dropbear/libtommath/ |
D | bn_mp_shrink.c | 23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
|
D | bn_mp_grow.c | 35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
|
D | tommath.h | 113 #define XREALLOC realloc macro 118 extern void *XREALLOC(void *p, size_t n);
|
D | changes.txt | 24 -- [Peter LaDow] found a typo in the XREALLOC macro
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
D | der_decode_sequence_flexi.c | 215 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) { in der_decode_sequence_flexi()
|
/external/wpa_supplicant/ |
D | libtommath.c | 55 #define XREALLOC os_realloc macro 1216 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow() 7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
|
/external/dropbear/libtomcrypt/ |
D | changes | 345 -- [Peter LaDow] fixed a typo w.r.t. XREALLOC macro (spelling counts kids!) 873 -- Added XREALLOC macro to provide realloc() functionality.
|
D | crypt.tex | 5216 \index{XMALLOC}\index{XCALLOC}\index{XREALLOC}\index{XFREE} 5217 At the top of tomcrypt\_custom.h are a series of macros denoted as XMALLOC, XCALLOC, XREALLOC, XFRE…
|
/external/bison/ |
D | ChangeLog | 5756 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
|