Searched refs:pb (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c957 compare_decls_by_uid (const void *pa, const void *pb) argument
960 const numbered_tree *nt_b = ((const numbered_tree *)pb);
H A Dlto-streamer.h346 static int cmp_loc (const void *pa, const void *pb);
H A Dgraphite-scop-detection.c1575 cmp_pbbs (const void *pa, const void *pb) argument
1578 poly_bb_p bb2 = *((const poly_bb_p *)pb);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc974 compare_decls_by_uid (const void *pa, const void *pb) argument
977 const numbered_tree *nt_b = ((const numbered_tree *)pb);
H A Dlto-streamer.h305 static int cmp_loc (const void *pa, const void *pb);
H A Dgraphite-scop-detection.cc1573 cmp_pbbs (const void *pa, const void *pb) argument
1576 poly_bb_p bb2 = *((const poly_bb_p *)pb);
/netbsd-current/external/bsd/nsd/dist/
H A DMakefile.in362 dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h $(srcdir)/dnstap/dnstap.h \
365 dnstap.pb-c.o: dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h
372 dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto
399 -e 's?$$(srcdir)/dnstap/dnstap.pb-c.c?dnstap/dnstap.pb-c.c?g' \
400 -e 's?$$(srcdir)/dnstap/dnstap.pb
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s12z.c1371 uint8_t pb =
1376 pb |= 0x40;
1399 pb |= 0x40;
1405 pb |= reg_map[i];
1411 number_to_chars_bigendian (f++, pb, 1);
3342 {"muls.pb", 1, 0x48, mul_reg_opr_opr, 0},
3362 {"mulu.pb", 1, 0x48, mul_reg_opr_opr, 0},
3579 {"divs.pb", 2, 0x30, mul_reg_opr_opr, 0},
3599 {"divu.pb", 2, 0x30, mul_reg_opr_opr, 0},
3640 {"qmuls.pb",
1364 uint8_t pb = local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s12z.c1369 uint8_t pb =
1374 pb |= 0x40;
1397 pb |= 0x40;
1403 pb |= reg_map[i];
1409 number_to_chars_bigendian (f++, pb, 1);
3340 {"muls.pb", 1, 0x48, mul_reg_opr_opr, 0},
3360 {"mulu.pb", 1, 0x48, mul_reg_opr_opr, 0},
3577 {"divs.pb", 2, 0x30, mul_reg_opr_opr, 0},
3597 {"divu.pb", 2, 0x30, mul_reg_opr_opr, 0},
3636 {"qmuls.pb",
1362 uint8_t pb = local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s12z.c1371 uint8_t pb =
1376 pb |= 0x40;
1399 pb |= 0x40;
1405 pb |= reg_map[i];
1411 number_to_chars_bigendian (f++, pb, 1);
3342 {"muls.pb", 1, 0x48, mul_reg_opr_opr, 0},
3362 {"mulu.pb", 1, 0x48, mul_reg_opr_opr, 0},
3579 {"divs.pb", 2, 0x30, mul_reg_opr_opr, 0},
3599 {"divu.pb", 2, 0x30, mul_reg_opr_opr, 0},
3638 {"qmuls.pb",
1364 uint8_t pb = local
[all...]
/netbsd-current/usr.sbin/moused/
H A Dmoused.c2061 register int pb; local
2114 for (pb = 0; (pb < MOUSE_MAXBUTTON) && (pbuttons != 0); ++pb) {
2115 lbuttons |= (pbuttons & 1) ? p2l[pb] : 0;
/netbsd-current/external/bsd/tmux/dist/
H A Dstatus.c954 struct paste_buffer *pb; local
966 if ((pb = paste_get_top(NULL)) == NULL)
968 bufdata = paste_buffer_data(pb, &bufsize);
H A Dinput.c2697 struct paste_buffer *pb; local
2713 if ((pb = paste_get_top(NULL)) != NULL)
2714 buf = paste_buffer_data(pb, &len);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lib.c1544 const OSSL_PARAM *pa, *pb; local
1620 pb = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_B);
1621 if (!OSSL_PARAM_get_BN(pb, &b)) {
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dmessage.c970 // With LZMA1 also lc/lp/pb are known when
981 ",pb=%" PRIu32
984 opt->lc, opt->lp, opt->pb,
1187 " pb=NUM number of position bits (0-4; 2)\n"
/netbsd-current/sys/dev/ic/
H A Dncr53c9x.c1590 uint8_t *pb; local
1599 pb = sc->sc_imess + 1;
1603 pb = sc->sc_imess;
1608 if (__verify_msg_format(pb, plen))
/netbsd-current/sys/dev/
H A Dcgd.c1238 struct pathbuf *pb; local
1244 ret = pathbuf_copyin(ci->ci_disk, &pb);
1248 ret = vn_bdev_openpath(pb, &vp, l);
1249 pathbuf_destroy(pb);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c2376 int res, pa, pb, ix, iy; local
2400 pb = MIN (b->used, digs - ix);
2413 for (iy = 0; iy < pb; iy++) {
2567 int res, pa, pb, ix, iy; local
2584 pb = b->used;
2598 for (iy = digs - ix; iy < pb; iy++) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc2124 char *pb, *pe; local
2125 pb = pe = buf;
2134 fexp->set_pattern (pb, &error);
2137 pb = pe + 1;
2151 f->set_pattern (pb, &error);
2161 pb = pe + 1;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d886 ushort *pb = cast(ushort *)(&y);
901 + (pb[F.EXPPOS_SHORT] & F.EXPMASK)
918 && ((pa[F.EXPPOS_SHORT] ^ pb[F.EXPPOS_SHORT]) & F.EXPMASK) == 0)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c702 const u_int32 * pb; local
718 pb = (const void *)&NSRCADR6(b);
723 pb = (const void *)&NSRCADR(b);
726 for (pa_limit = pa + loops; pa < pa_limit; pa++, pb++, pm++)
727 if ((*pa & *pm) != (*pb & *pm))
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c2676 /* Number of LZMA position states. The pb value of the property byte
2678 value of pb is 4. */
3060 unsigned int pb; local
3192 pb = 0;
3314 pb = 0;
3318 ++pb;
3382 & ((1 << pb) - 1));
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Delf.c2676 /* Number of LZMA position states. The pb value of the property byte
2678 value of pb is 4. */
3060 unsigned int pb; local
3192 pb = 0;
3314 pb = 0;
3318 ++pb;
3382 & ((1 << pb) - 1));
/netbsd-current/sys/dev/raidframe/
H A Drf_netbsdkintf.c2063 RF_SectorCount_t num_blocks, pb, sum; local
2088 pb = (bp->b_bcount & raidPtr->sectorMask) ? 1 : 0;
2089 sum = raid_addr + num_blocks + pb;
2093 (int) pb, (int) bp->b_resid));
2096 || (sum < num_blocks) || (sum < pb)) {
/netbsd-current/external/bsd/file/dist/src/
H A Dsoftmagic.c1600 file_pushbuf_t *pb; local
1890 if ((pb = file_push_buffer(ms)) == NULL)
1914 rbuf = file_pop_buffer(ms, pb);

Completed in 360 milliseconds

1234567891011>>