| /freebsd-12-stable/lib/libc/locale/ |
| D | c32rtomb.c | 38 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, in c32rtomb_l() argument 43 if ((c32 >= 0xd800 && c32 <= 0xdfff) || c32 > 0x10ffff) { in c32rtomb_l() 53 return (wcrtomb_l(s, c32, ps, locale)); in c32rtomb_l() 57 c32rtomb(char * __restrict s, char32_t c32, mbstate_t * __restrict ps) in c32rtomb() argument 60 return (c32rtomb_l(s, c32, ps, __get_locale())); in c32rtomb()
|
| D | mbrtoc16.c | 45 char32_t c32; in mbrtoc16_l() local 70 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale); in mbrtoc16_l() 72 if (c32 < 0x10000) { in mbrtoc16_l() 74 *pc16 = c32; in mbrtoc16_l() 77 c32 -= 0x10000; in mbrtoc16_l() 78 *pc16 = 0xd800 | (c32 >> 10); in mbrtoc16_l() 79 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff); in mbrtoc16_l()
|
| D | c16rtomb.c | 46 char32_t c32; in c16rtomb_l() local 55 c32 = 0; in c16rtomb_l() 63 c32 = 0x10000 + ((cs->lead_surrogate & 0x3ff) << 10 | in c16rtomb_l() 71 c32 = c16; in c16rtomb_l() 75 return (c32rtomb_l(s, c32, &cs->c32_mbstate, locale)); in c16rtomb_l()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | stih415-clock.dtsi | 155 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32"; 167 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32"; 179 compatible = "st,clkgena-prediv-c32", 189 compatible = "st,clkgena-divmux-c32-odf0", 208 compatible = "st,clkgena-divmux-c32-odf1", 227 compatible = "st,clkgena-divmux-c32-odf2", 246 compatible = "st,clkgena-divmux-c32-odf3", 269 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32"; 281 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32"; 293 compatible = "st,clkgena-prediv-c32", [all …]
|
| D | stih416-clock.dtsi | 157 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32"; 169 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32"; 181 compatible = "st,clkgena-prediv-c32", 191 compatible = "st,clkgena-divmux-c32-odf0", 210 compatible = "st,clkgena-divmux-c32-odf1", 229 compatible = "st,clkgena-divmux-c32-odf2", 248 compatible = "st,clkgena-divmux-c32-odf3", 271 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32"; 283 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32"; 295 compatible = "st,clkgena-prediv-c32", [all …]
|
| D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 114 compatible = "st,clkgen-c32"; 225 compatible = "st,clkgen-c32"; 261 compatible = "st,clkgen-c32"; 309 compatible = "st,clkgen-c32";
|
| D | stih407-clock.dtsi | 31 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 113 compatible = "st,clkgen-c32"; 217 compatible = "st,clkgen-c32"; 251 compatible = "st,clkgen-c32"; 299 compatible = "st,clkgen-c32";
|
| D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 73 compatible = "st,clkgen-c32"; 112 compatible = "st,clkgen-c32"; 219 compatible = "st,clkgen-c32"; 255 compatible = "st,clkgen-c32"; 310 compatible = "st,clkgen-c32";
|
| D | imx6ul-phytec-phycore-som.dtsi | 77 compatible = "catalyst,24c32", "atmel,24c32";
|
| D | imx27-phytec-phycard-s-som.dtsi | 38 compatible = "atmel,24c32";
|
| D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
| D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
| D | at91-dvk_su60_somc.dtsi | 74 compatible = "giantec,gt24c32a", "atmel,24c32";
|
| D | socfpga_arria5_socdk.dts | 99 compatible = "atmel,24c32";
|
| D | socfpga_cyclone5_socdk.dts | 103 compatible = "atmel,24c32";
|
| D | socfpga_arria10_socdk.dtsi | 151 compatible = "atmel,24c32";
|
| D | imx6qdl-phytec-phycore-som.dtsi | 87 compatible = "atmel,24c32";
|
| D | rk3288-phycore-rdk.dts | 110 compatible = "atmel,24c32";
|
| D | ls1021a-tsn.dts | 180 compatible = "atmel,24c32";
|
| D | imx27-phytec-phycore-som.dtsi | 192 compatible = "atmel,24c32";
|
| D | imx28-evk.dts | 262 compatible = "atmel,24c32";
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_ioc32.c | 234 drm_client32_t *c32 = data; in compat_drm_getclient() local 238 client.idx = c32->idx; in compat_drm_getclient() 244 c32->idx = client.idx; in compat_drm_getclient() 245 c32->auth = client.auth; in compat_drm_getclient() 246 c32->pid = client.pid; in compat_drm_getclient() 247 c32->uid = client.uid; in compat_drm_getclient() 248 c32->magic = client.magic; in compat_drm_getclient() 249 c32->iocs = client.iocs; in compat_drm_getclient()
|
| /freebsd-12-stable/sys/dev/gpio/ |
| D | gpioc.c | 786 struct gpio_config_32 *c32; in gpioc_ioctl() local 888 c32 = (struct gpio_config_32 *)arg; in gpioc_ioctl() 889 res = GPIO_PIN_CONFIG_32(sc->sc_pdev, c32->first_pin, in gpioc_ioctl() 890 c32->num_pins, c32->pin_flags); in gpioc_ioctl()
|
| /freebsd-12-stable/sys/gnu/dts/arm64/altera/ |
| D | socfpga_stratix10_socdk.dts | 146 compatible = "atmel,24c32";
|
| D | socfpga_stratix10_socdk_nand.dts | 179 compatible = "atmel,24c32";
|