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

12

/freebsd-13-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-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h79 uint32_t c32[2]; /* for SHA256 , modulo 2^64 */ member in union:__anon10583::__anon10585
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h79 uint32_t c32[2]; /* for SHA256 , modulo 2^64 */ member in union:__anon10479::__anon10481
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_draid_003_pos.ksh85 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs
/freebsd-13-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-13-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-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c796 buf_index = (ctx->count.c32[1] >> 3) & 0x3F;
799 if ((ctx->count.c32[1] += (input_len << 3)) < (input_len << 3))
800 ctx->count.c32[0]++;
802 ctx->count.c32[0] += (input_len >> 29);
906 uint8_t bitcount_be[sizeof (ctx->count.c32)];
912 index = (ctx->count.c32[1] >> 3) & 0x3f;
913 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be));
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-13-stable/contrib/dialog/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.sub839 convex-c32)
840 basic_machine=c32-convex
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.sub499 convex-c32)
500 basic_machine=c32-convex
H A Dconfig.guess736 then echo c32-convex-bsd
1439 then echo c32-convex-bsd
/freebsd-13-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-13-stable/contrib/sqlite3/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-13-stable/contrib/ldns/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-13-stable/contrib/libevent/
H A Dconfig.sub566 convex-c32)
567 basic_machine=c32-convex
H A Dconfig.guess758 then echo c32-convex-bsd
/freebsd-13-stable/contrib/openpam/
H A Dconfig.sub563 convex-c32)
564 basic_machine=c32-convex
/freebsd-13-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-13-stable/crypto/openssh/
H A Dconfig.sub571 convex-c32)
572 basic_machine=c32-convex
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess799 then echo c32-convex-bsd

Completed in 218 milliseconds

12