HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 501 - 525 of 1509) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 449 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1]; local
458 t1 = Fe32_3(x1);
467 x1 = (x1 << 1 | x1 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
473 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
490 int x1 = BytesTo32Bits(src, srcIndex+12) ^ gSubKeys[OUTPUT_WHITEN + 3]; local
498 x1 ^= t0 + 2*t1 + gSubKeys[k--];
500 x1 = x1 >>>1 | x1 << 31
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 157 double x1 = 0; local
161 cairo_stroke_extents(cairoContext, &x0, &y0, &x1, &y1);
162 solidFigureExtents = FloatRect(x0, y0, x1 - x0, y1 - y0);
165 cairo_fill_extents(cairoContext, &x0, &y0, &x1, &y1);
166 FloatRect fillExtents(x0, y0, x1 - x0, y1 - y0);
1072 double x1, y1, x2, y2; local
1073 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
1074 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1);
1107 double x1, y1, x2, y2 local
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
452 t0 = (2 - x0)*b*x1; t1 = (2 - x1)*b*x0;
529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local
530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1;
533 t0 = b*x1; t1 = b*x0;
536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1);
937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; local
971 cvInitMatHeader( x1, 1, ivcount, CV_64F, x[0] )
1132 CvMat *x1, *x2, *grad1, *grad2, *temp; local
    [all...]
  /bionic/libc/kernel/common/linux/
if.h 23 #define IFF_UP 0x1
50 #define IFF_802_1Q_VLAN 0x1
  /bionic/libm/include/sparc64/
fenv.h 53 #define FE_TOWARDZERO 0x1
132 d = 0x1.ffp1023;
  /bionic/libm/sparc64/
fenv.h 53 #define FE_TOWARDZERO 0x1
132 d = 0x1.ffp1023;
  /development/ndk/platforms/android-3/include/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1
  /development/ndk/platforms/android-9/include/android/
configuration.h 73 ACONFIGURATION_SCREENLONG_NO = 0x1,
82 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/clang/test/SemaCXX/
new-delete.cpp 113 struct X1 {
123 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
125 delete x1;
309 struct X1 {
313 int X1::value;
321 template int *f<X1>(); // expected-note{{in instantiation of}}
  /external/freetype/include/freetype/
ftimage.h 475 #define FT_OUTLINE_OWNER 0x1
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 67 int64_t x1 = x; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 x1 >>= 1;
78 if ((x1 & 1) == 1) {
81 t = x1;
89 x1 = t;
93 t = x1 - y1;
96 int64_t gcd = x1 << p2;
  /external/iproute2/include/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
60 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
  /external/kernel-headers/original/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
60 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
  /external/libvpx/vpx/
vpx_codec.h 146 #define VPX_CODEC_CAP_DECODER 0x1 /**< Is a decoder */
485 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
  /external/llvm/include/llvm/Object/
MachOFormat.h 128 HFT_Object = 0x1
136 LCT_Segment = 0x1,
  /external/openssl/crypto/asn1/
a_utf8.c 135 value = ((unsigned long)(*p++ & 0x1)) << 30;
203 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
  /external/openssl/crypto/rsa/
rsa_pss.c 138 if (DB[i++] != 0x1)
250 *p++ ^= 0x1;
  /external/oprofile/events/mips/vr5432/
events 5 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated
  /external/oprofile/events/mips/vr5500/
events 7 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : Instructions executed
  /external/skia/src/core/
SkClampRange.cpp 23 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) {
30 if (x1 <= edge) {
  /external/skia/tests/
ClipCubicTest.cpp 35 float x1, float y1,
40 crv[1].fX = SkFloatToScalar(x1); crv[1].fY = SkFloatToScalar(y1);
  /external/srtp/test/
rtp.c 112 sender->message.header.pt = 0x1;
136 rcvr->message.header.pt = 0x1;
  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 103 point1 = FloatPoint(cubic->x1(), cubic->y1());
124 point1 = FloatPoint(quadratic->x1(), quadratic->y1());
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster

Completed in 8255 milliseconds

<<21222324252627282930>>