| /src/lib/libc/gdtoa/ |
| sum.c | 44 ULong carry, *xc, *xa, *xb, *xe, y; local 58 xb = b->x; 63 y = (*xa & 0xffff) + (*xb & 0xffff) + carry; 65 z = (*xa++ >> 16) + (*xb++ >> 16) + carry; 80 y = *xa++ + *xb++ + carry;
|
| misc.c | 288 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 317 xb = b->x; 318 xbe = xb + wb; 321 for(; xb < xbe; xc0++) { 322 if ( (y = *xb++) !=0) { 339 for(; xb < xbe; xb++, xc0++) { 340 if ( (y = *xb & 0xffff) !=0) { 354 if ( (y = *xb >> 16) !=0) { 371 for(; xb < xbe; xc0++) 532 ULong *xa, *xa0, *xb, *xb0; local 568 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
| rijndael-alg-fst.c | 147 } xa, xb; local 149 #define b xb.x8 312 } xa, xb; local 314 #define b xb.x8
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| typeid.cc | 57 const std::type_info &xb = typeid(b); local
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| typeid.cc | 57 const std::type_info &xb = typeid(b); local
|
| /src/sys/dev/usb/ |
| usb_mem.c | 235 usb_dma_block_t *xb; local 236 LIST_FOREACH(xb, qh, next) { 237 if (xb == b)
|
| /src/crypto/external/bsd/openssh/dist/ |
| srclimit.c | 134 struct xaddr xa, xb; local 145 if (srclimit_mask_addr(&xa, bits, &xb) != 0) 154 } else if (addr_cmp(&children[i].addr, &xb) == 0) { 178 memcpy(&children[first_unused].addr, &xb, sizeof(xb));
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tgamma.c | 533 mpfr_t xa, xb; local 538 mpfr_init2 (xb, 53); 539 mpfr_set_si_2exp (xb, -337, -1, MPFR_RNDN); 542 i = mpfr_gamma (xa, xb, MPFR_RNDN); 544 mpfr_set_str (xb, "-9.5737343987585366746184749943e-304", 10, MPFR_RNDN); 545 if (!((i > 0) && (mpfr_cmp (xa, xb) == 0))) 549 mpfr_dump (xb); 556 mpfr_clear (xb);
|
| /src/sys/dev/acpi/ |
| smbus_acpi.c | 261 uint8_t *b = buf, *xb; local 422 xb = e[2].Buffer.Pointer; 424 if (xb == NULL) { 429 (void)memcpy(b, xb, xlen);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_dgram_test.c | 21 struct in_addr xa, xb; local 33 pb = &xb;
|
| /src/sys/arch/acorn32/podulebus/ |
| if_ie.c | 1415 struct ie_xmit_buf xb; local 1417 ie2host(sc, sc->xmit_buffs[sc->xctail], (char *)&xb, sizeof xb ); 1418 xb.ie_xmit_flags |= IE_XMIT_LAST; 1419 xb.ie_xmit_next = 0xffff; 1420 xb.ie_xmit_buf = (void *)sc->xmit_cbuffs[sc->xctail]; 1421 host2ie(sc, &xb, sc->xmit_buffs[sc->xctail], sizeof xb );
|
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 1350 struct iobuf *xb, *xob; local 1364 xb = getobuf(); 1368 xb->cptr = xb->buf; 1369 ib->cptr = fcmnt(ib->cptr, xb); 1370 *xb->cptr = 0; 1371 savstr(xb->buf); 1374 xb->cptr = xb->buf; 1375 ib->cptr = fstrnum(ib->cptr, xb); [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s12z.c | 451 uint8_t *xb = buffer; 456 *xb = 0; 465 *xb = imm; 467 *xb = 0; 468 *xb |= 0x70; 474 *xb = reg; 475 *xb |= 0xb8; 492 *xb |= 0xc4; 497 *xb |= 0xc6; 499 *xb |= (reg - REG_X) << 4 445 uint8_t *xb = buffer; local 1954 uint8_t xb = 0xb8; local 1984 uint8_t xb = 0x70; local 2327 uint8_t xb = Di | 0xb8; local 2938 uint8_t xb = 0xb8; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| s12z-opc.c | 104 /* Return the number of bytes in a OPR operand, including the XB postbyte. 109 bfd_byte xb; local 110 int status = mra->read (mra, offset, 1, &xb); 118 if ((xb & pb->mask) == pb->value) 2030 uint8_t xb; 2031 status = mra->read (mra, 1, 1, &xb); 2035 if ((xb & 0xF8) != 0xB8) 2147 uint8_t xb; 2148 status = mra->read (mra, +1, 1, &xb); 2152 if ((xb & 0xF8) != 0xB8 2026 uint8_t xb; local 2143 uint8_t xb; local 2686 uint8_t xb; local 2765 uint8_t xb; local 2801 uint8_t xb; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s12z.c | 451 uint8_t *xb = buffer; 456 *xb = 0; 465 *xb = imm; 467 *xb = 0; 468 *xb |= 0x70; 474 *xb = reg; 475 *xb |= 0xb8; 492 *xb |= 0xc4; 497 *xb |= 0xc6; 499 *xb |= (reg - REG_X) << 4 445 uint8_t *xb = buffer; local 1954 uint8_t xb = 0xb8; local 1984 uint8_t xb = 0x70; local 2327 uint8_t xb = Di | 0xb8; local 2938 uint8_t xb = 0xb8; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s12z-opc.c | 104 /* Return the number of bytes in a OPR operand, including the XB postbyte. 109 bfd_byte xb; local 110 int status = mra->read (mra, offset, 1, &xb); 118 if ((xb & pb->mask) == pb->value) 2030 uint8_t xb; 2031 status = mra->read (mra, 1, 1, &xb); 2035 if ((xb & 0xF8) != 0xB8) 2147 uint8_t xb; 2148 status = mra->read (mra, +1, 1, &xb); 2152 if ((xb & 0xF8) != 0xB8 2026 uint8_t xb; local 2143 uint8_t xb; local 2686 uint8_t xb; local 2765 uint8_t xb; local 2801 uint8_t xb; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| s12z-opc.c | 104 /* Return the number of bytes in a OPR operand, including the XB postbyte. 109 bfd_byte xb; local 110 int status = mra->read (mra, offset, 1, &xb); 118 if ((xb & pb->mask) == pb->value) 2030 uint8_t xb; 2031 status = mra->read (mra, 1, 1, &xb); 2035 if ((xb & 0xF8) != 0xB8) 2147 uint8_t xb; 2148 status = mra->read (mra, +1, 1, &xb); 2152 if ((xb & 0xF8) != 0xB8 2026 uint8_t xb; local 2143 uint8_t xb; local 2686 uint8_t xb; local 2765 uint8_t xb; local 2801 uint8_t xb; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| s12z-opc.c | 104 /* Return the number of bytes in a OPR operand, including the XB postbyte. 109 bfd_byte xb; local 110 int status = mra->read (mra, offset, 1, &xb); 118 if ((xb & pb->mask) == pb->value) 2030 uint8_t xb; 2031 status = mra->read (mra, 1, 1, &xb); 2035 if ((xb & 0xF8) != 0xB8) 2147 uint8_t xb; 2148 status = mra->read (mra, +1, 1, &xb); 2152 if ((xb & 0xF8) != 0xB8 2026 uint8_t xb; local 2143 uint8_t xb; local 2686 uint8_t xb; local 2765 uint8_t xb; local 2801 uint8_t xb; local [all...] |