HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 401 - 425 of 721) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/jpake/
jpake.c 64 JPAKE_STEP_PART_init(&s1->p1);
71 JPAKE_STEP_PART_release(&s1->p1);
279 generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx);
304 if(!is_legal(received->p1.gx, ctx))
317 if(!verify_zkp(&received->p1, ctx->p.g, ctx))
338 BN_copy(ctx->p.gxc, received->p1.gx);
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 77 #define ONEWORDSTUB(p1) \
78 { 0x41FA, 0x0010, 0x209F, (p1), 0x41FA, \
81 #define TWOWORDSTUB(p1,p2) \
82 { 0x41FA, 0x0012, 0x209F, (p1), (p2), 0x41FA, \
85 #define THREEWORDSTUB(p1,p2,p3) \
86 { 0x41FA, 0x0014, 0x209F, (p1), (p2), (p3), 0x41FA, \
  /external/svox/pico/lib/
picokpr.c 435 picoos_uint32 p0, p1, p2, p3; local
438 p1 = *(p++);
442 c = p0 + (p1<<8) + (p2<<16) + (p3<<24);
472 picoos_uint32 p0, p1, p2, p3; local
475 p1 = *(p++);
479 c = p0 + (p1<<8) + (p2<<16) + (p3<<24);
  /external/v8/test/mjsunit/
debug-backtrace-text.js 41 p1 = new Point(1,1);
44 p1.distanceTo = function(p) {
108 a[2](p1, p2)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 125 function Triangle(p1, p2, p3) {
126 var edge1 = sub(p3, p1);
127 var edge2 = sub(p2, p1);
149 this.nd = dot(normal, p1) / normal[this.axis];
151 this.eu = p1[u];
152 this.ev = p1[v];
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 125 function Triangle(p1, p2, p3) {
126 var edge1 = sub(p3, p1);
127 var edge2 = sub(p2, p1);
149 this.nd = dot(normal, p1) / normal[this.axis];
151 this.eu = p1[u];
152 this.ev = p1[v];
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 499 u32 p1[21*21/4+1]; local
513 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
518 ref = (u8*)p1;
618 u32 p1[21*21/4+1]; local
632 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
637 ref = (u8*)p1;
751 u32 p1[21*21/4+1]; local
767 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
772 ref = (u8*)p1;
875 u32 p1[21*21/4+1] local
1014 u32 p1[21*21\/4+1]; local
1218 u32 p1[21*21\/4+1]; local
1405 u32 p1[21*21\/4+1]; local
1609 u32 p1[21*21\/4+1]; local
    [all...]
  /external/openssl/crypto/dsa/
dsa_ossl.c 104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
108 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
111 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
  /external/skia/samplecode/
SampleDraw.cpp 239 virtual Draw* create(const SkPoint& p0, const SkPoint& p1) {
241 r.set(p0.x(), p0.y(), p1.x(), p1.y());
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 195 FloatPoint p1 = point1; local
197 bool isVerticalLine = (p1.x() == p2.x());
205 p1.move(0, width);
208 p1.move(width, 0);
216 p1.move(0.5f, 0.0f);
220 p1.move(0.0f, 0.5f);
250 CGContextFillRect(context, FloatRect(p1.x() - width / 2, p1.y() - width, width, width));
253 CGContextFillRect(context, FloatRect(p1.x() - width, p1.y() - width / 2, width, width))
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c3_14pf.cpp 688 Word16 *p1; local
776 p1 = h - codvec[1];
792 *p1++,
c4_17pf.cpp 758 Word16 *p1; local
843 p1 = h - codvec[1];
860 *p1++,
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 343 bool insert_entry(unsigned p1, unsigned p2, unsigned id);
344 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id);
404 bool post_event( unsigned int p1,
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 29 int comp_double(const void *p1, const void *p2) {
30 if (*static_cast<const double*>(p1) < *static_cast<const double*>(p2))
32 if (*static_cast<const double*>(p1) > *static_cast<const double*>(p2))
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 65 unique_ptr<int> p1(new int);
  /external/icu4c/test/intltest/
dcfmapts.cpp 301 UnicodeString p1("#,##0.0#;(#,##0.0#)");
302 logln((UnicodeString)"Applying pattern " + p1);
304 pat.applyPattern(p1, status);
311 if(s2 != p1) {
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 45 vld1.u8 {q5}, [r2], r1 ; p1
84 vld1.u8 {d10}, [r3], r1 ; p1
96 vld1.u8 {d11}, [r12], r1 ; p1
304 ; q5 p1
315 vabd.u8 q12, q4, q5 ; abs(p2 - p1)
316 vabd.u8 q13, q5, q6 ; abs(p1 - p0)
328 vcgt.u8 q13, q13, q2 ; (abs(p1 - p0) > thresh)*-1
336 vabd.u8 q2, q5, q8 ; a = abs(p1 - q1)
  /external/opencv/cv/src/
cvfloodfill.cpp 84 #define ICV_EQ_C3( p1, p2 ) \
85 ((p1)[0] == (p2)[0] && (p1)[1] == (p2)[1] && (p1)[2] == (p2)[2])
360 #define DIFF_INT_C1(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw[0]) <= interval[0])
362 #define DIFF_INT_C3(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw[0])<= interval[0] && \
363 (unsigned)((p1)[1] - (p2)[1] + d_lw[1])<= interval[1] && \
364 (unsigned)((p1)[2] - (p2)[2] + d_lw[2])<= interval[2]
    [all...]
  /external/openssl/crypto/bn/
bntest.c 1122 int p1[] = {193,15,0,-1}; local
1132 BN_GF2m_arr2poly(p1, b[1]);
1180 int p1[] = {193,15,0,-1}; local
1193 BN_GF2m_arr2poly(p1, b[1]);
1251 int p1[] = {193,15,0,-1}; local
1260 BN_GF2m_arr2poly(p1, b[1]);
1310 int p1[] = {193,15,0,-1}; local
1319 BN_GF2m_arr2poly(p1, b[1]);
1365 int p1[] = {193,15,0,-1}; local
1376 BN_GF2m_arr2poly(p1, b[1])
1428 int p1[] = {193,15,0,-1}; local
1499 int p1[] = {193,15,0,-1}; local
1558 int p1[] = {193,15,0,-1}; local
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 174 char *p1 = NULL, *p2 = NULL; local
182 if (!(p1 = strchr(hexchars, toupper(strhex[i]))))
191 hinybble = (p1 - hexchars);
197 p1 = NULL;
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 465 template <class P1>
466 Closure *NewCallback(void (*f)(P1), P1 p1) {
467 CHECK(sizeof(P1) <= sizeof(void*));
471 res->param1 = (void*)p1;
476 template <class T, class P1, class P2>
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 148 gradientEnd = gradient->p1();
313 FloatPoint p1 = gradient->p1(); local
314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
315 gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1) * (p1.y() - p0.y())));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.cpp 102 return containsPoint(other.p1()) && containsPoint(other.p2()) && containsPoint(other.p3()) && containsPoint(other.p4());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 297 FloatPoint p1 = point1; local
299 bool isVerticalLine = (p1.x() == p2.x());
301 adjustLineToPixelBoundaries(p1, p2, width, style);
325 fillRectSourceOver(cr, FloatRect(p1.x() - width/2, p1.y() - width, width, width), strokeColor());
328 fillRectSourceOver(cr, FloatRect(p1.x() - width, p1.y() - width/2, width, width), strokeColor());
364 cairo_move_to(cr, p1.x(), p1.y());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 572 FloatPoint p1 = point1; local
574 bool isVerticalLine = (p1.x() == p2.x());
580 FloatSize disp = p2 - p1;
589 r1.set(p1.x(), p1.y(), p1.x() + width, p1.y() + width);
605 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
606 SkPoint pts[2] = { (SkPoint)p1, (SkPoint)p2 };
    [all...]

Completed in 548 milliseconds

<<11121314151617181920>>