Searched refs:oem (Results 1 - 5 of 5) sorted by relevance
/third_party/exfatprogs/mkfs/ |
H A D | mkfs.c | 176 char *oem; in exfat_write_oem_sector() local 180 oem = malloc(bd->sector_size); in exfat_write_oem_sector() 181 if (!oem) in exfat_write_oem_sector() 187 memset(oem, 0xFF, bd->sector_size); in exfat_write_oem_sector() 188 ret = exfat_write_sector(bd, oem, sec_idx); in exfat_write_oem_sector() 190 exfat_err("oem sector write failed\n"); in exfat_write_oem_sector() 195 boot_calc_checksum((unsigned char *)oem, bd->sector_size, false, in exfat_write_oem_sector() 199 memset(oem, 0, bd->sector_size); in exfat_write_oem_sector() 200 ret = exfat_write_sector(bd, oem, sec_idx + 1); in exfat_write_oem_sector() 207 boot_calc_checksum((unsigned char *)oem, b in exfat_write_oem_sector() [all...] |
/third_party/lzma/CPP/Common/ |
H A D | StringConvert.h | 41 inline const char* GetOemString(const char* oem)
42 { return oem; }
43 inline const AString& GetOemString(const AString &oem)
44 { return oem; }
46 const char* GetOemString(const char* oem);
47 const AString& GetOemString(const AString &oem);
|
/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 440 intptr_t oem[4]; member
|
/third_party/FatFs/source/ |
H A D | ff.h | 537 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
|
H A D | ffunicode.c | 15244 ff_oem2uni( WCHAR oem, WORD cp ) ff_oem2uni() argument 15311 ff_oem2uni( WCHAR oem, WORD cp ) ff_oem2uni() argument 15410 ff_oem2uni( WCHAR oem, WORD cp ) ff_oem2uni() argument [all...] |
Completed in 30 milliseconds