Home
last modified time | relevance | path

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

12

/NextBSD/lib/libc/locale/
HDc32rtomb.c36 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, in c32rtomb_l() argument
41 if ((c32 >= 0xd800 && c32 <= 0xdfff) || c32 > 0x10ffff) { in c32rtomb_l()
51 return (wcrtomb_l(s, c32, ps, locale)); in c32rtomb_l()
55 c32rtomb(char * __restrict s, char32_t c32, mbstate_t * __restrict ps) in c32rtomb() argument
58 return (c32rtomb_l(s, c32, ps, __get_locale())); in c32rtomb()
HDmbrtoc16.c43 char32_t c32; in mbrtoc16_l() local
68 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale); in mbrtoc16_l()
70 if (c32 < 0x10000) { in mbrtoc16_l()
72 *pc16 = c32; in mbrtoc16_l()
75 c32 -= 0x10000; in mbrtoc16_l()
76 *pc16 = 0xd800 | (c32 >> 10); in mbrtoc16_l()
77 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff); in mbrtoc16_l()
HDc16rtomb.c44 char32_t c32; in c16rtomb_l() local
53 c32 = 0; in c16rtomb_l()
61 c32 = 0x10000 + ((cs->lead_surrogate & 0x3ff) << 10 | in c16rtomb_l()
69 c32 = c16; in c16rtomb_l()
73 return (c32rtomb_l(s, c32, &cs->c32_mbstate, locale)); in c16rtomb_l()
/NextBSD/sys/gnu/dts/arm/
HDstih415-clock.dtsi155 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 …]
HDstih416-clock.dtsi157 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 …]
HDstih407-clock.dtsi40 compatible = "st,clkgen-c32";
45 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
94 compatible = "st,clkgen-c32";
99 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
132 compatible = "st,clkgen-c32";
137 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
146 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
214 compatible = "st,clkgen-c32";
254 compatible = "st,clkgen-c32";
302 compatible = "st,clkgen-c32";
HDstih410-clock.dtsi42 compatible = "st,clkgen-c32";
47 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
96 compatible = "st,clkgen-c32";
101 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
135 compatible = "st,clkgen-c32";
140 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
149 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
224 compatible = "st,clkgen-c32";
266 compatible = "st,clkgen-c32";
314 compatible = "st,clkgen-c32";
HDstih418-clock.dtsi42 compatible = "st,clkgen-c32";
47 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
96 compatible = "st,clkgen-c32";
101 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
135 compatible = "st,clkgen-c32";
140 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
149 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
227 compatible = "st,clkgen-c32";
269 compatible = "st,clkgen-c32";
324 compatible = "st,clkgen-c32";
HDimx27-phytec-phycard-s-som.dtsi44 compatible = "at,24c32";
HDimx27-phytec-phycore-som.dtsi197 compatible = "at,24c32";
HDomap4-var-som-om44.dtsi245 compatible = "microchip,24c32";
HDimx6qdl-phytec-pfla02.dtsi109 compatible = "atmel,24c32";
HDimx28-evk.dts206 compatible = "at24,24c32";
/NextBSD/sys/dev/drm2/
HDdrm_ioc32.c236 drm_client32_t *c32 = data; in compat_drm_getclient() local
240 client.idx = c32->idx; in compat_drm_getclient()
246 c32->idx = client.idx; in compat_drm_getclient()
247 c32->auth = client.auth; in compat_drm_getclient()
248 c32->pid = client.pid; in compat_drm_getclient()
249 c32->uid = client.uid; in compat_drm_getclient()
250 c32->magic = client.magic; in compat_drm_getclient()
251 c32->iocs = client.iocs; in compat_drm_getclient()
/NextBSD/contrib/netbsd-tests/ipf/input/
HDni5318 5018 269c 3c32 0000 3232 3620 4c69 7374
/NextBSD/contrib/ofed/libibcm/config/
HDconfig.guess712 then echo c32-convex-bsd
/NextBSD/contrib/openbsm/config/
HDconfig.guess705 then echo c32-convex-bsd
/NextBSD/contrib/ofed/librdmacm/config/
HDconfig.guess712 then echo c32-convex-bsd
/NextBSD/contrib/libreadline/support/
HDconfig.guess709 then echo c32-convex-bsd
/NextBSD/contrib/ldns/
HDconfig.guess738 then echo c32-convex-bsd
/NextBSD/contrib/binutils/
HDconfig.guess717 then echo c32-convex-bsd
/NextBSD/crypto/heimdal/
HDconfig.guess736 then echo c32-convex-bsd
/NextBSD/contrib/ntp/sntp/
HDconfig.guess740 then echo c32-convex-bsd
/NextBSD/contrib/tcsh/
HDconfig.guess737 then echo c32-convex-bsd
/NextBSD/contrib/ntp/
HDconfig.guess740 then echo c32-convex-bsd

12