Home
last modified time | relevance | path

Searched refs:c32 (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/lib/libc/locale/
H A Dc32rtomb.c35 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, in c32rtomb_l() argument
40 if ((c32 >= 0xd800 && c32 <= 0xdfff) || c32 > 0x10ffff) { in c32rtomb_l()
50 return (wcrtomb_l(s, c32, ps, locale)); in c32rtomb_l()
54 c32rtomb(char * __restrict s, char32_t c32, mbstate_t * __restrict ps) in c32rtomb() argument
57 return (c32rtomb_l(s, c32, ps, __get_locale())); in c32rtomb()
H A Dmbrtoc16.c42 char32_t c32; in mbrtoc16_l() local
67 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale); in mbrtoc16_l()
69 if (c32 < 0x10000) { in mbrtoc16_l()
71 *pc16 = c32; in mbrtoc16_l()
74 c32 -= 0x10000; in mbrtoc16_l()
75 *pc16 = 0xd800 | (c32 >> 10); in mbrtoc16_l()
76 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff); in mbrtoc16_l()
H A Dc16rtomb.c43 char32_t c32; in c16rtomb_l() local
52 c32 = 0; in c16rtomb_l()
60 c32 = 0x10000 + ((cs->lead_surrogate & 0x3ff) << 10 | in c16rtomb_l()
68 c32 = c16; in c16rtomb_l()
72 return (c32rtomb_l(s, c32, &cs->c32_mbstate, locale)); in c16rtomb_l()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih410-clock.dtsi34 compatible = "st,clkgen-c32";
70 compatible = "st,clkgen-c32";
91 compatible = "st,clkgen-c32";
145 compatible = "st,clkgen-c32";
168 compatible = "st,clkgen-c32";
193 compatible = "st,clkgen-c32";
H A Dstih418-clock.dtsi34 compatible = "st,clkgen-c32";
70 compatible = "st,clkgen-c32";
91 compatible = "st,clkgen-c32";
145 compatible = "st,clkgen-c32";
168 compatible = "st,clkgen-c32";
193 compatible = "st,clkgen-c32";
H A Dstih407-clock.dtsi31 compatible = "st,clkgen-c32";
65 compatible = "st,clkgen-c32";
86 compatible = "st,clkgen-c32";
140 compatible = "st,clkgen-c32";
163 compatible = "st,clkgen-c32";
188 compatible = "st,clkgen-c32";
/freebsd/sys/dev/drm2/
H A Ddrm_ioc32.c232 drm_client32_t *c32 = data; in compat_drm_getclient() local
236 client.idx = c32->idx; in compat_drm_getclient()
242 c32->idx = client.idx; in compat_drm_getclient()
243 c32->auth = client.auth; in compat_drm_getclient()
244 c32->pid = client.pid; in compat_drm_getclient()
245 c32->uid = client.uid; in compat_drm_getclient()
246 c32->magic = client.magic; in compat_drm_getclient()
247 c32->iocs = client.iocs; in compat_drm_getclient()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dpcm030.dts70 compatible = "catalyst,24c32", "atmel,24c32";
H A Dpcm032.dts72 compatible = "catalyst,24c32", "atmel,24c32";
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul-phytec-phycore-som.dtsi80 compatible = "catalyst,24c32", "atmel,24c32";
H A Dimx6qdl-phytec-phycore-som.dtsi90 compatible = "st,24c32", "atmel,24c32";
H A Dimx6qdl-phytec-pfla02.dtsi115 compatible = "catalyst,24c32", "atmel,24c32";
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui-krane.dtsi77 compatible = "atmel,24c32";
92 compatible = "atmel,24c32";
H A Dmt8183-kukui-kakadu.dtsi81 compatible = "atmel,24c32";
96 compatible = "atmel,24c32";
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-altera.txt34 compatible = "atmel,24c32";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts307 compatible = "atmel,24c32";
321 compatible = "atmel,24c32";
H A Dfsl-ls1028a-kontron-kbox-a-230-ls.dts72 compatible = "atmel,24c32";
/freebsd/sys/contrib/device-tree/Bindings/clock/st/
H A Dst,clkgen-pll.txt29 compatible = "st,clkgen-c32";
H A Dst,clkgen.txt46 compatible = "st,clkgen-c32";
/freebsd/sys/dev/gpio/
H A Dgpioc.c788 struct gpio_config_32 *c32; in gpioc_ioctl() local
890 c32 = (struct gpio_config_32 *)arg; in gpioc_ioctl()
891 res = GPIO_PIN_CONFIG_32(sc->sc_pdev, c32->first_pin, in gpioc_ioctl()
892 c32->num_pins, c32->pin_flags); in gpioc_ioctl()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Didt_89hpesx.txt23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-var-som-om44.dtsi233 compatible = "microchip,24c32", "atmel,24c32";
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_draid_003_pos.ksh85 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_sodia.dts91 compatible = "atmel,24c32";
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcuchar33 size_t c32rtomb(char* s, char32_t c32, mbstate_t* ps);

1234