Searched refs:b4 (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/usr.bin/calendar/tests/
H A Dregress.sh27 REGRESSION_TEST(`b4',`$CALENDAR -B 3 -t 03.01.2007')
H A DMakefile16 ${PACKAGE}FILES+= regress.b4.out
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c468 uint16_t b4 = 0; local
479 b4 = u8s[1] = s[1];
483 b4 = u8s[2] = s[2];
488 b4 = u8s[3] = s[3];
517 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4];
518 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1];
533 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4];
534 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1];
696 uint16_t b4 = 0; local
703 b4
752 uint16_t b4 = 0; local
974 uint16_t b4 = 0; local
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat338 ($b1,$b2,$b3,$b4,$s1,$s2,
350 $b4 != $REQ_LOOP_INFO || # Ehh.. not loopinfo reply ?
357 warn(" ".sprintf("b1=%x b2=%x b3=%x b4=%x s1=%d s2=%d\n",
358 $b1,$b2,$b3,$b4,$s1,$s2));
365 ($b1,$b2,$b3,$b4,$s1,$s2,
/freebsd-11-stable/sys/dev/usb/
H A Dusb_endian.h110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
115 (w)[4] = (uint8_t)(b4); \
/freebsd-11-stable/tests/sys/acl/
H A Daclfuzzer.sh143 b4=`rnd_from_0_to 7`
146 run_command "chmod $b1$b2$b3$b4 $file $2"
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c1477 u64 b0, b1, b2, b3, b4; local
1537 b4 = ROL64((a44^d4), 14);
1541 a22 = b2 ^((~b3)& b4 );
1542 a33 = b3 ^((~b4)& b0 );
1543 a44 = b4 ^((~b0)& b1 );
1547 b4 = ROL64((a42^d2), 61);
1552 a42 = b2 ^((~b3)& b4 );
1553 a03 = b3 ^((~b4)& b0 );
1554 a14 = b4 ^((~b0)& b1 );
1556 b4
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c232 int b4 = bman_depletion_get(&p_BmPortal->pools[1], (uint8_t)idx); local
234 if (b4 == af)
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c282 int b4 = (b->tm_year >> 2) + (TM_YEAR_BASE >> 2) - ! (b->tm_year & 3); local
284 int b100 = b4 / 25 - (b4 % 25 < 0);
287 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c1130 struct sockaddr_in *a4, *b4; local
1138 b4 = (struct sockaddr_in *)b;
1139 return a4->sin_port == b4->sin_port &&
1140 a4->sin_addr.s_addr == b4->sin_addr.s_addr;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c651 int error, b1, b2, b3, b4, p, num; local
663 &b1, &b2, &b3, &b4, &p)) >= 4) {
667 &b1, &b2, &b3, &b4, &p)) >= 4) {
685 htonl((b1 << 24) + (b2 << 16) + (b3 << 8) + b4);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c205 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) argument
208 uint16_t iv16 = (b4 << 0) | (b5 << 8);
H A Dieee80211_crypto_tkip.c247 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) argument
250 uint16_t iv16 = (b4 << 0) | (b5 << 8);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c3315 int8_t i, b4; local
3318 b4 = b32 & 0xf;
3319 b4 += delta;
3320 if (b4 < 0)
3321 b4 = 0;
3322 else if (b4 > 0xf)
3323 b4 = 0xf;
3324 b32 = b32 >> 4 | b4 << 28;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c2574 char b1[40], b2[40], b3[40], b4[100]; local
2604 strcpy(b4, "");
2630 snprintf(b4, sizeof(b4), "[avg/std %s/%s pps]",
2635 norm(b1, pps, normalize), b4,
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c908 const struct sockaddr_in *a4, *b4; local
919 b4 = (const struct sockaddr_in *) b;
920 return !memcmp(&a4->sin_addr, &b4->sin_addr,
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1575 int8_t i, b4; local
1578 b4 = b32 & 0xf;
1579 b4 += delta;
1580 if (b4 < 0)
1581 b4 = 0;
1582 else if (b4 > 0xf)
1583 b4 = 0xf;
1584 b32 = b32 >> 4 | b4 << 28;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h9274 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9277 (vector unsigned char)(b0, b1, b2, b3, b4, b5, b6, b7, b0, b1,
9278 b2, b3, b4, b5, b6, b7));
9283 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9286 (vector unsigned char)(b0, b1, b2, b3, b4, b5, b6, b7, b0, b1,
9287 b2, b3, b4, b5, b6, b7));
9292 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9295 (vector unsigned char)(b0, b1, b2, b3, b4, b5, b6, b7, b0, b1,
9296 b2, b3, b4, b5, b6, b7));
9301 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 local
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8933 \gdef^^b4{\'{}}
9025 \gdef^^b4{\v Z}
9055 \gdef^^b4{\'{}}
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4194 b4/T9eOvLG6feMSZsgJXp1w8JXp49CHZSr9IGV9UcFFQTOEitod4UuAUos+mP2xg

Completed in 969 milliseconds