HomeSort by relevance Sort by last modified time
    Searched defs:xb (Results 1 - 18 of 18) 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/iproute2/ip/
xfrm_policy.c 652 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
653 struct rtnl_handle *rth = xb->rth;
689 if (xb->offset > xb->size) {
694 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
705 xb->offset += new_n->nlmsg_len;
706 xb->nlmsg_count ++;
783 struct xfrm_buffer xb; local
787 xb.buf = buf
    [all...]
xfrm_state.c 875 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
876 struct rtnl_handle *rth = xb->rth;
897 if (xb->offset > xb->size) {
902 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
914 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
917 xb->offset += new_n->nlmsg_len;
918 xb->nlmsg_count ++;
969 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/Gallery2/jni_mosaic/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/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/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 337 const uint32_t* xb; local
364 xb = b->words();
365 xbe = xb + wb;
368 for (; xb < xbe; xc0++) {
369 if ((y = *xb++)) {
382 for (; xb < xbe; xb++, xc0++) {
383 if ((y = *xb & 0xffff)) {
396 if ((y = *xb >> 16)) {
528 const uint32_t *xa, *xa0, *xb, *xb0 local
576 const uint32_t* xb = b->words(); local
    [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...]

Completed in 1769 milliseconds