Searched refs:p0 (Results 1 - 25 of 41) sorted by relevance

12

/haiku-fatelf/src/bin/diffutils/src/
H A Dio.c575 char *p0, *p1, *buffer0, *buffer1;
603 p0 = buffer0 = (char *) w0;
608 if (p0 == p1)
610 p0 = p1 += n1;
617 p0[n0] = ~p1[n0];
619 p1[n1] = ~p0[n1];
628 p0 = (char *) w0;
630 while (*p0 == *p1)
631 p0++, p1++;
635 && ((buffer0 + n0 - filevec[0].missing_newline < p0)
569 char *p0, *p1, *buffer0, *buffer1; local
[all...]
H A Dcmp.c569 block_compare_and_count (word const *p0, word const *p1, off_t *count)
585 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++)
603 return c0 - (char const *) p0;
614 block_compare (word const *p0, word const *p1)
622 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++)
632 return c0 - (char const *) p0;
564 block_compare_and_count(word const *p0, word const *p1, off_t *count) argument
608 block_compare(word const *p0, word const *p1) argument
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dvax-dis.c190 print_insn_arg (d, p0, addr, info)
192 unsigned char *p0;
216 unsigned char *p = p0;
223 return p - p0;
226 return print_insn_mode (d, arg_len, p0, addr, info);
230 print_insn_mode (d, size, p0, addr, info)
233 unsigned char *p0;
237 unsigned char *p = p0;
255 p += print_insn_mode (d, size, p0 + 1, addr + 1, info);
338 return p - p0;
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspe.c165 hpgs_point p0; local
251 p0 = p;
252 if (hpgs_reader_moveto(reader,&p0)) return -1;
259 pp.y=p0.y;
263 pp.x=p0.x;
266 if (hpgs_reader_lineto(reader,&p0)) return -1;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_asinf.c60 p0 = 1.666675248e-1f, variable
87 w = t * (p0 + t * (p1 + t * (p2 + t * (p3 + t * p4))));
94 p = t * (p0 + t * (p1 + t * (p2 + t * (p3 + t * p4))));
H A De_log.c57 double dbl_n,u,p0,q,r0,w,nln2a,luai,lubi,lvaj,lvbj, local
147 p0=(ONE+(i-75)*DEL_U)*(ONE+(j-180)*DEL_V);
148 q=u-p0; r0=Iu[i].d*Iv[j].d; w=q*r0;
169 EMULV(p0,r0,sa,sb,t1,t2,t3,t4,t5)
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathLine.h105 inline Line3<T>::Line3(const Vec3<T> &p0, const Vec3<T> &p1) argument
107 set(p0,p1);
111 inline void Line3<T>::set(const Vec3<T> &p0, const Vec3<T> &p1) argument
113 pos = p0; dir = p1-p0;
H A DImathPlane.h120 inline Plane3<T>::Plane3(const Vec3<T> &p0, argument
124 set(p0,p1,p2);
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_outline_aa.h599 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
600 cover_type* p1 = p0;
614 *--p0 = (cover_type)base_type::m_ren.cover(dist);
619 unsigned(p1 - p0),
620 p0);
630 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
631 cover_type* p1 = p0;
645 *--p0 = (cover_type)base_type::m_ren.cover(dist);
650 unsigned(p1 - p0),
651 p0);
766 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
816 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
908 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
963 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
1123 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
1186 cover_type* p0 = base_type::m_covers + base_type::max_half_width + 2; local
1412 cover_type* p0 = covers; local
1484 cover_type* p0 = covers; local
[all...]
H A Dagg_renderer_outline_image.h622 color_type* p0 = m_colors + max_half_width + 2; local
623 color_type* p1 = p0;
663 --p0;
664 p0->clear();
668 m_ren.pixel(p0, dist_pict, s2 + dist);
675 unsigned(p1 - p0),
676 p0);
708 color_type* p0 = m_colors + max_half_width + 2; local
709 color_type* p1 = p0;
749 --p0;
[all...]
H A Dagg_image_filters.h239 double p0, p2, p3; member in class:agg::image_filter_mitchell
244 p0((6.0 - 2.0 * b) / 6.0),
256 if(x < 1.0) return p0 + x * x * (p2 + x * p3);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dfilter.c49 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
50 const int a = 3 * (q0 - p0) + sclip1[1020 + p1 - q1];
53 p[-step] = clip1[255 + p0 + a2];
59 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
60 const int a = 3 * (q0 - p0);
65 p[- step] = clip1[255 + p0 + a2];
72 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
73 return (abs0[255 + p1 - p0] > thresh) || (abs0[255 + q1 - q0] > thresh);
77 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
78 return (2 * abs0[255 + p0
82 const int p3 = p[-4*step], p2 = p[-3*step], p1 = p[-2*step], p0 = p[-step]; local
[all...]
H A Dtree.c491 const uint8_t p0 = probas->coeffs_[t][b][c][p]; local
492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
494 VP8PutValue(bw, p0, 8);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmpsort.c94 void const *p0 = base[0]; local
96 if (! (cmp (p0, p1) <= 0))
99 base[1] = p0;
/haiku-fatelf/src/libs/mapm/
H A Dmapmutl2.c314 char *p0, *p1, *p2; local
318 p0 = s1;
325 p1 = p0;
339 p0 = p1;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-vx.c262 char *p0; local
268 p0 = arg_string;
269 while (*p0 != '\0')
271 if (*(p0 = skip_white_space (p0)) == '\0')
273 p0 = find_white_space (p0);
285 p0 = find_white_space (arg_string);
287 p0 - arg_string);
288 arg_string = p0;
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Ddsp.c490 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
491 const int a = 3 * (q0 - p0) + sclip1[1020 + p1 - q1];
494 p[-step] = clip1[255 + p0 + a2];
500 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
501 const int a = 3 * (q0 - p0);
506 p[- step] = clip1[255 + p0 + a2];
513 const int p2 = p[-3*step], p1 = p[-2*step], p0 = p[-step]; local
515 const int a = sclip1[1020 + 3 * (q0 - p0) + sclip1[1020 + p1 - q1]];
521 p[- step] = clip1[255 + p0 + a1];
528 const int p1 = p[-2*step], p0 local
533 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
538 const int p3 = p[-4*step], p2 = p[-3*step], p1 = p[-2*step], p0 = p[-step]; local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-ppp.c802 const u_char *p0; local
805 p0 = p;
840 if (length - (p - p0) < 1)
845 if (length - (p - p0) < val_size)
852 name_size = len - (p - p0);
861 msg_size = len - (p - p0);
881 const u_char *p0; local
884 p0 = p;
914 if (length < (p - p0)) {
921 if (length - (p - p0) <
[all...]
H A Dprint-lwres.c196 lwres_printname(size_t l, const char *p0) argument
201 p = p0;
211 return p - p0;
236 lwres_printbinlen(const char *p0) argument
242 p = p0;
251 return p - p0;
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfscanf.c103 register char *p0; /* saves original value of p when necessary */ local
363 p0 = p = va_arg(ap, char *);
370 if (p == p0)
375 n = p - p0;
399 p0 = p = va_arg(ap, char *);
409 nread += p - p0;
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c548 if (sid.p0.sequel) {
549 printf("%02d sequel packet\n", sid.p0.phy_id);
554 sid.p0.phy_id,
555 sid.p0.link_active,
556 sid.p0.gap_count,
557 speed[sid.p0.phy_speed],
558 sid.p0.contender,
559 pwr_class[sid.p0.power_class],
560 port_status[sid.p0.port0],
561 port_status[sid.p0
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1345 if ( s->p0.sequel ) {
1362 " p0:%d p1:%d p2:%d i:%d m:%d\n",
1363 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1364 s->p0.phy_speed, s->p0.contender,
1365 s->p0.power_class, s->p0.port0, s->p0
[all...]
/haiku-fatelf/src/bin/patch/
H A Dinp.c391 char const *p0 = p; local
403 last_line_size = p - p0;
409 last_line_size = p - p0;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/arm/
H A De_log.c57 double dbl_n,u,p0,q,r0,w,nln2a,luai,lubi,lvaj,lvbj, local
147 p0=(ONE+(i-75)*DEL_U)*(ONE+(j-180)*DEL_V);
148 q=u-p0; r0=Iu[i].d*Iv[j].d; w=q*r0;
169 EMULV(p0,r0,sa,sb,t1,t2,t3,t4,t5)
/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c337 char const *p0; local
343 p0 = p - 1;
354 prefix = malloc (p - p0 + 2);
357 stpcpy (stpncpy (prefix, p0, p - p0), "/");

Completed in 198 milliseconds

12