HomeSort by relevance Sort by last modified time
    Searched refs:g_func (Results 1 - 4 of 4) sorted by null

  /external/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
657 if (!g_func)
659 g_func = (struct GLOBAL_FUNC_POINTERS *)
662 if (!g_func)
    [all...]
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 126 struct GLOBAL_FUNC_POINTERS *g_func = 0; variable in typeref:struct:GLOBAL_FUNC_POINTERS
128 # define VPX_MALLOC_L g_func->g_malloc
129 # define VPX_REALLOC_L g_func->g_realloc
130 # define VPX_FREE_L g_func->g_free
131 # define VPX_MEMCPY_L g_func->g_memcpy
132 # define VPX_MEMSET_L g_func->g_memset
133 # define VPX_MEMMOVE_L g_func->g_memmove
829 if (!g_func)
831 g_func = (struct GLOBAL_FUNC_POINTERS *)g_malloc_l(sizeof(struct GLOBAL_FUNC_POINTERS));
833 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

Completed in 614 milliseconds