/external/libvpx/libvpx/vpx_mem/ |
vpx_mem.c | 63 } *g_func = NULL; variable in typeref:struct:GLOBAL_FUNC_POINTERS 65 # define VPX_MALLOC_L g_func->g_malloc 66 # define VPX_REALLOC_L g_func->g_realloc 67 # define VPX_FREE_L g_func->g_free 68 # define VPX_MEMCPY_L g_func->g_memcpy 69 # define VPX_MEMSET_L g_func->g_memset 70 # define VPX_MEMMOVE_L g_func->g_memmove 659 if (!g_func) 661 g_func = (struct GLOBAL_FUNC_POINTERS *) 664 if (!g_func) [all...] |
/external/dropbear/libtomcrypt/src/ciphers/twofish/ |
twofish.c | 287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)]) macro 295 static ulong32 g_func(ulong32 x, symmetric_key *key) 323 #define g1_func(x, key) g_func(ROLc(x, 8), key) 326 static ulong32 g_func(ulong32 x, symmetric_key *key) function 505 t1 = g_func(a, skey) + t2; 510 t1 = g_func(c, skey) + t2; 581 t1 = g_func(c, skey) + t2; 586 t1 = g_func(a, skey) + t2;
|
/external/dropbear/libtomcrypt/src/ciphers/ |
skipjack.c | 91 tmp = g_func(w1, &kp, skey->skipjack.key); \ 97 tmp = g_func(w1, &kp, skey->skipjack.key); \ 112 static unsigned g_func(unsigned w, int *kp, unsigned char *key) function
|