Searched refs:b2 (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-10.1-release/sys/dev/usb/
H A Dusb_endian.h103 #define USETW4(w,b3,b2,b1,b0) do { \
106 (w)[2] = (uint8_t)(b2); \
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \
113 (w)[2] = (uint8_t)(b2); \
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPostOrderCFGView.cpp41 const CFGBlock *b2) const {
43 PostOrderCFGView::BlockOrderTy::const_iterator b2It = POV.BlockOrder.find(b2);
/freebsd-10.1-release/sys/arm/xscale/pxa/
H A Duart_cpu_pxa.c46 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
49 return (b1->bsh == b2->bsh ? 1 : 0);
/freebsd-10.1-release/contrib/nvi/common/
H A Doptions.c309 CHAR_T b2[1024]; local
311 a.bp = b2;
320 if ((CHAR_T*)str != b2) /* GCC puts strings in text-space. */ \
321 (void)MEMCPY(b2, str, a.len+1); \
346 (void)SPRINTF(b2, SIZE(b2),
348 OI(O_CDPATH, b2);
358 (void)SPRINTF(b2, SIZE(b2),
360 OI(O_TMPDIR, b2);
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c145 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \
147 (((uint32_t)(b2) & 0x3F) << 6) | \
464 uint16_t b2 = 0; local
481 b2 = u8s[0] = s[0];
486 b2 = u8s[1] = s[1];
508 b2 = u8_case_common_b2_tbl[uv][b1][b2];
509 if (b2 == U8_TBL_ELEMENT_NOT_DEF)
513 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id;
524 b3_base = u8_toupper_b3_tbl[uv][b2][b
694 uint16_t b2 = 0; local
748 uint16_t b2 = 0; local
970 uint16_t b2 = 0; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dn-fold.c59 int b1, s1, b2, s2; local
73 b2 = (b1 + 1) % bytes;
74 buf[i] = (tmp[b1] << s1) | (tmp[b2] >> s2);
/freebsd-10.1-release/sys/dev/uart/
H A Duart_cpu_ia64.c51 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
54 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
H A Duart_cpu_fdt.c93 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
96 if (b1->bst != b2->bst)
100 if (pmap_kextract(b2->bsh) == 0)
102 return ((pmap_kextract(b1->bsh) == pmap_kextract(b2->bsh)) ? 1 : 0);
/freebsd-10.1-release/sys/mips/cavium/
H A Duart_cpu_octeonusart.c131 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2) argument
134 return ((b1->bsh == b2->bsh && b1->bst == b2->bst) ? 1 : 0);
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_uinfo.c306 int b2; local
538 b2 = uwx_get_byte(bstream);
539 if (b2 < 0)
544 TRACE_I_DECODE_PROLOGUE_4("(P5) frgr_mem", b0, b1, b2, b3)
546 fr_mem_mask = ((b1 & 0x0f) << 16) | (b2 << 8) | b3;
750 b2 = uwx_get_byte(bstream);
751 if (b2 < 0)
753 TRACE_I_DECODE_PROLOGUE_3("(P9) gr_gr", b0, b1, b2)
755 reg = b2 & 0x7f;
783 b2
921 int b2; local
[all...]
/freebsd-10.1-release/usr.bin/calendar/tests/
H A Dregress.sh24 REGRESSION_TEST(`b2',`$CALENDAR -B 3 -t 01.01.2007')
/freebsd-10.1-release/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk127 w0, A, alpha, a0, a1, a2, b0, b1, b2)
136 b2 = 1.0 - (alpha * A);
143 b2 = A*((A+1.0)+((A-1.0)*cos(w0))-(2.0*sqrt(A)*alpha));
148 b0 = b1 = b2 = a0 = a1 = a2 = 0.0;
152 b2 /= a0;
161 coeffs["treble", gain, 5] = feedeq_fx_floor(b2);
170 b2 = 1.0 - (alpha * A);
177 b2 = A*((A+1.0)-((A-1.0)*cos(w0))-(2.0*sqrt(A)*alpha));
182 b0 = b1 = b2 = a0 = a1 = a2 = 0.0;
186 b2 /
[all...]
/freebsd-10.1-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat338 ($b1,$b2,$b3,$b4,$s1,$s2,
348 ($b2 != 0 && $b2 != 0x80) || # S=0 Auth no/yes
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-10.1-release/contrib/gdb/gdb/
H A Ds390-tdep.c1017 unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2)
1023 *b2 = (insn[2] >> 4) & 0xf;
1034 unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2)
1041 *b2 = (insn[2] >> 4) & 0xf;
1054 unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2)
1060 *b2 = (insn[2] >> 4) & 0xf;
1071 unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2)
1078 *b2 = (insn[2] >> 4) & 0xf;
1103 int d2, unsigned int x2, unsigned int b2)
1112 if (b2)
1016 is_rs(bfd_byte *insn, int op, unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2) argument
1033 is_rsy(bfd_byte *insn, int op1, int op2, unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2) argument
1053 is_rx(bfd_byte *insn, int op, unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2) argument
1070 is_rxy(bfd_byte *insn, int op1, int op2, unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2) argument
1101 compute_x_addr(struct prologue_value *addr, struct prologue_value *gpr, int d2, unsigned int x2, unsigned int b2) argument
1337 unsigned int b2, r1, r2, x2, r3; local
1723 unsigned int r1, r3, b2; local
[all...]
/freebsd-10.1-release/sbin/pfctl/
H A Dpfctl_table.c132 struct pfr_buffer b, b2; local
144 bzero(&b2, sizeof(b2));
264 b2.pfrb_type = PFRB_ADDRS;
282 if (pfr_buf_add(&b2,
289 RVTEST(pfr_del_addrs(&table, b2.pfrb_caddr, b2.pfrb_size,
291 xprintf(opts, "%d/%d addresses expired", ndel, b2.pfrb_size);
293 PFRB_FOREACH(a, &b2)
321 b2
[all...]
/freebsd-10.1-release/bin/test/
H A Dtest.c575 struct stat b1, b2; local
577 if (stat(f1, &b1) != 0 || stat(f2, &b2) != 0)
580 if (b1.st_mtim.tv_sec > b2.st_mtim.tv_sec)
582 if (b1.st_mtim.tv_sec < b2.st_mtim.tv_sec)
585 return (b1.st_mtim.tv_nsec > b2.st_mtim.tv_nsec);
597 struct stat b1, b2; local
600 stat (f2, &b2) == 0 &&
601 b1.st_dev == b2.st_dev &&
602 b1.st_ino == b2.st_ino);
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dht-internal.h337 unsigned b2; \
341 b2 = HT_ELT_HASH_(elm, field, hashfn) % new_len; \
342 elm->field.hte_next = new_table[b2]; \
343 new_table[b2] = elm; \
351 unsigned b, b2; \
359 b2 = HT_ELT_HASH_(e, field, hashfn) % new_len; \
360 if (b2 == b) { \
364 e->field.hte_next = new_table[b2]; \
365 new_table[b2] = e; \
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_set.c76 const MYBLOB *b2 = (const MYBLOB *)elem2; local
79 r = memcmp(b1->pbData, b2->pbData,
80 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
83 return b1->cbData - b2->cbData;
/freebsd-10.1-release/contrib/gdtoa/
H A Ddtoa.c118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
268 b2 = 0;
272 b2 = -j;
281 b2 -= k;
494 m2 = b2;
507 b2 += i;
513 b2 -= i;
549 b2 += Log2P;
571 b2 += i;
577 b2
[all...]
H A Dgdtoa.c156 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
263 b2 = 0;
267 b2 = -j;
276 b2 -= k;
502 m2 = b2;
528 b2 += i;
534 b2 -= i;
562 b2++;
577 if ((b2 += i) > 0)
578 b = lshift(b, b2);
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c684 struct bio_bio_st *b1, *b2; local
690 b2 = bio2->ptr;
692 if (b1->peer != NULL || b2->peer != NULL) {
707 if (b2->buf == NULL) {
708 b2->buf = OPENSSL_malloc(b2->size);
709 if (b2->buf == NULL) {
713 b2->len = 0;
714 b2->offset = 0;
720 b2
[all...]
/freebsd-10.1-release/sys/boot/common/
H A Dutil.c47 memcmp(const void *b1, const void *b2, size_t len) argument
51 for (p1 = b1, p2 = b2; len > 0; len--, p1++, p2++) {
/freebsd-10.1-release/sys/contrib/ia64/libuwx/test/
H A Dprimeregs.s26 mov r17 = b2
83 mov b2 = r17
/freebsd-10.1-release/tools/regression/acltools/
H A Daclfuzzer.sh141 b2=`rnd_from_0_to 7`
146 run_command "chmod $b1$b2$b3$b4 $file $2"
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h95 bool operator()(const CFGBlock *b1, const CFGBlock *b2) const;

Completed in 397 milliseconds

12345