Home
last modified time | relevance | path

Searched refs:oem (Results 1 – 5 of 5) sorted by relevance

/components/dfs/dfs_v1/filesystems/elmfat/
A Dffunicode.c15253 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15254 c = oem; in ff_oem2uni()
15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
15321 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15322 c = oem; in ff_oem2uni()
15331 if (oem == p[i * 2]) break; in ff_oem2uni()
15332 if (oem > p[i * 2]) { in ff_oem2uni()
15420 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15421 c = oem; in ff_oem2uni()
15429 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
[all …]
A Dff.h363 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dffunicode.c15253 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15254 c = oem; in ff_oem2uni()
15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
15321 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15322 c = oem; in ff_oem2uni()
15331 if (oem == p[i * 2]) break; in ff_oem2uni()
15332 if (oem > p[i * 2]) { in ff_oem2uni()
15420 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15421 c = oem; in ff_oem2uni()
15429 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
[all …]
A Dff.h368 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
/components/drivers/ofw/
A Dfdt.c396 static rt_err_t fdt_scan_initrd(rt_uint64_t *ranges, const char *name, const char *oem) in fdt_scan_initrd() argument
410 rt_snprintf(tmp_name, sizeof(tmp_name), "%s,%s-start", oem, name); in fdt_scan_initrd()
412 rt_snprintf(tmp_name, sizeof(tmp_name), "%s,%s-end", oem, name); in fdt_scan_initrd()

Completed in 91 milliseconds