Searched refs:EXTRA_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dstdmem.c66 #define EXTRA_ALIGN 4
68 #define EXTRA_ALIGN 0
103 if ( !(p = malloc (n + EXTRA_ALIGN+5)) )
105 ((byte*)p)[EXTRA_ALIGN+0] = n;
106 ((byte*)p)[EXTRA_ALIGN+1] = n >> 8 ;
107 ((byte*)p)[EXTRA_ALIGN+2] = n >> 16 ;
108 ((byte*)p)[EXTRA_ALIGN+3] = MAGIC_NOR_BYTE;
109 p[4+EXTRA_ALIGN+n] = MAGIC_END_BYTE;
110 return p+EXTRA_ALIGN+4;
137 if ( !(p = _gcry_secmem_malloc (n +EXTRA_ALIGN
65 #define EXTRA_ALIGN macro
67 #define EXTRA_ALIGN macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dstdmem.c66 #define EXTRA_ALIGN 4
68 #define EXTRA_ALIGN 0
103 if ( !(p = malloc (n + EXTRA_ALIGN+5)) )
105 ((byte*)p)[EXTRA_ALIGN+0] = n;
106 ((byte*)p)[EXTRA_ALIGN+1] = n >> 8 ;
107 ((byte*)p)[EXTRA_ALIGN+2] = n >> 16 ;
108 ((byte*)p)[EXTRA_ALIGN+3] = MAGIC_NOR_BYTE;
109 p[4+EXTRA_ALIGN+n] = MAGIC_END_BYTE;
110 return p+EXTRA_ALIGN+4;
137 if ( !(p = _gcry_secmem_malloc (n +EXTRA_ALIGN
65 #define EXTRA_ALIGN macro
67 #define EXTRA_ALIGN macro
[all...]

Completed in 57 milliseconds