/external/clang/test/CodeGenCXX/ |
microsoft-templ-uuidof.cpp | 21 const _GUID &xb = __uuidof(X<B>); variable 22 // CHECK-DAG: @"\01?xb@@3ABU_GUID@@B" = {{.*}} @_GUID_bbbbbbbb_bbbb_bbbb_bbbb_bbbbbbbbbbbb
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
sum.c | 42 ULong carry, *xc, *xa, *xb, *xe, y; local 56 xb = b->x; 61 y = (*xa & 0xffff) + (*xb & 0xffff) + carry; 63 z = (*xa++ >> 16) + (*xb++ >> 16) + carry; 78 y = *xa++ + *xb++ + carry;
|
misc.c | 283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 312 xb = b->x; 313 xbe = xb + wb; 316 for(; xb < xbe; xc0++) { 317 if ( (y = *xb++) !=0) { 332 for(; xb < xbe; xb++, xc0++) { 333 if ( (y = *xb & 0xffff) !=0) { 347 if ( (y = *xb >> 16) !=0) { 364 for(; xb < xbe; xc0++) 521 ULong *xa, *xa0, *xb, *xb0; local 557 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p7.cpp | 15 auto xa = x, xb = 0; local
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 147 } xa, xb; local 149 #define b xb.x8 312 } xa, xb; local 314 #define b xb.x8
|
/prebuilts/go/darwin-x86/test/ |
nilptr.go | 64 var xb byte var 68 xb = 123 71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic
|
/prebuilts/go/linux-x86/test/ |
nilptr.go | 64 var xb byte var 68 xb = 123 71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic
|
/external/srtp/tables/ |
aes_tables.c | 146 uint8_t x, xe, x9, xd, xb; local 156 xb = gf2_8_multiply(0x0b, x); 161 tmp.v8[3] = xb; 164 tmp.v8[0] = xb; 171 tmp.v8[1] = xb; 178 tmp.v8[2] = xb;
|
/external/libopus/src/ |
opus_compare.c | 170 float *xb; local 249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb)); 254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes, 264 xb[(xi*NBANDS+bi)*nchannels+ci]+= 265 0.1F*xb[(xi*NBANDS+bi-1)*nchannels+ci]; 271 xb[(xi*NBANDS+bi)*nchannels+ci]+= 272 0.03F*xb[(xi*NBANDS+bi+1)*nchannels+ci]; 279 xb[(xi*NBANDS+bi)*nchannels+ci]+= 280 0.5F*xb[((xi-1)*NBANDS+bi)*nchannels+ci] [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmswtpnt.c | 286 cmsFloat64Number xb, yb; local 294 xb = Primrs -> Blue.x; 298 _cmsVEC3init(&Primaries.v[0], xr, xg, xb); 300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb)); 314 _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb); 316 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb));
|
/external/iproute2/ip/ |
xfrm_policy.c | 710 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local 711 struct rtnl_handle *rth = xb->rth; 747 if (xb->offset > xb->size) { 752 new_n = (struct nlmsghdr *)(xb->buf + xb->offset); 763 xb->offset += new_n->nlmsg_len; 764 xb->nlmsg_count ++; 841 struct xfrm_buffer xb; local 845 xb.buf = buf [all...] |
xfrm_state.c | 1047 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local 1048 struct rtnl_handle *rth = xb->rth; 1069 if (xb->offset > xb->size) { 1074 new_n = (struct nlmsghdr *)(xb->buf + xb->offset); 1086 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr, 1089 xb->offset += new_n->nlmsg_len; 1090 xb->nlmsg_count ++; 1141 struct xfrm_buffer xb; local [all...] |
/development/perftests/panorama/feature_stab/src/dbreg/ |
dbreg.h | 436 double xb[3]; local 454 db_Multiply3x3_3x1(xb, H, x); 455 xb[0] = db_SafeDivision(xb[0],xb[2]); 456 xb[1] = db_SafeDivision(xb[1],xb[2]); 458 lut_x[j][i] = float(xb[0]); 459 lut_y[j][i] = float(xb[1]) [all...] |
/external/valgrind/coregrind/ |
m_stacktrace.c | 175 UInt xi; UInt xs; UInt xb; // register(s) which caused a 'store CFUNWIND'. member in struct:__anon26448 401 if (do_stats && uregs.xbp != fpverif_uregs.xbp) stats.xb++; 464 "CF %u (xi %u xs %u xb %u) " 470 stats.CF, stats.xi, stats.xs, stats.xb, [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.h | 436 double xb[3]; local 454 db_Multiply3x3_3x1(xb, H, x); 455 xb[0] = db_SafeDivision(xb[0],xb[2]); 456 xb[1] = db_SafeDivision(xb[1],xb[2]); 458 lut_x[j][i] = float(xb[0]); 459 lut_y[j][i] = float(xb[1]) [all...] |
/external/libvorbis/lib/ |
floor1.c | 44 int xb; member in struct:lsfit_acc 426 int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0; local 444 xb += i; 461 a->xb=xb; 473 double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; local 481 xb+=a[i].xb + a[i].xa * weight; 490 xb+= x0; 499 xb+= x1 [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 1296 double xb = xa - x + 1.0; local 1359 double xb = ab; local 2498 double xb = 0.0; local 2605 double xb = 0; local 2700 double xb = 0; local 3041 final double xb = x - xa; local 3089 final double xb = x - xa; local 3165 final double xb = x - xa; local 3317 double xb = x - xa; local 3342 double xb = x - xa; local [all...] |
/external/clang/test/CXX/drs/ |
dr3xx.cpp | 254 X<B> xb; local [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part1.c | 1084 unsigned int xb[4]; member in struct:vsx_permute_test [all...] |
test_isa_2_06_part2.c | 788 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local 792 memcpy(&vec_inB, xb, 16); 798 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst); 800 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst); 808 unsigned int xb[] = { 0xfedc4321, 0x24681235, 0xf1e2d3c4, 0xe0057708}; local 813 memcpy(vecB_ptr, &xb[i], 4); 818 memcpy(vecB_ptr, &xb[i], 4); 839 printf("xxspltw 0x%08x%08x%08x%08x %d=> 0x%016llx", xb[0], xb[1], 840 xb[2], xb[3], uim, *dst) [all...] |
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 807 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable 834 xb = b->x; 835 xbe = xb + wb; 838 for(; xb < xbe; xc0++) { 839 y = *xb++; 855 for(; xb < xbe; xb++, xc0++) { 856 if (y = *xb & 0xffff) { 870 if (y = *xb >> 16) { 887 for(; xb < xbe; xc0++) 1041 ULong *xa, *xa0, *xb, *xb0; variable 1077 ULong *xa, *xae, *xb, *xbe, *xc; variable [all...] |
/ndk/sources/android/support/src/stdio/ |
strtod.c | 917 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 943 xb = b->x; 944 xbe = xb + wb; 947 for(; xb < xbe; xb++, xc0++) { 948 if ((y = *xb & 0xffff) != 0) { 962 if ((y = *xb >> 16) != 0) { 979 for(; xb < xbe; xc0++) { 980 if (y = *xb++) { 1133 ULong *xa, *xa0, *xb, *xb0 local 1177 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
/external/robolectric/v3/libs/ |
vtd-xml-2.11.jar | |
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/ |
vtd-xml-2.11.jar | |