Searched refs:pb (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dqsort.c95 char *pb; local
128 pa = pb = (char *)a + es;
132 while (pb <= pc && (r = cmp(pb, a)) <= 0) {
135 swap(pa, pb);
138 pb += es;
140 while (pb <= pc && (r = cmp(pc, a)) >= 0) {
148 if (pb > pc)
150 swap(pb, pc);
152 pb
[all...]
/haiku-fatelf/headers/os/bluetooth/HCI/
H A DbtHCI_acl.h19 #define pack_acl_handle_flags(h, pb, bc) (((h) & 0x0fff) | (((pb) & 3) << 12) | (((bc) & 3) << 14))
/haiku-fatelf/src/bin/makeudfimage/
H A DStatistics.cpp27 const uint64 pb = 1024 * tb; // peta local
28 const uint64 eb = 1024 * pb; // exa
34 } else if (bytes >= pb) {
36 divisor = pb;
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.h380 b1 += pb[0] + pb[1]; \
381 pb += 2; \
394 b1 += *pb++; \
397 b1 += *pb++; \
472 b1 += *pb++; \
477 b1 += *pb++; \
482 b1 -= *--pb; \
H A Dtif_fax3.c124 uint32* pb /* next run in reference line */\
286 pb = sp->refruns;
287 b1 = *pb++;
1391 pb = sp->refruns;
1392 b1 = *pb++;
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.h380 b1 += pb[0] + pb[1]; \
381 pb += 2; \
394 b1 += *pb++; \
397 b1 += *pb++; \
472 b1 += *pb++; \
477 b1 += *pb++; \
482 b1 -= *--pb; \
H A Dtif_fax3.c125 uint32* pb /* next run in reference line */\
296 pb = sp->refruns;
297 b1 = *pb++;
1436 pb = sp->refruns;
1437 b1 = *pb++;
/haiku-fatelf/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp61 uint16 pb = get_acl_pb_flag(aclHeader->handle); local
67 con_handle, pb, length);
88 if (pb == HCI_ACL_PACKET_START) {
124 } else if (pb == HCI_ACL_PACKET_FRAGMENT) {
134 debugf("invalid ACL data packet. Invalid PB flag=%#x\n", pb);
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp33 point_line_distance(BPoint point, BPoint pa, BPoint pb) argument
36 double a = point_point_distance(point, pb);
38 double c = point_point_distance(pa, pb);
47 currentDist = fabs(point_line_distance(pa.x, pa.y, pb.x, pb.y,
/haiku-fatelf/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp133 BButton *pb = pBtns[i]; local
134 which_label(pb->Label(), strLabel);
135 pt = pb->ConvertToParent(BPoint(0, 0));
141 strLabel.String(), pb->Bounds().Width(),
142 pb->Bounds().Height(), pt.x, pt.y,
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLinePathBuilder.h51 bool Parallel(BPoint a, BPoint b, float w, BPoint &pa, BPoint &pb);
H A DLinePathBuilder.cpp63 // calculate line [pa, pb] parallel to line [a, b] in distance of w/2
65 LinePathBuilder::Parallel(BPoint a, BPoint b, float w, BPoint &pa, BPoint &pb) argument
72 pb = b - r;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c861 struct pending_block *pb, *pbnext;
863 pb = pending_blocks;
864 pbnext = pb->next;
871 if (BLOCK_START (pb->block) < BLOCK_START (pbnext->block))
873 struct block *tmp = pb->block;
874 pb->block = pbnext->block;
878 pb = pbnext;
854 struct pending_block *pb, *pbnext; local
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcurve.c1316 double pa, pb; local
1330 (b, (double) i * (points_b - 1) / (points - 1), &pb))
1337 pa += pb;
1339 pa *= pb;
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp376 fContext->pb = fIOContext;
H A DAVFormatReader.cpp270 fContext->pb = fIOContext;
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngrutil.c2748 int a, b, c, pa, pb, pc, p; local
2759 pb = abs(pc);
2763 pb = pc < 0 ? -pc : pc;
2768 if (pa <= pb && pa <= pc)
2770 else if (pb <= pc)
2776 p = (pa <= pb && pa <=pc) ? a : (pb <= pc) ? b : c;
H A Dpngvcrd.c2402 // pb = abs(pbv)
2407 mov pbtemp, ecx // save pb for later use
2415 // test if pa <= pb
2418 // pa > pb; now test if pb <= pc
2421 // pb > pc; Raw(x) = Paeth(x) + Prior(x-bpp)
2425 // pb <= pc; Raw(x) = Paeth(x) + Prior(x)
2429 // pa <= pb; now test if pa <= pc
2489 // pb = abs(p-b) = abs(pbv)
2504 // test pa <= pb
3814 int a, b, c, pa, pb, pc, p; local
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dls.c3467 const char *pb; local
3468 if (required_mon_width && (pb = strstr (fmt, "%b")))
3475 pfmt = mempcpy (pfmt, fmt, pb - fmt);
3477 strcpy (pfmt, pb + 2);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c1773 FTSENT const **pb = (FTSENT const **) b; local
1774 return pa[0]->fts_fts->fts_compar (pa, pb);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys269 padding_baud_rate pb num pb - - YB-GE lowest baud rate where padding needed
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src3686 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
3690 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0,
5306 pb#19200,
5395 lm#0, pb#19200,
5476 pb#9600,
5521 cols#80, lines#24, pb#4800,
5597 lm#0, pb#19200,
7799 cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45,
8174 cols#80, lines#24, ma#1, pb#1201, wsl#78,
8219 pb
[all...]
H A Dterminfo.tmp3686 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
3690 cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, pb#9600, xmc#0,
5306 pb#19200,
5395 lm#0, pb#19200,
5476 pb#9600,
5521 cols#80, lines#24, pb#4800,
5597 lm#0, pb#19200,
7799 cols#80, it#8, lh#1, lines#24, lw#8, nlab#8, pb#9601, wsl#45,
8174 cols#80, lines#24, ma#1, pb#1201, wsl#78,
8219 pb
[all...]

Completed in 420 milliseconds