HomeSort by relevance Sort by last modified time
    Searched refs:xb (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cuda.h 17 #define CUDA_POWERUP_TIME 0xb
firewire-constants.h 14 #define TCODE_LOCK_RESPONSE 0xb
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 17 #define CUDA_POWERUP_TIME 0xb
firewire-constants.h 14 #define TCODE_LOCK_RESPONSE 0xb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 17 #define CUDA_POWERUP_TIME 0xb
firewire-constants.h 14 #define TCODE_LOCK_RESPONSE 0xb
  /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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7.cpp 15 auto xa = x, xb = 0; local
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 37 BRIGHT_YELLOW(0xb),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 198 {0x8, 1, 1, 7}, {0x7, 1, 1, 7}, {0x6, 1, 1, 7}, {0x5, 1, 1, 7}, {0xc, 1, 0, 7}, {0xb, 1, 0, 7},
232 {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xb, 1, 1, 8}, {0xb, 1, 1, 8},
233 {0xb, 1, 1, 8}, {0xb, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8}, {0xa, 1, 1, 8},
243 {0x1, 2, 1, 11}, {0x1, 2, 1, 11}, {0x0, 3, 1, 11}, {0x0, 3, 1, 11}, {0x0, 0xb, 0, 11}, {0x0, 0xb, 0, 11},
304 {0xb, 1, 1, 9}, {0xb, 1, 1, 9}, {0xa, 1, 1, 9}, {0xa, 1, 1, 9},
306 {0xc, 1, 0, 9}, {0xc, 1, 0, 9}, {0xb, 1, 0, 9}, {0xb, 1, 0, 9}
    [all...]
  /external/dropbear/libtomcrypt/notes/etc/
whirlgen.c 3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
  /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_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...]
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...]
  /external/openssl/crypto/sha/
sha_locl.h 163 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
174 Xupdate(f,xa,xa,xb,xc,xd); \
178 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
184 Xupdate(f,xa,xa,xb,xc,xd);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /external/clang/test/CodeGen/
atomic.c 49 old = __sync_fetch_and_xor(&val, 0xb);
  /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/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 68 case 0xb: O << "false"; break;
92 case 0xb: O << "false"; break;
  /external/valgrind/main/VEX/useful/
cpuid.c 39 if (i == 0xb) {
111 if (i == 0xb) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 74 #define e_s_s_ESS1688ENABLE2 0xb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 74 #define e_s_s_ESS1688ENABLE2 0xb

Completed in 922 milliseconds

1 2 3 4 5 6 7 8