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

12

/freebsd-11-stable/lib/libc/locale/
H A Dc32rtomb.c36 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, argument
41 if ((c32 >= 0xd800 && c32 <= 0xdfff) || c32 > 0x10ffff) {
51 return (wcrtomb_l(s, c32, ps, locale));
55 c32rtomb(char * __restrict s, char32_t c32, mbstate_t * __restrict ps) argument
58 return (c32rtomb_l(s, c32, ps, __get_locale()));
H A Dmbrtoc16.c43 char32_t c32; local
68 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale);
70 if (c32 < 0x10000) {
72 *pc16 = c32;
75 c32 -= 0x10000;
76 *pc16 = 0xd800 | (c32 >> 10);
77 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff);
H A Dc16rtomb.c44 char32_t c32; local
53 c32 = 0;
61 c32 = 0x10000 + ((cs->lead_surrogate & 0x3ff) << 10 |
69 c32 = c16;
73 return (c32rtomb_l(s, c32, &cs->c32_mbstate, locale));
/freebsd-11-stable/sys/dev/gpio/
H A Dgpioc.c129 struct gpio_config_32 *c32; local
196 c32 = (struct gpio_config_32 *)arg;
197 res = GPIO_PIN_CONFIG_32(sc->sc_pdev, c32->first_pin,
198 c32->num_pins, c32->pin_flags);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioc32.c236 drm_client32_t *c32 = data; local
240 client.idx = c32->idx;
246 c32->idx = client.idx;
247 c32->auth = client.auth;
248 c32->pid = client.pid;
249 c32->uid = client.uid;
250 c32->magic = client.magic;
251 c32->iocs = client.iocs;
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-11-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-11-stable/contrib/libreadline/support/
H A Dconfig.sub414 convex-c32)
415 basic_machine=c32-convex
H A Dconfig.guess709 then echo c32-convex-bsd
1343 then echo c32-convex-bsd
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub499 convex-c32)
500 basic_machine=c32-convex
/freebsd-11-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-11-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-11-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-11-stable/contrib/ldns/
H A Dconfig.sub550 convex-c32)
551 basic_machine=c32-convex
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub573 convex-c32)
574 basic_machine=c32-convex
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub554 convex-c32)
555 basic_machine=c32-convex
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub563 convex-c32)
564 basic_machine=c32-convex
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub566 convex-c32)
567 basic_machine=c32-convex

Completed in 160 milliseconds

12