Home
last modified time | relevance | path

Searched refs:c16 (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libc/tests/locale/
H A Dmbrtoc16_test.c56 static char16_t c16; variable
65 ATF_REQUIRE(mbrtoc16(&c16, "", 1, NULL) == 0); in ATF_TC_BODY()
66 ATF_REQUIRE(c16 == 0); in ATF_TC_BODY()
70 ATF_REQUIRE(mbrtoc16(&c16, "", 1, &s) == 0); in ATF_TC_BODY()
71 ATF_REQUIRE(c16 == 0); in ATF_TC_BODY()
75 ATF_REQUIRE(mbrtoc16(&c16, "A", 1, NULL) == 1); in ATF_TC_BODY()
76 ATF_REQUIRE(c16 == L'A'); in ATF_TC_BODY()
80 ATF_REQUIRE(mbrtoc16(&c16, "A", 1, &s) == 1); in ATF_TC_BODY()
81 ATF_REQUIRE(c16 == L'A'); in ATF_TC_BODY()
84 c16 = L'z'; in ATF_TC_BODY()
[all …]
/freebsd/lib/libc/locale/
H A Dc16rtomb.c39 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, in c16rtomb_l() argument
56 if (c16 < 0xdc00 || c16 > 0xdfff) { in c16rtomb_l()
61 (c16 & 0x3ff)); in c16rtomb_l()
62 } else if (c16 >= 0xd800 && c16 <= 0xdbff) { in c16rtomb_l()
64 cs->lead_surrogate = c16; in c16rtomb_l()
68 c32 = c16; in c16rtomb_l()
76 c16rtomb(char * __restrict s, char16_t c16, mbstate_t * __restrict ps) in c16rtomb() argument
79 return (c16rtomb_l(s, c16, ps, __get_locale())); in c16rtomb()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dv_log1p_inline.h15 float64x2_t c0, c2, c4, c6, c8, c10, c12, c14, c16; member
33 .c16 = V2 (-0x1.15fdf07cb7c73p-4), .c17 = 0x1.0310b70800fcfp-4, \
52 float64x2_t p1617 = vfmaq_laneq_f64 (d->c16, m, c1718, 0); in eval_poly()
H A Datan.c14 float64x2_t c0, c2, c4, c6, c8, c10, c12, c14, c16, c18; member
28 .c16 = V2 (-0x1.d0062b42fe3bfp-9), .c17 = 0x1.17739e210171ap-10,
109 float64x2_t p1617 = vfmaq_laneq_f64 (d->c16, z2, c1719, 0); in V_NAME_D1()
H A Datan2.c14 float64x2_t c0, c2, c4, c6, c8, c10, c12, c14, c16, c18; member
37 .c16 = V2 (-0x1.d0062b42fe3bfp-9),
139 float64x2_t p1617 = vfmaq_laneq_f64 (d->c16, z2, c1719, 0); in V_NAME_D2()
H A Dasinh.c21 float64x2_t c0, c2, c4, c6, c8, c10, c12, c14, c16, c17; member
49 .c16 = V2 (-0x1.021a48685e287p-14),
202 float64x2_t p1617 = vfmaq_f64 (d->c16, x2, d->c17); in V_NAME_D1()
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a779f4-s4sk.dts107 compatible = "st,24c16", "atmel,24c16";
/freebsd/sys/contrib/device-tree/src/loongarch/
H A Dloongson-2k0500-ref.dts64 compatible = "atmel,24c16";
H A Dloongson-2k1000-ref.dts82 compatible = "atmel,24c16";
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcuchar31 size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps);
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr7s72100-rskrza1.dts152 compatible = "renesas,r1ex24016", "atmel,24c16";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-moxa-uc-2100-common.dtsi103 compatible = "atmel,24c16";
H A Dam335x-moxa-uc-8100-common.dtsi202 compatible = "atmel,24c16";
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun4i-a10-olinuxino-lime.dts149 compatible = "atmel,24c16";
H A Dsun7i-a20-olimex-som204-evb.dts139 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime.dts142 compatible = "atmel,24c16";
H A Dsun5i-a10s-olinuxino-micro.dts134 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-lime2.dts143 compatible = "atmel,24c16";
H A Dsun7i-a20-olinuxino-micro.dts150 compatible = "atmel,24c16";
/freebsd/contrib/file/magic/Magdir/
H A Dc64475 >>>>0 use c16-prg
478 >>>>0 use c16-exe
481 >>>0 use c16-exe
483 0 name c16-exe
501 0 name c16-prg
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-rock-3c.dts466 compatible = "belling,bl24c16a", "atmel,24c16";
H A Drk3588s-rock-5a.dts230 compatible = "belling,bl24c16a", "atmel,24c16";
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td197 def FRAMELIMIT: Rc<16, "framelimit", ["c16"]>, DwarfRegNum<[83]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td3036 foreach ty = ["c8", "c16", "c32", "c64"] in {
/freebsd/share/misc/
H A Dusb_vendors11335 3c16 DWA-125 Wireless N 150 Adapter(rev.A2) [Ralink RT3070]
14165 0c16 Gyration, Inc.

12