Searched refs:c32 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/lib/libc/locale/
H A Dc32rtomb.c38 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, argument
43 if ((c32 >= 0xd800 && c32 <= 0xdfff) || c32 > 0x10ffff) {
53 return (wcrtomb_l(s, c32, ps, locale));
57 c32rtomb(char * __restrict s, char32_t c32, mbstate_t * __restrict ps) argument
60 return (c32rtomb_l(s, c32, ps, __get_locale()));
H A Dmbrtoc16.c45 char32_t c32; local
70 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale);
72 if (c32 < 0x10000) {
74 *pc16 = c32;
77 c32 -= 0x10000;
78 *pc16 = 0xd800 | (c32 >> 10);
79 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff);
H A Dc16rtomb.c46 char32_t c32; local
55 c32 = 0;
63 c32 = 0x10000 + ((cs->lead_surrogate & 0x3ff) << 10 |
71 c32 = c16;
75 return (c32rtomb_l(s, c32, &cs->c32_mbstate, locale));
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_ioc32.c234 drm_client32_t *c32 = data; local
238 client.idx = c32->idx;
244 c32->idx = client.idx;
245 c32->auth = client.auth;
246 c32->pid = client.pid;
247 c32->uid = client.uid;
248 c32->magic = client.magic;
249 c32->iocs = client.iocs;
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c784 struct gpio_config_32 *c32; local
886 c32 = (struct gpio_config_32 *)arg;
887 res = GPIO_PIN_CONFIG_32(sc->sc_pdev, c32->first_pin,
888 c32->num_pins, c32->pin_flags);
/freebsd-12-stable/contrib/tcpdump/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-12-stable/contrib/libpcap/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-12-stable/contrib/openbsm/config/
H A Dconfig.sub422 convex-c32)
423 basic_machine=c32-convex
H A Dconfig.guess705 then echo c32-convex-bsd
1347 then echo c32-convex-bsd
/freebsd-12-stable/contrib/binutils/
H A Dconfig.sub458 convex-c32)
459 basic_machine=c32-convex
H A Dconfig.guess717 then echo c32-convex-bsd
1454 then echo c32-convex-bsd
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.sub499 convex-c32)
500 basic_machine=c32-convex
/freebsd-12-stable/contrib/ncurses/
H A Dconfig.sub556 convex-c32)
557 basic_machine=c32-convex
H A Dconfig.guess757 then echo c32-convex-bsd
1496 then echo c32-convex-bsd
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub566 convex-c32)
567 basic_machine=c32-convex
H A Dconfig.guess758 then echo c32-convex-bsd
/freebsd-12-stable/contrib/openpam/
H A Dconfig.sub563 convex-c32)
564 basic_machine=c32-convex
/freebsd-12-stable/contrib/sqlite3/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-12-stable/contrib/libevent/
H A Dconfig.sub566 convex-c32)
567 basic_machine=c32-convex
H A Dconfig.guess758 then echo c32-convex-bsd
/freebsd-12-stable/contrib/ldns/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-12-stable/contrib/dialog/
H A Dconfig.sub554 convex-c32)
555 basic_machine=c32-convex
H A Dconfig.guess757 then echo c32-convex-bsd
1496 then echo c32-convex-bsd
/freebsd-12-stable/contrib/byacc/
H A Dconfig.sub573 convex-c32)
574 basic_machine=c32-convex
/freebsd-12-stable/crypto/openssh/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex

Completed in 406 milliseconds

12