HomeSort by relevance Sort by last modified time
    Searched defs:xb (Results 1 - 22 of 22) sorted by null

  /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
  /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/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.c 9 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
30 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
90 ctx->xb = BN_new();
99 BN_clear_free(ctx->xb);
254 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
267 /* ... and xb in [0, q-1) */
268 BN_rand_range(ctx->xb, qm1);
270 BN_add_word(ctx->xb, 1);
280 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
351 * X = g^{(xa + xc + xd) * xb * s
    [all...]
  /external/chromium_org/third_party/opus/src/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/iproute2/ip/
xfrm_policy.c 714 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
715 struct rtnl_handle *rth = xb->rth;
751 if (xb->offset > xb->size) {
756 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
767 xb->offset += new_n->nlmsg_len;
768 xb->nlmsg_count ++;
845 struct xfrm_buffer xb; local
849 xb.buf = buf
    [all...]
xfrm_state.c 908 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
909 struct rtnl_handle *rth = xb->rth;
930 if (xb->offset > xb->size) {
935 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
947 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
950 xb->offset += new_n->nlmsg_len;
951 xb->nlmsg_count ++;
1002 struct xfrm_buffer xb; local
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 9 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
30 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
90 ctx->xb = BN_new();
99 BN_clear_free(ctx->xb);
254 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
267 /* ... and xb in [0, q-1) */
268 BN_rand_range(ctx->xb, qm1);
270 BN_add_word(ctx->xb, 1);
280 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
351 * X = g^{(xa + xc + xd) * xb * s
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 264 char *xb = (char *)bytes + sizeof(*oh); local
283 memcpy(xb, &xreclen, sizeof(int));
284 xb += sizeof(int);
285 strcpy(xb, XATTR_NAME_SELINUX);
286 xb += xnamelen;
287 memcpy(xb, secontext, xvalsize);
  /packages/apps/Camera/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...]
  /packages/apps/Camera2/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...]
  /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/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 275 const uint32_t* xb; local
302 xb = b->words();
303 xbe = xb + wb;
306 for (; xb < xbe; xc0++) {
307 if ((y = *xb++)) {
320 for (; xb < xbe; xb++, xc0++) {
321 if ((y = *xb & 0xffff)) {
334 if ((y = *xb >> 16)) {
458 const uint32_t *xa, *xa0, *xb, *xb0 local
506 const uint32_t* xb = b->words(); local
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform.c 61 double xb, yb; local
73 xb = primrs.blue.x;
78 primaries.m[0][2] = xb;
86 primaries.m[2][2] = 1 - xb - yb;
99 result.m[0][2] = coefs.v[2]*xb;
107 result.m[2][2] = coefs.v[2]*(1.-xb-yb);
    [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...]
  /bionic/libc/stdlib/
strtod.c 674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
700 xb = b->x;
701 xbe = xb + wb;
704 for(; xb < xbe; xb++, xc0++) {
705 if ((y = *xb & 0xffff) != 0) {
719 if ((y = *xb >> 16) != 0) {
736 for(; xb < xbe; xc0++) {
737 if (y = *xb++) {
890 ULong *xa, *xa0, *xb, *xb0 local
934 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1142 unsigned int xb[4]; member in struct:vsx_permute_test
    [all...]
test_isa_2_06_part2.c 758 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
762 memcpy(&vec_inB, xb, 16);
768 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
770 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
778 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
779 memcpy(&vec_inB, xb, 16);
797 printf("xxspltw 0x%016llx%016llx %d=> 0x%016llx", xb[0], xb[1], uim, *dst);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c 1142 unsigned int xb[4]; member in struct:vsx_permute_test
    [all...]
test_isa_2_06_part2.c 758 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
762 memcpy(&vec_inB, xb, 16);
768 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
770 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
778 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
779 memcpy(&vec_inB, xb, 16);
797 printf("xxspltw 0x%016llx%016llx %d=> 0x%016llx", xb[0], xb[1], uim, *dst);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
832 xb = b->x;
833 xbe = xb + wb;
836 for(; xb < xbe; xc0++) {
837 if ((y = *xb++)) {
852 for(; xb < xbe; xb++, xc0++) {
853 if (y = *xb & 0xffff) {
867 if (y = *xb >> 16) {
884 for(; xb < xbe; xc0++)
1032 ULong *xa, *xa0, *xb, *xb0; variable
1068 ULong *xa, *xae, *xb, *xbe, *xc; variable
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
832 xb = b->x;
833 xbe = xb + wb;
836 for(; xb < xbe; xc0++) {
837 if ((y = *xb++)) {
852 for(; xb < xbe; xb++, xc0++) {
853 if (y = *xb & 0xffff) {
867 if (y = *xb >> 16) {
884 for(; xb < xbe; xc0++)
1032 ULong *xa, *xa0, *xb, *xb0; variable
1068 ULong *xa, *xae, *xb, *xbe, *xc; variable
    [all...]

Completed in 909 milliseconds