HomeSort by relevance Sort by last modified time
    Searched defs:src1 (Results 1 - 17 of 17) sorted by null

  /system/vold/tests/
VolumeManager_test.cpp 41 const char* src1 = ""; local
51 EXPECT_FALSE(VolumeManager::asecHash(src1, dst, sizeof(buffer)) == NULL)
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 37 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask)
41 x7 = src2 ^ src1; /* check odd/even combination */
42 if ((uint32)src2 >= (uint32)src1)
44 src1 = src2 - src1; /* subs */
48 src1 = src1 - src2;
50 x7 = x7 ^ src1; /* only odd bytes need to add carry */
53 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry *
190 EOR x7, src2, src1; \/* check odd\/even combination *\/ local
191 SUBS src1, src2, src1; local
192 EOR x7, x7, src1; local
196 ADD src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local
197 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local
209 EOR x7, src2, src1; \/* check odd\/even combination *\/ local
210 ADDS src1, src2, src1; local
211 EOR x7, x7, src1; \/* only odd bytes need to add carry *\/ local
214 SUB src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local
215 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local
    [all...]
  /external/jpeg/
jccolor.c 323 UINT32 src1 = *in++; local
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /external/v8/src/mips/
macro-assembler-mips.cc 115 Register src1, const Operand& src2) {
116 Branch(NegateCondition(cond), 2, src1, src2); local
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 559 const char* src1 = "http://user:pass@google.com/foo/bar.html?baz=query#ref"; local
560 WebCore::KURL kurl1(WebCore::ParsedURLString, src1);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask)
46 x7 = src2 ^ src1; /* check odd/even combination */
47 if ((uint32)src2 >= (uint32)src1)
49 src1 = src2 - src1; /* subs */
53 src1 = src1 - src2;
55 x7 = x7 ^ src1; /* only odd bytes need to add carry */
58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry *
195 EOR x7, src2, src1; \/* check odd\/even combination *\/ local
196 SUBS src1, src2, src1; local
197 EOR x7, x7, src1; local
201 ADD src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local
202 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local
214 EOR x7, src2, src1; \/* check odd\/even combination *\/ local
215 ADDS src1, src2, src1; local
216 EOR x7, x7, src1; \/* only odd bytes need to add carry *\/ local
219 SUB src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local
220 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local
    [all...]
motion_comp.cpp 1720 Int *src1, *src2; local
1798 Int *src1, *src2; local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 301 CompilationUnit src1 = new CompilationUnit("a.A", local
311 IApi api = convert(src1, src2);
338 CompilationUnit src1 = new CompilationUnit("a.A", local
348 IApi api = convert(src1, src2);
366 CompilationUnit src1 = new CompilationUnit("a.A", local
376 IApi api = convert(src1, src2);
420 CompilationUnit src1 = new CompilationUnit("a.A", local
428 IApi api = convert(src1, src2);
451 CompilationUnit src1 = new CompilationUnit("a.A", local
460 IApi api = convert(src1, src2);
478 CompilationUnit src1 = new CompilationUnit("a.A", local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
idnatest.c 675 const UChar* src1 = data[i]; local
676 int32_t src1Len = u_strlen(src1);
685 dest1Len = uidna_toASCII(src1, src1Len, dest1, dest1Len,UIDNA_DEFAULT, &ps, &status);
    [all...]
  /external/icu4c/test/cintltst/
idnatest.c 649 const UChar* src1 = data[i]; local
650 int32_t src1Len = u_strlen(src1);
659 dest1Len = uidna_toASCII(src1, src1Len, dest1, dest1Len,UIDNA_DEFAULT, &ps, &status);
    [all...]
  /external/qemu/audio/
fmodaudio.c 145 struct st_sample *src1 = hw->mix_buf + hw->rpos; local
156 hw->clip (dst, src1, src_len1);
dsoundaudio.c 450 st_sample_t *src1 = hw->mix_buf + hw->rpos; local
461 hw->clip (dst, src1, src_len1);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 161 NJ_UINT8 src1, src2, src3; local
166 /* src1 src2 src3 */
172 src1 = ( ( ( src_tmp[ 0 ] & 0x03 ) << 2 ) | ( ( src_tmp[ 1 ] & 0xc0 ) >> 6 ) ) + 1;
176 dst[ o + 0 ] = 0xf0 | ( ( src1 & 0x1c ) >> 2 );
177 dst[ o + 1 ] = 0x80 | ( ( src1 & 0x03 ) << 4 ) | ( ( src2 & 0xf0 ) >> 4 );
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 333 punpcklbw_r2r(mm5, mm0); /* low - 0A0R0G0B -> mm0(src1) */
338 psubw_r2r(mm2, mm0);/* src1 - dst1 -> mm0 */
456 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; local
476 src1 = *(__m64*)srcp; /* 2 x src -> src1(ARGBARGB) */
477 src2 = src1; /* 2 x src -> src2(ARGBARGB) */
484 dst1 = _mm_and_si64(dst1, src1); /* src & dst -> dst1 */
520 __m64 src1, src2, dst1, dst2, mm_alpha, mm_zero, dsta; local
559 src1 = *(__m64*)srcp; /* 2 x src -> src1(ARGBARGB)*
609 __m64 src1, dst1, mm_alpha, mm_zero, dmask; local
1709 __m64 src1, dst1, mm_alpha, mm_zero, dmask; local
2172 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; local
2306 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; local
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 929 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
942 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
949 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
956 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
963 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
971 RefPtr<RegisterID> src1 = generator.emitNodeForLeftHandSide(m_expr1, m_rightHasAssignments, m_expr2->isPure(generator)); local
1136 RefPtr<RegisterID> src1 = generator.emitGetScopedVar(generator.tempDestination(dst), depth, index, globalObject); local
1142 RefPtr<RegisterID> src1 = generator.tempDestination(dst); local
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 1180 JSValue src1 = stackFrame.args[0].jsValue(); local
1608 JSValue src1 = stackFrame.args[0].jsValue(); local
2033 JSValue src1 = stackFrame.args[0].jsValue(); local
2329 JSValue src1 = stackFrame.args[0].jsValue(); local
2359 JSValue src1 = stackFrame.args[0].jsValue(); local
2372 JSValue src1 = stackFrame.args[0].jsValue(); local
2398 JSValue src1 = stackFrame.args[0].jsValue(); local
2426 JSValue src1 = stackFrame.args[0].jsValue(); local
2553 JSValue src1 = stackFrame.args[0].jsValue(); local
2705 JSValue src1 = stackFrame.args[0].jsValue(); local
2726 JSValue src1 = stackFrame.args[0].jsValue(); local
2887 JSValue src1 = stackFrame.args[0].jsValue(); local
2913 JSValue src1 = stackFrame.args[0].jsValue(); local
    [all...]
JITOpcodes.cpp 913 unsigned src1 = currentInstruction[2].u.operand; local
965 unsigned src1 = currentInstruction[2].u.operand; local
1016 unsigned src1 = currentInstruction[2].u.operand; local
1047 unsigned src1 = currentInstruction[2].u.operand; local
1067 unsigned src1 = currentInstruction[2].u.operand; local
    [all...]

Completed in 945 milliseconds