Searched refs:x3 (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h79 Packet4f x3 = pmul(x2,x); local
88 y = pmadd(y, x3, y1);
89 y = pmadd(y, x3, y2);
90 y = pmul(y, x3);
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h128 Index blockCols = (cols / threads) & ~Index(0x3);
/external/kernel-headers/original/linux/mfd/
H A Dmsm-adie-codec.h11 #define ADIE_CODEC_ACTION_STAGE_REACHED 0x3
/external/kernel-headers/original/linux/mtd/
H A Donenand_regs.h72 #define ONENAND_DEVICE_VCC_MASK (0x3)
/external/libvpx/vp8/common/
H A Donyx.h59 MODE_FIRSTPASS = 0x3,
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h55 #define ppFromVEX3of3(vex) ((vex) & 0x3)
60 #define ppFromVEX2of2(vex) ((vex) & 0x3)
379 VEX_LOB_0F3A = 0x3
390 VEX_PREFIX_F2 = 0x3
/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyWriter.java64 out.writeShort((priority & 0x3) << 30 | (unused & 0x3FFF) << 16);
/external/qemu/target-i386/
H A Dkvm-gs-restore.c10 #define KVM_GS_RESTORE_YES 0x3
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.S105 .byte 0x3
/external/clang/include/clang/AST/
H A DStmtIterator.h31 enum { DeclMode = 0x1, SizeOfTypeVAMode = 0x2, DeclGroupMode = 0x3,
32 Flags = 0x3 };
/external/elfutils/tests/
H A Drun-addrname-test.sh164 sized_bar+0x3
/external/grub/netboot/
H A D3c509.h91 #define EEPROM_PROD_ID 0x3 /* 0x9[0-f]50 */
217 #define RX_DISABLE (unsigned short) (0x3<<11) /* state disabled on
H A D3c595.h97 #define EEPROM_PROD_ID 0x3 /* 0x9[0-f]50 */
232 #define RX_DISABLE (unsigned short) (0x3<<11) /* state disabled on
/external/libffi/src/powerpc/
H A Ddarwin.S235 .byte 0x3 ; uleb128 0x3
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm65 sadd16 r12, r12, r10 ; [x3+r3 | x2+r2]
70 smultt r12, r12, r9 ; [(x3+r3)*q3]
94 smultt r10, r10, r11 ; [x3*dq3]
100 strh r10, [r7, #6] ; dqcoeff[3] = [x3*dq3]
/external/oprofile/events/mips/20K/
H A Devents9 event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions completed in FPU datapath (computational event:instructions only)
/external/oprofile/events/mips/5K/
H A Devents10 event:0x3 counters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional stores) executed
/external/skia/src/core/
H A DSkBitmapProcState_sample.h102 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local
107 *colors++ = RETURNDST(x3);
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h402 #define BRIDGE_REV_C 0x3
427 #define BRIDGE_CTRL_SSRAM_SIZE_MASK (BRIDGE_CTRL_SSRAM_SIZE(0x3))
428 #define BRIDGE_CTRL_SSRAM_512K (BRIDGE_CTRL_SSRAM_SIZE(0x3))
468 #define BRIDGE_ARB_REQ_WAIT_TICK_MASK BRIDGE_ARB_REQ_WAIT_TICK(0x3)
697 #define BRIDGE_RRB_PDEV 0x3 /* after shifting down */
/external/openssl/crypto/asn1/
H A Dasn1t.h495 #define ASN1_TFLG_SET_ORDER (0x3 << 1)
498 #define ASN1_TFLG_SK_MASK (0x3 << 1)
512 #define ASN1_TFLG_TAG_MASK (0x3 << 3)
533 #define ASN1_TFLG_PRIVATE (0x3<<6)
535 #define ASN1_TFLG_TAG_CLASS (0x3<<6)
543 #define ASN1_TFLG_ADB_MASK (0x3<<8)
630 #define ASN1_ITYPE_COMPAT 0x3
/external/openssl/include/openssl/
H A Dasn1t.h495 #define ASN1_TFLG_SET_ORDER (0x3 << 1)
498 #define ASN1_TFLG_SK_MASK (0x3 << 1)
512 #define ASN1_TFLG_TAG_MASK (0x3 << 3)
533 #define ASN1_TFLG_PRIVATE (0x3<<6)
535 #define ASN1_TFLG_TAG_CLASS (0x3<<6)
543 #define ASN1_TFLG_ADB_MASK (0x3<<8)
630 #define ASN1_ITYPE_COMPAT 0x3
/external/dropbear/libtomcrypt/src/ciphers/
H A Dcast5.c444 z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)];
449 skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, 0x9)];
453 x[2] = z[3] ^ S5[GB(x, 0x0)] ^ S6[GB(x, 0x2)] ^ S7[GB(x, 0x1)] ^ S8[GB(x, 0x3)] ^ S8[GB(z, 0x2)];
455 x[0] = z[0] ^ S5[GB(x, 0xA)] ^ S6[GB(x, 0x9)] ^ S7[GB(x, 0xb)] ^ S8[GB(x, 0x8)] ^ S6[GB(z, 0x3)];
456 skey->cast5.K[i++] = S5[GB(x, 0x3)] ^ S6[GB(x, 0x2)] ^ S7[GB(x, 0xc)] ^ S8[GB(x, 0xd)] ^ S5[GB(x, 0x8)];
458 skey->cast5.K[i++] = S5[GB(x, 0x7)] ^ S6[GB(x, 0x6)] ^ S7[GB(x, 0x8)] ^ S8[GB(x, 0x9)] ^ S7[GB(x, 0x3)];
463 z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)];
466 skey->cast5.K[i++] = S5[GB(z, 0x3)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0xc)] ^ S8[GB(z, 0xd)] ^ S5[GB(z, 0x9)];
472 x[2] = z[3] ^ S5[GB(x, 0x0)] ^ S6[GB(x, 0x2)] ^ S7[GB(x, 0x1)] ^ S8[GB(x, 0x3)] ^ S8[GB(z, 0x2)];
474 x[0] = z[0] ^ S5[GB(x, 0xA)] ^ S6[GB(x, 0x9)] ^ S7[GB(x, 0xb)] ^ S8[GB(x, 0x8)] ^ S6[GB(z, 0x3)];
[all...]
/external/openssh/
H A Djpake.c81 ret->x1 = ret->x2 = ret->x3 = ret->x4 = NULL;
119 JPAKE_BN_CLEAR_FREE(pctx->x3);
173 JPAKE_DUMP_BN(pctx->x3);
210 * x1/x3 is a random element of Zq
212 * We also exclude [1] from x1/x3 candidates and [0, 1] from
220 * client: g_x1 = g^x1 mod p / server: g_x3 = g^x3 mod p
231 /* Generate proofs for holding x1/x3 and x2/x4 */
292 * client: tmp = g^(x1 + x3 + x4) mod p
293 * server: tmp = g^(x1 + x2 + x3) mod p
302 * client: a = tmp^exponent = g^((x1+x3
[all...]
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h84 /// same declaration context. (Ptr & 0x3 == 0x1)
86 /// declaration contexts too. (Ptr & 0x3 == 0x3)
105 return reinterpret_cast<BaseIter>(Ptr & ~0x3);
/external/clang/test/Sema/
H A Darray-init.c21 int x3[x] = { 1, 2 }; // expected-error{{variable-sized object may not be initialized}} local

Completed in 600 milliseconds

1234567891011>>