HomeSort by: relevance | last modified time | path
    Searched refs:u3 (Results 1 - 13 of 13) sorted by relevancy

  /src/tests/usr.bin/indent/
opt_cs.c 33 union u u3 = (union u) u; variable in typeref:union:u
40 union u u3 = (union u) u; variable in typeref:union:u
47 union u u3 = (union u)u; variable in typeref:union:u
  /src/share/doc/usd/01.begin/
Makefile 5 SRCS= u.mac u0 u1 u2 u3 u4 u5
  /src/sys/crypto/des/
des_locl.h 146 unsigned int u1,u2,u3; \
155 u3=(int)(u>>8L); \
157 u3&=0xfc; \
159 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
166 u3=(int)t>>8L; \
168 u3&=0xfc; \
170 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
230 unsigned int u1,u2,u3; \
240 u3=(int)u>>8L; \
242 u3&=0x3f;
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
zynqmp-zcu111-revA.dts 100 ina226-u3 {
102 io-channels = <&u3 0>, <&u3 1>, <&u3 2>, <&u3 3>;
283 u3: ina226@4a { /* u3 */ label
286 label = "ina226-u3";
  /src/sys/crypto/aes/
aes_bear.c 399 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local in function:aesbear_xts_enc
450 u0 = t0; u1 = t1; u2 = t2; u3 = t3;
451 aesbear_xts_update(&u0, &u1, &u2, &u3);
461 q[2*3 + 1] = le32dec(in + 16 + 4*3) ^ u3;
476 le32enc(out + 16 + 4*3, q[2*3 + 1] ^ u3);
479 t0 = u0; t1 = u1; t2 = u2; t3 = u3;
503 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local in function:aesbear_xts_dec
554 u0 = t0; u1 = t1; u2 = t2; u3 = t3;
555 aesbear_xts_update(&u0, &u1, &u2, &u3);
565 q[2*3 + 1] = le32dec(in + 16 + 4*3) ^ u3;
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_132.c 43 unsigned u3:3; member in struct:bit_fields
579 bits.u3 = bits.u32 & m;
581 bits.u5 = bits.u3 & m;
637 s32 = 8 - bits.u3;
  /src/lib/libm/src/
e_lgamma_r.c 127 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable in typeref:typename:const double
265 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
e_lgammaf_r.c 63 u3 = 9.7771751881e-01, /* 0x3f7a4bb2 */ variable in typeref:typename:const float
201 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4412-odroidu3.dts 3 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source
7 * Device tree source file for Hardkernel's ODROID-U3 board which is based
16 model = "Hardkernel ODROID-U3 board based on Exynos4412";
17 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
135 model = "Odroid-U3";
  /src/tests/lib/libprop/
t_proplib.c 342 prop_number_t s1, s2, u1, u2, u3, u4; local in function:ATF_TC_BODY
372 u3 = prop_number_copy(u1);
373 ATF_REQUIRE(u3 == u1);
374 ATF_REQUIRE(prop_number_unsigned(u3) == true);
375 ATF_REQUIRE(prop_number_unsigned_value(u3) == UINTMAX_MAX);
388 prop_object_release(u3);
  /src/lib/libm/ld128/
e_lgammal_r.c 110 u3 = 6.49503267711258043997790983071543710e+00L, variable in typeref:typename:const long double
289 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
  /src/lib/libm/ld80/
e_lgammal_r.c 136 #define u3 (u3u.extu_ld) macro
319 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 310 swap %d6 # get u3 to lsw position
311 mov.w %d6, %d5 # rb + u3
345 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2
372 clr.w %d6 # word u3 left
385 mov.w %d6,%d4 # insert lower word (U3)
390 # add.l %d6, %d4 # (U1U2 - V1q) + U3
393 bls.b lddadjd1 # is V2q > (U1U2-V1q) + U3 ?

Completed in 201 milliseconds