HomeSort by: relevance | last modified time | path
    Searched defs:u3 (Results 1 - 9 of 9) 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/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/lib/libm/src/
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)))));
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)))));
  /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/tests/lib/libprop/
t_proplib.c 288 prop_number_t s1, s2, u1, u2, u3, u4; local in function:ATF_TC_BODY
318 u3 = prop_number_copy(u1);
319 ATF_REQUIRE(u3 == u1);
320 ATF_REQUIRE(prop_number_unsigned(u3) == true);
321 ATF_REQUIRE(prop_number_unsigned_value(u3) == UINTMAX_MAX);
334 prop_object_release(u3);
  /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/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+

Completed in 24 milliseconds