Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/fatfs/src/
Dff.c679 static int mem_cmp (const void* dst, const void* src, UINT cnt) /* ZR:same, NZ:different */ in mem_cmp() function
2471 if (!(dp->fn[NSFLAG] & NS_LOSS) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* SFN matched? */
2477 …if (!(dp->dir[DIR_Attr] & AM_VOL) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* Is it a valid entry?…
3198 …if (!mem_cmp(fs->win + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11)) return 1; /* Check if exFAT VBR…
3201 if (!mem_cmp(fs->win + BS_FilSysType, "FAT", 3)) return 0; /* Is it an FAT VBR? */
3202 if (!mem_cmp(fs->win + BS_FilSysType32, "FAT32", 5)) return 0; /* Is it an FAT32 VBR? */
/hal_espressif-3.5.0/tools/test_idf_size/
Doverflow.map54641 .text.mem_cmp 0x0000000040134f10 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj)
Doverflow_esp32s2.map55813 .text.mem_cmp 0x00000000400e25e0 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj)