Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15227 DWORD uni, /* UTF-16 encoded character to be converted */ in ff_uni2oem() argument
15235 if (uni < 0x80) { /* ASCII? */ in ff_uni2oem()
15236 c = (WCHAR)uni; in ff_uni2oem()
15239 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()
15240 for (c = 0; c < 0x80 && uni != p[c]; c++) ; in ff_uni2oem()
15280 DWORD uni, /* UTF-16 encoded character to be converted */ in ff_uni2oem() argument
15289 if (uni < 0x80) { /* ASCII? */ in ff_uni2oem()
15290 c = (WCHAR)uni; in ff_uni2oem()
15293 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()
15294 uc = (WCHAR)uni; in ff_uni2oem()
[all …]
Dff.h345 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
346 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */
/hal_espressif-3.6.0/examples/protocols/sockets/udp_multicast/main/
DKconfig.projbuild65 Sets TTL field of multicast packets. Separate from uni- & broadcast TTL.
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_eth.rst54 If the Least Significant bit in the first byte of the MAC address is clear, the address is a uni-ca…
56 …can be used to discard or accept packets with multi-cast, broadcast and/or uni-cast destination ad…
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dcurve-specific.inc173 see http://www.isys.uni-klu.ac.at/PDF/2001-0126-MT.pdf page 354
318 See algorithm 5 and 6 from http://www.isys.uni-klu.ac.at/PDF/2001-0126-MT.pdf */