Searched refs:p0 (Results 101 - 125 of 159) sorted by relevance

1234567

/macosx-10.9.5/python-76.100.1/2.7/
H A DMakefile135 patch -p0 < $(FIX)/usrlocalbin.patch && \
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dsmbutil.c37 u_int32_t p0, p1, p2, p3; local
39 p0 = date & 0xFF;
44 tp->tm_sec = 2 * (p0 & 0x1F);
45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp.c1209 int a0, a1, a2, a3, p0, p1; local
1219 &a0, &a1, &a2, &a3, &p0, &p1) != 6) {
1228 p0 < 0 || p0 > 255 ||
1237 sin4->sin_port = htons ((p0 << 8) | p1);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp1646 const UInt8* p0 = row + (static_cast<int>(x + .5)) * 4; local
1648 samples[i][j] = (0.2125 * *p0 + 0.7154 * *(p0+1) + 0.0721 * *(p0+2)) * *(p0+3) / 255;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcoding.c749 unsigned char *p0 = p; \
761 if (UNIBYTE_STR_AS_MULTIBYTE_P (p0, p - p0, bytes) \
763 && p0[0] == LEADING_CODE_8_BIT_CONTROL \
764 && ! CHAR_HEAD_P (p0[1]))) \
765 c = STRING_CHAR (p0, bytes); \
1081 unsigned char buf[1024], *p0 = buf, *p; \
1114 while (p0 < p) \
1115 *dst++ = *p0++; \
6348 unsigned char *p0, *p
6341 unsigned char *p0, *p1; local
[all...]
H A Ddata.c2159 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1;
2170 new_bytes = CHAR_STRING (XINT (newelt), p0);
2190 *p1++ = *p0++;
2205 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1;
2218 new_bytes = CHAR_STRING (XINT (newelt), p0);
2224 *p1++ = *p0++;
2148 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1; variable
2194 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1; variable
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm2792 my $p0 = $D;
2795 return F_Ding() if $p1 == $p0;
2796 my ($p2, $p3) = ($p0, $p1);
2804 $p0 = $D;
2810 substr($line, $p2, $p3 - $p2) = substr $line, $p0, $p1 - $p0;
2811 substr($line, $p0, $p1 - $p0) = $r;
2812 $D = $c > 0 ? $p3 : $p0 + $p3 - $p2; # End of "this" word after edit
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm2797 my $p0 = $D;
2800 return F_Ding() if $p1 == $p0;
2801 my ($p2, $p3) = ($p0, $p1);
2809 $p0 = $D;
2815 substr($line, $p2, $p3 - $p2) = substr $line, $p0, $p1 - $p0;
2816 substr($line, $p0, $p1 - $p0) = $r;
2817 $D = $c > 0 ? $p3 : $p0 + $p3 - $p2; # End of "this" word after edit
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1314 unsigned int h0, h1, h2, h3, p0, p1; local
1337 "%d,%d,%d,%d,%d,%d", &h3, &h2, &h1, &h0, &p1, &p0) == 6)) {
1340 apr_port_t pasvport = (p1 << 8) + p0;
1389 unsigned int h0, h1, h2, h3, p0, p1; local
1433 p0 = (local_port & 0xFF);
1435 rc = proxy_ftp_command(apr_psprintf(p, "PORT %d,%d,%d,%d,%d,%d" CRLF, h3, h2, h1, h0, p1, p0),
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp41 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
1359 FloatPoint fp0 = m_data->mapPoint(gradient->p0());
1361 IntPoint p0(stableRound(fp0.x()), stableRound(fp0.y()));
1363 p0 += transparentDC.toShift();
1372 g_radialGradientFiller(dc, rect, p0, p1, r0, r1, gradient->getStops());
1376 g_linearGradientFiller(dc, rect, p0, p1, gradient->getStops());
1380 // Simple 1D linear solution that assumes p0 is on the top or left side, and p1 is on the right or bottom side
1390 FloatSize d = gradient->p1() - gradient->p0();
H A DPlatformPathWinCE.cpp649 const PathPoint& p0 = m_currentPoint; local
654 if (!radius || p0 == p1 || p1 == p2) {
659 PathVector v01 = p0 - p1;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Droute.c713 upHex(char *p0) argument
715 char *p = p0;
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h170 static void _avProbeAction( OSObject * p0, IOTimerEventSource * evtSrc );
/macosx-10.9.5/pyobjc-42/2.5/
H A DMakefile45 patch -p0 -i $(SRCROOT)/patches/$$patchfile || exit 1; \
/macosx-10.9.5/pyobjc-42/
H A DMakefile45 patch -p0 -i $(SRCROOT)/patches/$$patchfile || exit 1; \
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-dis.c574 unsigned char *p0,
580 unsigned char *p = p0;
1203 return p - p0;
570 print_insn_arg(const char *d, unsigned char *buffer, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dvsnprintf.c1271 exponent(char *p0, int exp, int fmtch) argument
1276 p = p0;
1296 return (int)(p - p0);
H A Drational.c1496 VALUE c, k, t, p0, p1, p2, q0, q1, q2; local
1498 p0 = ZERO;
1508 p2 = f_add(f_mul(k, p1), p0);
1513 p0 = p1;
1518 *p = f_add(f_mul(c, p1), p0);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlwriter.c4281 xmlTextWriterStackEntry *p0; local
4293 p0 = (xmlTextWriterStackEntry *) data0;
4296 return xmlStrcmp(p0->name, p1->name);
4383 xmlTextWriterNsStackEntry *p0; local
4396 p0 = (xmlTextWriterNsStackEntry *) data0;
4399 rc = xmlStrcmp(p0->prefix, p1->prefix);
4401 if ((rc != 0) || (p0->elem != p1->elem))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlwriter.c4277 xmlTextWriterStackEntry *p0; local
4289 p0 = (xmlTextWriterStackEntry *) data0;
4292 return xmlStrcmp(p0->name, p1->name);
4379 xmlTextWriterNsStackEntry *p0; local
4392 p0 = (xmlTextWriterNsStackEntry *) data0;
4395 rc = xmlStrcmp(p0->prefix, p1->prefix);
4397 if ((rc != 0) || (p0->elem != p1->elem))
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmrgts.cpp1014 ParsePosition p0(0);
1015 UDate d = fmt->parse("01/22/92 04:52:00 GMT", p0);
1017 if(p0 == ParsePosition(0))
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorGObject.pm132 my ($p0,$p1,$p2,$p3) = ($1,lc$2,lc$3,$4);
133 my $t = $p0 || $fc ? $p0 : '_';
/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Drtadvd.c1216 /* check if p0/plen0 matches p1/plen1; return 1 if matches, otherwise 0. */
1218 prefix_match(struct in6_addr *p0, int plen0, argument
1229 if (memcmp((void *)p0, (void *)p1, bytelen))
1232 ((p0->s6_addr[bytelen] & bitmask) ==
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmp.c216 static void cpu_warm_timer_call_func(call_entry_param_t p0, call_entry_param_t p1);
1769 call_entry_param_t p0,
1772 free_warm_timer_call((timer_call_t)p0);
1768 cpu_warm_timer_call_func( call_entry_param_t p0, __unused call_entry_param_t p1) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.c132 timer_call_param_t p0,
1180 timer_longterm_callout(timer_call_param_t p0, __unused timer_call_param_t p1) argument
1182 timer_longterm_t *tlp = (timer_longterm_t *) p0;

Completed in 683 milliseconds

1234567