/freebsd/lib/libc/tests/locale/ |
H A D | mbrtoc16_test.c | 56 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 D | c16rtomb.c | 39 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 D | v_log1p_inline.h | 15 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 D | atan.c | 14 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 D | atan2.c | 14 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 D | asinh.c | 21 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 D | r8a779f4-s4sk.dts | 107 compatible = "st,24c16", "atmel,24c16";
|
/freebsd/sys/contrib/device-tree/src/loongarch/ |
H A D | loongson-2k0500-ref.dts | 64 compatible = "atmel,24c16";
|
H A D | loongson-2k1000-ref.dts | 82 compatible = "atmel,24c16";
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cuchar | 31 size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps);
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r7s72100-rskrza1.dts | 152 compatible = "renesas,r1ex24016", "atmel,24c16";
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-moxa-uc-2100-common.dtsi | 103 compatible = "atmel,24c16";
|
H A D | am335x-moxa-uc-8100-common.dtsi | 202 compatible = "atmel,24c16";
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun4i-a10-olinuxino-lime.dts | 149 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olimex-som204-evb.dts | 139 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime.dts | 142 compatible = "atmel,24c16";
|
H A D | sun5i-a10s-olinuxino-micro.dts | 134 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-lime2.dts | 143 compatible = "atmel,24c16";
|
H A D | sun7i-a20-olinuxino-micro.dts | 150 compatible = "atmel,24c16";
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | c64 | 475 >>>>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 D | rk3566-rock-3c.dts | 466 compatible = "belling,bl24c16a", "atmel,24c16";
|
H A D | rk3588s-rock-5a.dts | 230 compatible = "belling,bl24c16a", "atmel,24c16";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 197 def FRAMELIMIT: Rc<16, "framelimit", ["c16"]>, DwarfRegNum<[83]>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 3036 foreach ty = ["c8", "c16", "c32", "c64"] in {
|
/freebsd/share/misc/ |
H A D | usb_vendors | 11335 3c16 DWA-125 Wireless N 150 Adapter(rev.A2) [Ralink RT3070] 14165 0c16 Gyration, Inc.
|