Home
last modified time | relevance | path

Searched refs:mem_cmp (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/
Dmem_dbg.c215 static int mem_cmp(const MEM *a, const MEM *b) in mem_cmp() function
338 if ((mh = lh_MEM_new(mem_hash, mem_cmp)) == NULL) { in CRYPTO_mem_debug_malloc()
/third_party/FatFs/source/
Dff.c513 static int mem_cmp (const void* dst, const void* src, UINT cnt) /* ZR:same, NZ:different */ in mem_cmp() function
1978 if (!(dp->fn[NSFLAG] & NS_LOSS) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* SFN matched? */ in dir_find()
1984 …if (!(dp->dir[DIR_Attr] & AM_VOL) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* Is it a valid entry?… in dir_find()
2690 …if (sign == 0xAA55 && !mem_cmp(fs->win + BS_FilSysType32, "FAT32 ", 8)) return 0; /* It is an FA… in check_fs()