Searched defs:addi (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h151 pANTLR3_UINT8 (*addi) (struct ANTLR3_STRING_struct * string, ANTLR3_INT32 i); member in struct:ANTLR3_STRING_struct
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c197 static int addi(void *a, unsigned long b, void *c) function
418 &addi,
H A Dltm_desc.c215 static int addi(void *a, unsigned long b, void *c) function
424 &addi,
H A Dtfm_desc.c217 static int addi(void *a, unsigned long b, void *c) function
712 &addi,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h183 int (*addi)(void *a, unsigned long b, void *c); member in struct:__anon5104
471 #define mp_add_d(a, b, c) ltc_mp.addi(a, b, c)

Completed in 224 milliseconds