/freebsd/lib/libc/locale/ |
H A D | c32rtomb.c | 35 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 D | mbrtoc16.c | 42 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 D | c16rtomb.c | 43 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 D | stih410-clock.dtsi | 34 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 D | stih418-clock.dtsi | 34 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 D | stih407-clock.dtsi | 31 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 D | drm_ioc32.c | 232 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 D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
H A D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ul-phytec-phycore-som.dtsi | 80 compatible = "catalyst,24c32", "atmel,24c32";
|
H A D | imx6qdl-phytec-phycore-som.dtsi | 90 compatible = "st,24c32", "atmel,24c32";
|
H A D | imx6qdl-phytec-pfla02.dtsi | 115 compatible = "catalyst,24c32", "atmel,24c32";
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8183-kukui-krane.dtsi | 77 compatible = "atmel,24c32"; 92 compatible = "atmel,24c32";
|
H A D | mt8183-kukui-kakadu.dtsi | 81 compatible = "atmel,24c32"; 96 compatible = "atmel,24c32";
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 307 compatible = "atmel,24c32"; 321 compatible = "atmel,24c32";
|
H A D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 72 compatible = "atmel,24c32";
|
/freebsd/sys/contrib/device-tree/Bindings/clock/st/ |
H A D | st,clkgen-pll.txt | 29 compatible = "st,clkgen-c32";
|
H A D | st,clkgen.txt | 46 compatible = "st,clkgen-c32";
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 788 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 D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_draid_003_pos.ksh | 85 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cuchar | 33 size_t c32rtomb(char* s, char32_t c32, mbstate_t* ps);
|