Home
last modified time | relevance | path

Searched refs:U0 (Results 1 – 25 of 41) sorted by relevance

12

/external/srtp/crypto/cipher/
Daes.c332 static uint32_t U0[256] = { variable
870 static uint32_t U0[256] = { variable
1443 U0[T4[(tmp >> 24) ] & 0xff] ^ in aes_expand_decryption_key()
1450 U0[T4[(tmp >> 24) ] & 0xff] ^ in aes_expand_decryption_key()
1457 U0[T4[(tmp >> 24) ] & 0xff] ^ in aes_expand_decryption_key()
1464 U0[T4[(tmp >> 24) ] & 0xff] ^ in aes_expand_decryption_key()
1472 c0 = U0[aes_sbox[expanded_key[i].v8[0]]] in aes_expand_decryption_key()
1477 c1 = U0[aes_sbox[expanded_key[i].v8[4]]] in aes_expand_decryption_key()
1482 c2 = U0[aes_sbox[expanded_key[i].v8[8]]] in aes_expand_decryption_key()
1487 c3 = U0[aes_sbox[expanded_key[i].v8[12]]] in aes_expand_decryption_key()
[all …]
/external/fdlibm/
De_j1.c136 static const double U0[5] = { variable
138 static double U0[5] = {
207 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
/external/webp/src/dsp/
Dyuv_sse2.c28 const __m128i* const U0, in ConvertYUV444ToRGB() argument
48 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB()
55 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB()
84 const __m128i Y0 = Load_HI_16(y), U0 = Load_HI_16(u), V0 = Load_HI_16(v); in YUV444ToRGB() local
85 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB()
93 const __m128i Y0 = Load_HI_16(y), U0 = Load_UV_HI_8(u), V0 = Load_UV_HI_8(v); in YUV420ToRGB() local
94 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB()
680 __m128i r0, g0, b0, r1, g1, b1, U0, V0, U1, V1; in ConvertARGBToUV() local
686 ConvertRGBToUV(&r0, &g0, &b0, &U0, &V0); in ConvertARGBToUV()
695 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV()
[all …]
Dupsampling_neon.c162 const int16x8_t U0 = vreinterpretq_s16_u16(vshll_n_u8(u, 7)); \
166 const int16x8_t G0 = vqdmulhq_lane_s16(U0, coeff1, 2); \
168 const int16x8_t B0 = vqdmulhq_n_s16(U0, 282); \
176 const int16x8_t B3 = vqaddq_s16(B2, U0); \
/external/srtp/tables/
Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
162 U0[i] = tmp.value; in aes_compute_inv_tables()
215 printf("0x%0x, ", U0[i]); in main()
257 printf("0x%lx, ", U0[i]); in main()
/external/webp/src/enc/
Dpicture_tools.c161 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
187 u[x] = BLEND_10BIT(U0, u[x], alpha); in WebPBlendAlpha()
192 u[x] = BLEND_10BIT(U0, u[x], alpha); in WebPBlendAlpha()
/external/clang/test/CodeGenObjCXX/
Dproperty-object-reference.mm31 // CHECK: [[R0:%.*]] = load {{%.*}} [[U0:%.*]]
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h.pump155 template <typename U0, typename U1>
156 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
168 template <typename U0, typename U1>
169 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump156 template <typename U0, typename U1>
157 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
169 template <typename U0, typename U1>
170 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump155 template <typename U0, typename U1>
156 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
168 template <typename U0, typename U1>
169 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/gtest/include/gtest/internal/
Dgtest-tuple.h.pump156 template <typename U0, typename U1>
157 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
169 template <typename U0, typename U1>
170 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-tuple.h.pump156 template <typename U0, typename U1>
157 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
169 template <typename U0, typename U1>
170 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf93 * | U0| U1| U2| U3| U4| U5|
113 * | U0| U1| U2| U3|
127 * (U0-U2 in the first example) while rows 2 and 3 right side U texels
/external/clang/docs/
DClangFormat.rst187 git diff -U0 HEAD^ | clang-format-diff.py -i -p1
193 svn diff --diff-cmd=diff -x-U0 | clang-format-diff.py -i
195 The :option:`-U0` will create a diff without context lines (the script would format
/external/webrtc/webrtc/modules/video_processing/test/
DcreateTable.m57 U0=U;
112 mesh(U-U0)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_dur.pkb15 …``Q0AA `"`AA�1��pa���ppq��p&0pAa�Q���� �YA�I1r"a�U0 � �0 1�!�A�…
Dde-DE_klex.pkb361 etiketten )+.U0!K.U*etikettierung)+.U0K.!UIS51�������������������������������etwa#!+.UZ<etwaig…
440 gerechtenCgerechtfertigtF,!S.-U"E.8U0-UgerechtfertigteF,!S.-U"E.8U0-U,gerechtfertigtenF,…
932 …ungerechtfertigt!+5NF,"S.-U"E.8U0-Uungerechtfertigte7!+5NF,"S.-U"E.8U0-U,ungerechtfertigten…
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/ImageMagick/PerlMagick/t/reference/filter/
DColorize.miff15 … ���������$�(!�*'�+,�80�;%�+�6)�)���!�B&�O(�N'�Q(�U0�G'�E%�D'�0)�0)�0(�2*…
/external/llvm/test/Analysis/BasicAA/
Dgep-alias.ll248 ; CHECK: [[U0:%[a-zA-Z0-9_]+]] = load i8, i8* [[U0ADDR]], align 1
249 ; CHECK: [[U0ARG:%[a-zA-Z0-9_]+]] = zext i8 [[U0]] to i32

12