HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 226 - 250 of 488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_11.d 30 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_1.p1 Z
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_11.d 30 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.p1 B
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/d/
T_sget_char_11.d 30 sget-char v1, dot.junit.opcodes.sget_char.d.T_sget_char_1.p1 C
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/d/
T_sget_object_11.d 30 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_1.p1 Ljava/lang/Object;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_short/d/
T_sget_short_11.d 30 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_1.p1 S
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_11.d 30 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.p1 J
  /external/bluetooth/glib/tests/
asyncqueue-test.c 38 sort_compare (gconstpointer p1, gconstpointer p2, gpointer user_data)
43 id1 = GPOINTER_TO_INT (p1);
  /external/elfutils/libelf/
nlist.c 39 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
  /external/jpeg/
jdphuff.c 444 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
471 (*block)[0] |= p1;
494 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
545 s = p1; /* newly nonzero coef is positive */
569 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
571 *thiscoef += p1;
603 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
605 *thiscoef += p1;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 22 $ p1 := 'p1'
25 $ if p1.eqs."LINK" then goto link
31 $ if p1.eqs."GNUC"
36 $ if p1.eqs."DECC"
43 $ if p1.nes."" .and. p1.nes."VAXC" then exit %x002C
  /libcore/support/src/test/java/tests/support/
Support_Format.java 32 public Support_Format(String p1) {
33 super(p1);
Support_MessageFormat.java 31 public Support_MessageFormat(String p1) {
32 super(p1);
  /build/tools/kcm/
kcm.cpp 375 char *p1 = p; local
380 memcpy(s[i], p1, p - p1);
381 s[i][p - p1] = '\0';
  /external/chromium/base/
stl_util-inl.h 335 // Specifically, if p1 and p2, respectively, are the functions that
339 // * UnaryOperate1st<pair>(f) returns the function x -> f(p1(x))
341 // * BinaryOperate1st<pair>(f) returns the function (x,y) -> f(p1(x),p1(y))
403 typename BinaryOp::result_type operator()(const Pair& p1,
405 return f_(p1.first, p2.first);
427 typename BinaryOp::result_type operator()(const Pair& p1,
429 return f_(p1.second, p2.second);
  /external/openssl/crypto/jpake/
jpake.h 41 JPAKE_STEP_PART p1; /* g^x3, ZKP(x3) or g^x1, ZKP(x1) */ member in struct:__anon5574
  /external/skia/src/core/
SkEdge.h 42 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 104 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius)
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 151 private int validateNewPin(String p1, String p2) {
152 if (p1 == null) {
156 if (!p1.equals(p2)) {
160 int len1 = p1.length();
  /system/core/init/
bootchart.c 274 const char* p1; local
277 p1 = strchr(buff, '(');
278 p2 = strchr(p1, ')');
279 file_buff_write(log, buff, p1+1-buff);
  /external/libpcap/
nametoaddr.c 227 u_int p1, p2; local
231 if (sscanf(name, "%d-%d", &p1, &p2) != 2) {
256 *port1 = p1;
  /external/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.asm 57 ;vswp q4, q5 ; p1:q3, p0:q5, q0:q4, q1:q6
63 vabd.u8 q14, q3, q6 ; abs(p1 - q1)
65 vshr.u8 q14, q14, #1 ; abs(p1 - q1) / 2
66 vqadd.u8 q15, q15, q14 ; abs(p0 - q0) * 2 + abs(p1 - q1) / 2
70 veor q3, q3, q0 ; ps1: p1 offset to convert to a signed value
75 vcge.u8 q15, q1, q15 ; abs(p0 - q0)*2 + abs(p1-q1)/2 > flimit*2 + limit)*-1
  /external/quake/quake/src/QW/server/
world.c 533 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
571 t1 = p1[plane->type] - plane->dist;
576 t1 = DotProduct (plane->normal, p1) - plane->dist;
582 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
584 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
587 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
589 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
604 mid[i] = p1[i] + frac*(p2[i] - p1[i]);
609 if (!SV_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace)
    [all...]
  /external/quake/quake/src/WinQuake/
world.cpp 581 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
619 t1 = p1[plane->type] - plane->dist;
624 t1 = DotProduct (plane->normal, p1) - plane->dist;
630 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
632 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
635 return SV_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
637 return SV_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
652 mid[i] = p1[i] + frac*(p2[i] - p1[i]);
657 if (!SV_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace)
    [all...]
  /external/skia/src/animator/
SkParseSVGPath.cpp 36 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2)
43 midPt(k, p0, p1);
44 midPt(l, p1, p2);
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 227 FloatPoint p1 = point1; local
229 bool isVerticalLine = (p1.x() == p2.x());
237 p1.move(0, width);
240 p1.move(width, 0);
248 p1.move(0.5f, 0.0f);
252 p1.move(0.0f, 0.5f);
282 CGContextFillRect(context, FloatRect(p1.x() - width / 2, p1.y() - width, width, width));
285 CGContextFillRect(context, FloatRect(p1.x() - width, p1.y() - width / 2, width, width))
    [all...]

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 91011>>