/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcm.c | 931 pState->decoderL.x0 = pState->decoderL.x1 = 0; 935 pState->decoderR.x0 = pState->decoderR.x1 = 0; [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcm.c | 931 pState->decoderL.x0 = pState->decoderL.x1 = 0; 935 pState->decoderR.x0 = pState->decoderR.x1 = 0; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 142 private final static int CANONICAL = 0x1 << 0;
145 private final static int CDATA = 0x1 << 1;
148 private final static int CHARNORMALIZE = 0x1 << 2;
151 private final static int COMMENTS = 0x1 << 3;
154 private final static int DTNORMALIZE = 0x1 << 4;
157 private final static int ELEM_CONTENT_WHITESPACE = 0x1 << 5;
160 private final static int ENTITIES = 0x1 << 6;
163 private final static int INFOSET = 0x1 << 7;
166 private final static int NAMESPACES = 0x1 << 8;
169 private final static int NAMESPACEDECLS = 0x1 << 9; [all...] |
LSSerializerImpl.java | 122 private final static int CANONICAL = 0x1 << 0;
125 private final static int CDATA = 0x1 << 1;
128 private final static int CHARNORMALIZE = 0x1 << 2;
131 private final static int COMMENTS = 0x1 << 3;
134 private final static int DTNORMALIZE = 0x1 << 4;
137 private final static int ELEM_CONTENT_WHITESPACE = 0x1 << 5;
140 private final static int ENTITIES = 0x1 << 6;
143 private final static int INFOSET = 0x1 << 7;
146 private final static int NAMESPACES = 0x1 << 8;
149 private final static int NAMESPACEDECLS = 0x1 << 9; [all...] |
/external/tremolo/Tremolo/ |
mdctLARM.s | 438 ADD r7,r1,r0,LSL #1 @ r7 = x1+4 = x + POINTS 442 LDMDB r7!,{r2,r3,r8,r11} @ r2 = x1[0] 443 @ r3 = x1[1] 444 @ r8 = x1[2] 445 @ r11= x1[3] x1 -= 4 451 SUB r2, r2, r3 @ r2 = s0 = x1[0] - x1[1] 452 ADD r3, r2, r3, LSL #1 @ r3 = x1[0] + x1[1] (-> x1[0] [all...] |
floor1.c | 205 int render_point(int x0,int x1,int y0,int y1,int x){ 211 int adx=x1-x0; 225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){ 233 if(n>x1)n=x1; 238 adx=x1-x0;
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigDecimalScaleOperationsTest.java | 607 BigDecimal x1 = new BigDecimal(1.23400); local 608 BigDecimal x2 = x1.setScale(75); 610 assertEquals(0, x1.compareTo(x2)); 611 assertEquals(0, x2.compareTo(x1)); 613 x1.precision(); 615 assertEquals(0, x1.compareTo(x2)); 616 assertEquals(0, x2.compareTo(x1)); 620 assertEquals(0, x1.compareTo(x2)); 621 assertEquals(0, x2.compareTo(x1));
|
/external/openssl/crypto/asn1/ |
asn1t.h | 470 #define ASN1_TFLG_OPTIONAL (0x1) 473 #define ASN1_TFLG_SET_OF (0x1 << 1) 494 #define ASN1_TFLG_IMPTAG (0x1 << 3) 517 #define ASN1_TFLG_APPLICATION (0x1<<6) 533 #define ASN1_TFLG_ADB_OID (0x1<<8) 535 #define ASN1_TFLG_ADB_INT (0x1<<9) 545 #define ASN1_TFLG_COMBINE (0x1<<10) 552 #define ASN1_TFLG_NDEF (0x1<<11) 614 #define ASN1_ITYPE_SEQUENCE 0x1
|
a_utf8.c | 135 value = ((unsigned long)(*p++ & 0x1)) << 30; 203 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
|
/external/openssl/include/openssl/ |
asn1t.h | 470 #define ASN1_TFLG_OPTIONAL (0x1) 473 #define ASN1_TFLG_SET_OF (0x1 << 1) 494 #define ASN1_TFLG_IMPTAG (0x1 << 3) 517 #define ASN1_TFLG_APPLICATION (0x1<<6) 533 #define ASN1_TFLG_ADB_OID (0x1<<8) 535 #define ASN1_TFLG_ADB_INT (0x1<<9) 545 #define ASN1_TFLG_COMBINE (0x1<<10) 552 #define ASN1_TFLG_NDEF (0x1<<11) 614 #define ASN1_ITYPE_SEQUENCE 0x1
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vop.cpp | 411 // video->displayWidth += (video->displayWidth & 0x1); /* displayed image should be even size */ 421 // video->displayHeight += (video->displayHeight & 0x1); /* displayed image should be even size */ 909 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ 911 if (currVol->complexity.text_1 & 0x1) /* not_coded */ 913 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ 915 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ 917 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ 919 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ 924 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */ 926 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v * [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
MultiRectAreaOp.java | 388 int x1 = d.active[index]; local 394 dst.addRectCashed(x1, top, x2, bottom); 396 if (x1 > rx2 + 1) { 399 rx1 = x1; 403 rx1 = Math.min(x1, rx1); 409 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1); 419 int x1 = d.active[index]; local 423 dst.addRectCashed(x1, d.active[index + 1], x2, top - 1); 426 dst.addRectCashed(x1, top, x2, bottom); 708 int x1 = d2.active[i2] local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vop.cpp | 410 // video->displayWidth += (video->displayWidth & 0x1); /* displayed image should be even size */ 420 // video->displayHeight += (video->displayHeight & 0x1); /* displayed image should be even size */ 908 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ 910 if (currVol->complexity.text_1 & 0x1) /* not_coded */ 912 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ 914 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ 916 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ 918 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ 923 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */ 925 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v * [all...] |
/external/bzip2/ |
bzip2recover.c | 187 bs->buffer = bit & 0x1; 189 bs->buffer = ( (bs->buffer << 1) | (bit & 0x1) ); 203 return ( ((bs->buffer) >> (bs->buffLive)) & 0x1 ); 212 return ( ((bs->buffer) >> 7) & 0x1 ); 246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 ); 256 bsPutBit ( bs, (c >> i) & 0x1 );
|
Android.mk | 18 # measurements show that the ARM version of ZLib is about x1.17 faster
|
/system/core/toolbox/ |
newfs_msdos.c | 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local 569 x1 = bpb.res + rds; 571 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) 573 x1 += x * bpb.nft; 574 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB / 580 x1 += (bpb.bspf - 1) * bpb.nft; 582 cls = (bpb.bsec - x1) / bpb.spc; 594 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1; 640 x1 = sizeof(struct bs); 641 bsbpb = (struct bsbpb *)(img + x1); [all...] |
/bionic/libc/kernel/common/linux/ |
if.h | 22 #define IFF_UP 0x1 47 #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;
|
/external/freetype/include/freetype/ |
ftimage.h | 463 #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 | 30 #define IFF_UP 0x1 /* interface is up */ 57 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
|
/external/openssl/crypto/rsa/ |
rsa_pss.c | 135 if (DB[i++] != 0x1) 244 *p++ ^= 0x1;
|
/external/skia/src/core/ |
SkAntiRun.h | 65 int x1 = (stop - 1) >> kShift; 66 int middle = x1 - x0;
|