Searched refs:FDKmemcmp (Results 1 – 3 of 3) sorted by relevance
351 INT FDKmemcmp(const void *s1, const void *s2, const UINT size);
343 INT FDKmemcmp(const void *s1, const void *s2, const UINT size) { return memcmp(s1, s2, size); } in FDKmemcmp() function
291 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != 0) in CProgramConfig_Compare()