HomeSort by: relevance | last modified time | path
    Searched refs:u2 (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/lib/libbluetooth/
sdp_match.c 49 uuid_t u1, u2; local in function:sdp_match_uuid16
54 if (!sdp_get_uuid(&d, &u2)
55 || !uuid_equal(&u1, &u2, NULL))
  /src/tests/usr.bin/xlint/lint1/
msg_102.c 28 static struct unrelated *u1, *u2; variable in typeref:struct:unrelated **
36 return u1->bits == u2->bits;
init_braces.c 114 unsigned char u2; member in union:init_unnamed_union::init_unnamed_union::__anond93d92e8030a::__anond93d92e80408::padded_union::__anond93d92e8050a
init.c 94 union incomplete_union u2 = { variable in typeref:union:incomplete_union
96 /* expect+1: error: 'u2' has incomplete type 'incomplete union incomplete_union' [31] */
  /src/lib/libm/src/
b_log.c 371 double F, f, g, q, u, v, u2; local in function:__log__D
396 u2 = (2.0*(f - F*u1) - u1*f) * g;
400 u2 += logF_tail[j]; u2 += q;
401 u2 += logF_tail[N]*m;
402 r.a = u1 + u2; /* Only difference is here */
404 r.b = (u1 - r.a) + u2;
e_rem_pio2l.h 83 union IEEEl2bits u2; local in function:__ieee754_rem_pio2l
87 u2.e = y[0];
88 ex1 = u2.xbits.expsign & 0x7fff;
96 u2.e = y[0];
97 ex1 = u2.xbits.expsign & 0x7fff;
  /src/lib/libm/ld128/
b_logl.c 336 long double F, f, g, q, u, v, u1, u2; local in function:__log__D
365 u2 = (2 * (f - F * u1) - u1 * f) * g;
369 u2 += logF_tail[j];
370 u2 += q;
371 u2 += logF_tail[N] * m;
372 r.a = (float)(u1 + u2); /* Only difference is here. */
373 r.b = (u1 - r.a) + u2;
e_rem_pio2l.h 85 union ieee_ext_u u2; local in function:__ieee754_rem_pio2l
89 u2.extu_ld = y[0];
90 ex1 = u2.extu_exp;
98 u2.extu_ld = y[0];
99 ex1 = u2.extu_exp;
  /src/lib/libm/ld80/
b_logl.c 340 long double F, f, g, q, u, v, u1, u2; local in function:__log__LD
369 u2 = (2 * (f - F * u1) - u1 * f) * g;
373 u2 += logF_tail[j];
374 u2 += q;
375 u2 += logF_tail[N] * m;
376 r.a = (float)(u1 + u2); /* Only difference is here. */
377 r.b = (u1 - r.a) + u2;
e_rem_pio2l.h 94 union ieee_ext_u u2; local in function:__ieee754_rem_pio2l
98 u2.extu_ld = y[0];
99 ex1 = u2.extu_exp;
107 u2.extu_ld = y[0];
108 ex1 = u2.extu_exp;
  /src/lib/libm/noieee_src/
n_log.c 380 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local in function:__weak_alias
431 u2 = (2.0*(f - F*u1) - u1*f) * g;
432 /* u1 + u2 = 2f/(2F+f) to extra precision. */
439 u2 = (u2 + logF_tail[j]) + q; /* tiny */
440 u2 += logF_tail[N]*m;
441 return (u1 + u2);
452 double F, f, g, q, u, v, u2; local in function:__log__D
477 u2 = (2.0*(f - F*u1) - u1*f) * g;
481 u2 += logF_tail[j]; u2 += q
    [all...]
  /src/sys/crypto/des/
des_locl.h 146 unsigned int u1,u2,u3; \
148 u2=(int)u>>8L; \
150 u2&=0xfc; \
154 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
160 u2=(int)t>>8L; \
162 u2&=0xfc; \
165 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
174 unsigned int u1,u2,s1,s2; \
176 u2=(int)u>>8L; \
178 u2&=0xfc;
    [all...]
  /src/sbin/gpt/
gpt_uuid.h 92 gpt_uuid_equal(const gpt_uuid_t u1, const gpt_uuid_t u2) {
93 return memcmp(u1, u2, sizeof(gpt_uuid_t)) == 0;
97 gpt_uuid_copy(gpt_uuid_t u1, const gpt_uuid_t u2) {
98 memcpy(u1, u2, sizeof(gpt_uuid_t));
  /src/share/doc/usd/01.begin/
Makefile 5 SRCS= u.mac u0 u1 u2 u3 u4 u5
  /src/sys/compat/linux/common/
linux_cdrom.c 133 } *u2; local in function:linux_ioctl_cdrom
135 #define t_blocks u2->tt_blocks
136 #define t_msf u2->tt_msf
137 #define t_track u2->tt_track
138 #define t_header u2->tt_header
139 #define t_toc_entry u2->tt_toc_entry
140 #define t_subchannel u2->tt_subchannel
141 #define t_vol u2->tt_vol
153 u2 = malloc(sizeof(*u2), M_TEMP, M_WAITOK)
    [all...]
  /src/tests/fs/vfs/
t_link.c 59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2,
90 if (rump_sys_setuid(u2) == -1)
  /src/usr.bin/rwho/
rwho.c 232 const struct my_utmp *u1, *u2; local in function:utmpcmp
236 u2 = v2;
237 rc = strncmp(u1->myutmp.out_name, u2->myutmp.out_name, 8);
240 rc = strcmp(u1->myhost, u2->myhost);
243 return strncmp(u1->myutmp.out_line, u2->myutmp.out_line, 8);
  /src/sys/fs/msdosfs/
msdosfs_conv.c 998 u_int16_t u1, u2; local in function:ucs2match
1004 u2 = ucs2fold(*w2);
1005 if (u1 != u2)
1023 u_int16_t u1, u2; local in function:char8match
1027 u2 = le16toh(*w2);
1028 if (u1 == 0 || u2 == 0)
1029 return u1 == u2;
1030 if (u1 > 255 || u2 > 255)
1033 u2 = u2l[u2 & 0xff]
    [all...]
  /src/usr.bin/hexdump/
display.c 131 uint16_t u2; local in function:print
197 memmove(&u2, bp, sizeof(u2));
198 (void)printf(pr->fmt, (uint64_t)u2);
  /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);
460 q[2*2 + 1] = le32dec(in + 16 + 4*2) ^ u2;
475 le32enc(out + 16 + 4*2, q[2*2 + 1] ^ u2);
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);
564 q[2*2 + 1] = le32dec(in + 16 + 4*2) ^ u2;
    [all...]
  /src/bin/ksh/
var.c 288 vp->u2.field = vq->u2.field;
534 if (!vp->u2.field) /* default field width */
535 vp->u2.field = olen;
536 nlen = vp->u2.field;
550 if (slen > vp->u2.field) {
551 s += slen - vp->u2.field;
552 slen = vp->u2.field;
557 vp->u2.field - slen, null, slen, s);
566 vp->u2.field, vp->u2.field, s)
    [all...]
table.h 28 } u2; member in struct:tbl
  /src/usr.sbin/makefs/ffs/
buf.c 63 bread(struct vnode *vp, daddr_t blkno, int size, int u2 __unused,
201 int u2 __unused)
  /src/sys/dev/pci/qat/
qat_hw17reg.h 1935 } u2; member in struct:fw_la_auth_req_params
1972 } u2; member in struct:fw_la_auth_req_params_resrvd_flds
2058 } u2; member in struct:fw_la_key_gen_common
2091 } u2; member in struct:fw_la_ssl3_req_params
2126 } u2; member in struct:fw_la_mgf_req_params
  /src/tests/lib/libprop/
t_proplib.c 342 prop_number_t s1, s2, u1, u2, u3, u4; local in function:ATF_TC_BODY
366 u2 = prop_number_create_unsigned(0);
367 ATF_REQUIRE(u2 != NULL);
368 ATF_REQUIRE(u2 != u1);
369 ATF_REQUIRE(prop_number_unsigned(u2) == true);
370 ATF_REQUIRE(prop_number_unsigned_value(u2) == 0);
387 prop_object_release(u2);

Completed in 30 milliseconds

1 2