/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_mdp.h | 155 #define MDP_FLIP_LR 0x1 292 #define MSMFB_WRITEBACK_DEQUEUE_BLOCKING 0x1 298 #define MDP_PP_OPS_ENABLE 0x1 316 #define MDSS_PP_ADD_ARG(var, arg) ((var) | (0x1 << (MDSS_PP_ARG_SHIFT + (arg)))) 317 #define PP_ARG(x, var) ((var) & (0x1 << (MDSS_PP_ARG_SHIFT + (x)))) 342 #define MDP_OVERLAY_PP_CSC_CFG 0x1 350 #define MDP_CSC_FLAG_ENABLE 0x1 663 #define MDSS_AD_MODE_AUTO_STR 0x1 731 #define MDSS_CALIB_MODE_BL 0x1
|
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 431 EXPECT_EQ(S.str().str(), "-0x1"); 558 integerPart test[4] = {0x1, 0x1, 0x1, 0x1}; 559 integerPart expected[4] = {0x0, 0x1, 0x1, 0x1}; 566 integerPart test[4] = {0x0, 0xF, 0x1, 0x1}; [all...] |
/external/opencv/cvaux/src/ |
decomppoly.cpp | 152 int x1, y1, x2, y2, x3, y3; 185 x1 = contour[ index1 ].x; 194 dx1 = x2 - x1; 201 ix1 = x3 - x1; 214 ix0 = contour[ i ].x - x1; 267 x1 = x2; 296 x1 = x2;
|
/frameworks/av/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 );
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_context.h | 79 #define INTEL_FALLBACK_DRAW_BUFFER 0x1 94 #define INTEL_WRITE_PART 0x1 432 #define DEBUG_TEXTURE 0x1 516 #define COMPAREFUNC_NEVER 0x1 525 #define STENCILOP_ZERO 0x1 534 #define LOGICOP_NOR 0x1
|
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 245 int x1 = input[1]; local 249 if (!(x0 | x1 | x2 | x3)) { 256 s2 = sinpi_3_9 * x1; 264 x1 = s1 - s4 - s6; 269 s1 = x1 + x3; 271 s3 = x0 + x1 - x3; 318 int x1 = input[0]; local 326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 333 s0 = cospi_2_64 * x0 + cospi_30_64 * x1; 334 s1 = cospi_30_64 * x0 - cospi_2_64 * x1; 642 int x1 = input[0]; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 79 #define INTEL_FALLBACK_DRAW_BUFFER 0x1 94 #define INTEL_WRITE_PART 0x1 432 #define DEBUG_TEXTURE 0x1 516 #define COMPAREFUNC_NEVER 0x1 525 #define STENCILOP_ZERO 0x1 534 #define LOGICOP_NOR 0x1
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg2000.cpp | 271 int x, y, x1, y1, j; local 308 for( x1 = x + xstep; x < x1; x++ ) 333 int x, y, x1, y1, j; local 370 for( x1 = x + xstep; x < x1; x++ )
|
/external/tremolo/Tremolo/ |
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;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 51 x1, y1, x2, y2 = self.canvas.bbox(self.id) 52 return (x1, y1), (x2, y2) 146 def addtag_enclosed(self, x1, y1, x2, y2): 147 self._do('addtag', 'enclosed', x1, y1, x2, y2) 148 def addtag_overlapping(self, x1, y1, x2, y2): 149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 51 x1, y1, x2, y2 = self.canvas.bbox(self.id) 52 return (x1, y1), (x2, y2) 146 def addtag_enclosed(self, x1, y1, x2, y2): 147 self._do('addtag', 'enclosed', x1, y1, x2, y2) 148 def addtag_overlapping(self, x1, y1, x2, y2): 149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
|
/system/core/toolbox/ |
newfs_msdos.c | 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local 570 x1 = bpb.res + rds; 572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) 574 x1 += x * bpb.nft; 575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB / 581 x1 += (bpb.bspf - 1) * bpb.nft; 583 cls = (bpb.bsec - x1) / bpb.spc; 595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1; 641 x1 = sizeof(struct bs); 642 bsbpb = (struct bsbpb *)(img + x1); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
TwofishEngine.java | 452 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1]; local 461 t1 = Fe32_3(x1); 470 x1 = (x1 << 1 | x1 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]); 476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12); 493 int x1 = BytesTo32Bits(src, srcIndex+12) ^ gSubKeys[OUTPUT_WHITEN + 3]; local 501 x1 ^= t0 + 2*t1 + gSubKeys[k--]; 503 x1 = x1 >>>1 | x1 << 31 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_transfer.c | 47 if (src->x1 - src->x0 != dst->x1 - dst->x0) 339 PUSH_DATA (push, (dst->x1 - dst->x0) << 16 | dst->x0); 350 PUSH_DATAf(push, src->x1); 354 PUSH_DATA (push, (dst->y0 << 16) | dst->x1); 356 PUSH_DATAf(push, src->x1); 360 PUSH_DATA (push, (dst->y1 << 16) | dst->x1); 465 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0)); 467 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0)); 468 PUSH_DATA (push, ((src->x1 - src->x0) << 20) / (dst->x1 - dst->x0)) [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_transfer.c | 47 if (src->x1 - src->x0 != dst->x1 - dst->x0) 339 PUSH_DATA (push, (dst->x1 - dst->x0) << 16 | dst->x0); 350 PUSH_DATAf(push, src->x1); 354 PUSH_DATA (push, (dst->y0 << 16) | dst->x1); 356 PUSH_DATAf(push, src->x1); 360 PUSH_DATA (push, (dst->y1 << 16) | dst->x1); 465 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0)); 467 PUSH_DATA (push, ((dst->y1 - dst->y0) << 16) | (dst->x1 - dst->x0)); 468 PUSH_DATA (push, ((src->x1 - src->x0) << 20) / (dst->x1 - dst->x0)) [all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/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...] |
/prebuilts/devtools/tools/lib/ |
ddmuilib.jar | |
/bionic/libc/kernel/arch-mips/asm/sn/ |
ioc3.h | 260 #define PCI_SCR_RX_SERR (0x1 << 16) 261 #define PCI_SCR_DROP_MODE (0x1 << 17) 262 #define PCI_SCR_SIG_PAR_ERR (0x1 << 24) 264 #define PCI_SCR_SIG_TAR_ABRT (0x1 << 27) 265 #define PCI_SCR_RX_TAR_ABRT (0x1 << 28) 266 #define PCI_SCR_SIG_MST_ABRT (0x1 << 29) 267 #define PCI_SCR_SIG_SERR (0x1 << 30) 269 #define PCI_SCR_PAR_ERR (0x1 << 31)
|
/bionic/libc/kernel/common/linux/ |
if.h | 29 #define IFF_UP 0x1 54 #define IFF_802_1Q_VLAN 0x1
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_fmodl.c | 97 ux.e *= 0x1.0p512; 105 uy.e *= 0x1.0p512;
|
e_rem_pio2.c | 131 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52); 132 fn = fn-0x1.8p52;
|
/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/arch-mips/include/asm/sn/ |
ioc3.h | 260 #define PCI_SCR_RX_SERR (0x1 << 16) 261 #define PCI_SCR_DROP_MODE (0x1 << 17) 262 #define PCI_SCR_SIG_PAR_ERR (0x1 << 24) 264 #define PCI_SCR_SIG_TAR_ABRT (0x1 << 27) 265 #define PCI_SCR_RX_TAR_ABRT (0x1 << 28) 266 #define PCI_SCR_SIG_MST_ABRT (0x1 << 29) 267 #define PCI_SCR_SIG_SERR (0x1 << 30) 269 #define PCI_SCR_PAR_ERR (0x1 << 31)
|