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

1 2

  /external/openssl/crypto/aes/
aes_x86core.c 81 typedef unsigned __int64 u64; typedef
82 #define U64(C) C##UI64
84 typedef unsigned long u64; typedef
85 #define U64(C) C##UL
87 typedef unsigned long long u64; typedef
88 #define U64(C) C##ULL
113 #define Te0 (u32)((u64*)((u8*)Te+0))
114 #define Te1 (u32)((u64*)((u8*)Te+3))
115 #define Te2 (u32)((u64*)((u8*)Te+2))
116 #define Te3 (u32)((u64*)((u8*)Te+1)
    [all...]
  /external/openssl/crypto/sha/
sha512.c 64 c->h[0]=U64(0xcbbb9d5dc1059ed8);
65 c->h[1]=U64(0x629a292a367cd507);
66 c->h[2]=U64(0x9159015a3070dd17);
67 c->h[3]=U64(0x152fecd8f70e5939);
68 c->h[4]=U64(0x67332667ffc00b31);
69 c->h[5]=U64(0x8eb44a8768581511);
70 c->h[6]=U64(0xdb0c2e0d64f98fa7);
71 c->h[7]=U64(0x47b5481dbefa4fa4);
80 c->h[0]=U64(0x6a09e667f3bcc908);
81 c->h[1]=U64(0xbb67ae8584caa73b)
    [all...]
sha.h 173 #define U64(C) C##UI64
176 #define U64(C) C##UL
179 #define U64(C) C##ULL
  /external/openssl/crypto/modes/
modes_lcl.h 13 typedef unsigned __int64 u64; typedef
14 #define U64(C) C##UI64
17 typedef unsigned long u64; typedef
18 #define U64(C) C##UL
21 typedef unsigned long long u64; typedef
22 #define U64(C) C##ULL
42 # define BSWAP8(x) ({ u64 ret=(x); \
49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
52 (u64)hi<<32|lo; })
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x);
    [all...]
ccm128.c 179 union { u64 u[2]; u8 c[16]; } scratch;
197 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */
201 union { u64 u[2]; u8 c[16]; } temp;
207 ctx->cmac.u[0] ^= ((u64*)inp)[0];
208 ctx->cmac.u[1] ^= ((u64*)inp)[1];
218 ((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0];
219 ((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1];
254 union { u64 u[2]; u8 c[16]; } scratch
    [all...]
  /external/openssl/include/openssl/
sha.h 173 #define U64(C) C##UI64
176 #define U64(C) C##UL
179 #define U64(C) C##ULL
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 88 dOutRow2U64 DN D20.U64
89 dOutRow3U64 DN D21.U64
96 dOutRow0U64 DN D8.U64
97 dOutRow1U64 DN D9.U64
106 dOut0U64 DN D0.U64
107 dOut1U64 DN D1.U64
omxVCM4P10_PredictIntraChroma_8x8_s.s 97 dIndexRow0 DN D5.U64
99 dIndexRow4 DN D6.U64
107 dRevAboveValU64 DN D3.U64
115 dAboveDiff0U64 DN D4.U64
120 dRevLeftValU64 DN D3.U64
126 dLeftDiff0U64 DN D12.U64
omxVCM4P10_PredictIntra_16x16_s.s 66 dSum1 DN D0.U64
68 dSumLeft DN D6.U64
69 dSumAbove DN D7.U64
70 dSum DN D8.U64
113 dRevLeft64 DN D12.U64
115 dRevAbove64 DN D5.U64
omxVCM4P10_PredictIntra_4x4_s.s 85 dSumAboveLeftU64 DN D1.U64
91 dSumLeftValU64 DN D1.U64
97 dSumAboveValU64 DN D1.U64
136 dTmp1U64 DN D8.U64
137 dTmp0U64 DN D7.U64
138 dTmpU64 DN D6.U64
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntra_16x16_s.S 121 VRSHR.U64 d8,d6,#4
131 VRSHR.U64 d8,d7,#4
136 VRSHR.U64 d8,d8,#5
188 VSHR.U64 d5,d5,#8
194 VSHR.U64 d12,d12,#8
omxVCM4P10_PredictIntraChroma_8x8_s.S 64 VSHR.U64 d6,d6,#32
148 VSHR.U64 d3,d3,#8
152 VSHR.U64 d3,d3,#8
omxVCM4P10_PredictIntra_4x4_s.S 73 VRSHR.U64 d1,d1,#3
  /frameworks/rs/cpp/
RenderScript.h 81 Element *U64;
Element.cpp 80 CREATE_USER(U64, UNSIGNED_64);
122 CREATE_VECTOR(U64, UNSIGNED_64);
Element.h 101 static sp<const Element> U64(RenderScript *rs);
  /external/valgrind/main/VEX/priv/
ir_opt.c 933 && e->Iex.Const.con->Ico.U64 == 0);
1231 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1245 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1457 \/*unsigned*\/ ULong u64; local
    [all...]
guest_s390_helpers.c 737 cond = cond_expr->Iex.Const.con->Ico.U64;
738 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
898 mask = cc_dep2->Iex.Const.con->Ico.U64;
972 mask16 = cc_dep2->Iex.Const.con->Ico.U64;
    [all...]
host_amd64_isel.c 276 && e->Iex.Const.con->Ico.U64 == 0ULL;
390 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
393 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
397 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
2940 union { ULong u64; Double f64; } u; member in union:__anon13285
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 491 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
492 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 107 assertTrue(Element.U64(mRS) != null);
224 Element[] U64 = { Element.U64(mRS) };
245 U16, U32, U64, U8, U8_3, U8_4 };
311 eb.add(Element.U64(mRS), "U64", arraySize);
377 assertFalse(Element.U64(mRS).isComplex());
TypeTest.java 67 testTypeBuilderHelper(Element.U64(mRS));
AllocationTest.java 132 createTypedHelper(Element.U64(mRS));
171 createSizedHelper(Element.U64(mRS));
  /external/llvm/unittests/ADT/
StringRefTest.cpp 361 uint64_t U64;
385 bool U64Success = StringRef(Unsigned[i].Str).getAsInteger(0, U64);
388 EXPECT_EQ(U64, Unsigned[i].Expected);
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]

Completed in 359 milliseconds

1 2