Searched refs:inA (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
H A Dnetwork_status.js33 var inA = {};
35 inA[toKey(elA)] = elA;
40 if (inA[keyB])
41 delete inA[keyB];
46 for (var keyA in inA) {
47 aMinusB.push(inA[keyA]);
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1637 unsigned int * inA, * inB, * pv; local
1640 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
1645 memcpy(&vec_inA, inA, 8);
2000 unsigned int * inA, * inB, * dst; local
2007 inA = &viargs[startA];
2009 memcpy(&vec_inA, inA, sizeof(vector unsigned char));
2020 printf( " %08x %08x %08x %08x %s", inA[0], inA[1], inA[2], inA[
2067 unsigned int * inA, * inB, * dst; local
[all...]
H A Dtest_isa_2_06_part2.c1054 void * inA, * inB; local
1060 inA = (void *)&spec_sp_fargs[a_idx];
1063 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
1072 void * inA, * inB; local
1078 inA = (void *)&spec_fargs[a_idx];
1081 memcpy(((void *)&vec_inA) + (i * 8), inA, 8);
1218 void * inA, * inB; local
1224 inA = (void *)&spec_fargs[aTest.fra_idx];
1229 memcpy(&vec_inA, inA, 8);
1311 void * inA, * in local
[all...]
H A Dtest_isa_2_06_part3.c981 void * inA, * inB; local
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
999 void * inA, * inB; local
1005 inA = (void *)&spec_fargs[a_idx];
1008 memcpy(((void *)&vec_inA) + (i * 8), inA, 8);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1637 unsigned int * inA, * inB, * pv; local
1640 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
1645 memcpy(&vec_inA, inA, 8);
2000 unsigned int * inA, * inB, * dst; local
2007 inA = &viargs[startA];
2009 memcpy(&vec_inA, inA, sizeof(vector unsigned char));
2020 printf( " %08x %08x %08x %08x %s", inA[0], inA[1], inA[2], inA[
2067 unsigned int * inA, * inB, * dst; local
[all...]
H A Dtest_isa_2_06_part2.c1054 void * inA, * inB; local
1060 inA = (void *)&spec_sp_fargs[a_idx];
1063 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
1072 void * inA, * inB; local
1078 inA = (void *)&spec_fargs[a_idx];
1081 memcpy(((void *)&vec_inA) + (i * 8), inA, 8);
1218 void * inA, * inB; local
1224 inA = (void *)&spec_fargs[aTest.fra_idx];
1229 memcpy(&vec_inA, inA, 8);
1311 void * inA, * in local
[all...]
H A Dtest_isa_2_06_part3.c981 void * inA, * inB; local
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
999 void * inA, * inB; local
1005 inA = (void *)&spec_fargs[a_idx];
1008 memcpy(((void *)&vec_inA) + (i * 8), inA, 8);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c641 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB, argument
649 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
650 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
651 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
652 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[BPS * 3]);
658 // Combine inA and inB (we'll do two transforms in parallel).
750 // Separate the transforms of inA and inB.
/external/webp/src/dsp/
H A Denc_sse2.c641 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB, argument
649 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
650 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
651 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
652 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[BPS * 3]);
658 // Combine inA and inB (we'll do two transforms in parallel).
750 // Separate the transforms of inA and inB.

Completed in 274 milliseconds