/external/tcpdump/tests/ |
.gitignore | 3 DIFF
|
/external/valgrind/main/none/tests/s390x/ |
clcl.stdout.exp | 2 cc: 0, len1: 0, len2: 0, addr1 diff: 0, addr2 diff: 0 3 cc: 0, len1: 0, len2: 0, addr1 diff: 0, addr2 diff: 0 5 cc: 1, len1: 1, len2: 1, addr1 diff: 0, addr2 diff: 0 6 cc: 0, len1: 0, len2: 0, addr1 diff: 1, addr2 diff: 1 7 cc: 2, len1: 1, len2: 1, addr1 diff: 0, addr2 diff: [all...] |
mvcl.stdout.exp | 2 cc: 0, len1: 0, len2: 0, addr1 diff: 0, addr2 diff: 0 3 cc: 0, len1: 0, len2: 0, addr1 diff: 0, addr2 diff: 0 4 cc: 1, len1: 0, len2: 5, addr1 diff: 0, addr2 diff: 0 5 cc: 1, len1: 0, len2: 5, addr1 diff: 0, addr2 diff: 0 6 cc: 1, len1: 0, len2: 10, addr1 diff: 0, addr2 diff: [all...] |
/external/tcpdump/ |
.gitattributes | 8 *.cs diff=csharp 16 *.doc diff=astextplain 17 *.DOC diff=astextplain 18 *.docx diff=astextplain 19 *.DOCX diff=astextplain 20 *.dot diff=astextplain 21 *.DOT diff=astextplain 22 *.pdf diff=astextplain 23 *.PDF diff=astextplain 24 *.rtf diff=astextplai [all...] |
/external/clang/test/CodeGenCXX/ |
function-template-specialization.cpp | 3 T* next(T* ptr, const U& diff); 6 T* next(T* ptr, const U& diff) { 7 return ptr + diff; 10 void test(int *iptr, float *fptr, int diff) { 12 iptr = next(iptr, diff); 15 fptr = next(fptr, diff); 19 T* next(T* ptr, const U& diff); 21 void test2(int *iptr, double *dptr, int diff) { 22 iptr = next(iptr, diff); 25 dptr = next(dptr, diff); [all...] |
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
resample_by_2_internal.c | 34 int32_t tmp0, tmp1, diff; local 43 diff = tmp0 - state[1]; 45 diff = (diff + (1 << 13)) >> 14; 46 tmp1 = state[0] + diff * kResampleAllpass[1][0]; 48 diff = tmp1 - state[2]; 50 diff = diff >> 14; 51 if (diff < 0) 52 diff += 1 129 int32_t tmp0, tmp1, diff; local 203 int32_t tmp0, tmp1, diff; local 273 int32_t tmp0, tmp1, diff; local 343 int32_t tmp0, tmp1, diff; local 422 int32_t tmp0, tmp1, diff; local 555 int32_t tmp0, tmp1, diff; local [all...] |
resample_by_2.c | 28 // Return: state + ((diff * tbl_value) >> 16) 31 int32_t diff, 34 __asm __volatile ("smlawb %0, %1, %2, %3": "=r"(result): "r"(diff), 40 // Return: Return: state + (((diff << 1) * tbl_value) >> 32) 47 int32_t diff, 50 __asm __volatile ("smmla %0, %1, %2, %3": "=r"(result): "r"(diff << 1), 72 int32_t tmp1, tmp2, diff, in32, out32; local 87 diff = in32 - state1; 88 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); 90 diff = tmp1 - state2 130 int32_t tmp1, tmp2, diff, in32, out32; local [all...] |
/external/webrtc/src/common_audio/signal_processing/ |
resample_by_2_internal.c | 34 WebRtc_Word32 tmp0, tmp1, diff; local 43 diff = tmp0 - state[1]; 45 diff = (diff + (1 << 13)) >> 14; 46 tmp1 = state[0] + diff * kResampleAllpass[1][0]; 48 diff = tmp1 - state[2]; 50 diff = diff >> 14; 51 if (diff < 0) 52 diff += 1 129 WebRtc_Word32 tmp0, tmp1, diff; local 203 WebRtc_Word32 tmp0, tmp1, diff; local 273 WebRtc_Word32 tmp0, tmp1, diff; local 343 WebRtc_Word32 tmp0, tmp1, diff; local 422 WebRtc_Word32 tmp0, tmp1, diff; local 555 WebRtc_Word32 tmp0, tmp1, diff; local [all...] |
resample_by_2.c | 28 // Return: state + ((diff * tbl_value) >> 16) 31 WebRtc_Word32 diff, 34 __asm__("smlawb %0, %1, %2, %3": "=r"(result): "r"(diff), 40 // Return: Return: state + (((diff << 1) * tbl_value) >> 32) 47 WebRtc_Word32 diff, 50 __asm__("smmla %0, %1, %2, %3": "=r"(result): "r"(diff << 1), 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local 86 diff = in32 - state1; 87 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); 89 diff = tmp1 - state2 128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local [all...] |
/external/llvm/tools/llvm-diff/ |
CMakeLists.txt | 7 add_llvm_tool(llvm-diff 8 llvm-diff.cpp
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/ |
diffiSAC.txt | 4 diff ../dataqa350/i30_1DTMF_16kHz_long.pcm ../dataqa351/i30_1DTMF_16kHz_long.pcm 5 diff ../dataqa350/i60_1DTMF_16kHz_long.pcm ../dataqa351/i60_1DTMF_16kHz_long.pcm 6 diff ../dataqa350/i30_2DTMF_16kHz_long.pcm ../dataqa351/i30_2DTMF_16kHz_long.pcm 7 diff ../dataqa350/i60_2DTMF_16kHz_long.pcm ../dataqa351/i60_2DTMF_16kHz_long.pcm 8 diff ../dataqa350/i30_3DTMF_16kHz_long.pcm ../dataqa351/i30_3DTMF_16kHz_long.pcm 9 diff ../dataqa350/i60_3DTMF_16kHz_long.pcm ../dataqa351/i60_3DTMF_16kHz_long.pcm 10 diff ../dataqa350/i30_4DTMF_16kHz_long.pcm ../dataqa351/i30_4DTMF_16kHz_long.pcm 11 diff ../dataqa350/i60_4DTMF_16kHz_long.pcm ../dataqa351/i60_4DTMF_16kHz_long.pcm 12 diff ../dataqa350/i30_5DTMF_16kHz_long.pcm ../dataqa351/i30_5DTMF_16kHz_long.pcm 13 diff ../dataqa350/i60_5DTMF_16kHz_long.pcm ../dataqa351/i60_5DTMF_16kHz_long.pc [all...] |
diffiSACPLC.txt | 10 diff $OUTDIR1/outplc1.pcm $OUTDIR2/outplc1.pcm 11 diff $OUTDIR1/outplc2.pcm $OUTDIR2/outplc2.pcm 12 diff $OUTDIR1/outplc3.pcm $OUTDIR2/outplc3.pcm 13 diff $OUTDIR1/outplc4.pcm $OUTDIR2/outplc4.pcm 14 diff $OUTDIR1/outplc5.pcm $OUTDIR2/outplc5.pcm 15 diff $OUTDIR1/outplc6.pcm $OUTDIR2/outplc6.pcm
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
diffiSAC.txt | 4 diff ../dataqa350/i30_1DTMF_16kHz_long.pcm ../dataqa351/i30_1DTMF_16kHz_long.pcm 5 diff ../dataqa350/i60_1DTMF_16kHz_long.pcm ../dataqa351/i60_1DTMF_16kHz_long.pcm 6 diff ../dataqa350/i30_2DTMF_16kHz_long.pcm ../dataqa351/i30_2DTMF_16kHz_long.pcm 7 diff ../dataqa350/i60_2DTMF_16kHz_long.pcm ../dataqa351/i60_2DTMF_16kHz_long.pcm 8 diff ../dataqa350/i30_3DTMF_16kHz_long.pcm ../dataqa351/i30_3DTMF_16kHz_long.pcm 9 diff ../dataqa350/i60_3DTMF_16kHz_long.pcm ../dataqa351/i60_3DTMF_16kHz_long.pcm 10 diff ../dataqa350/i30_4DTMF_16kHz_long.pcm ../dataqa351/i30_4DTMF_16kHz_long.pcm 11 diff ../dataqa350/i60_4DTMF_16kHz_long.pcm ../dataqa351/i60_4DTMF_16kHz_long.pcm 12 diff ../dataqa350/i30_5DTMF_16kHz_long.pcm ../dataqa351/i30_5DTMF_16kHz_long.pcm 13 diff ../dataqa350/i60_5DTMF_16kHz_long.pcm ../dataqa351/i60_5DTMF_16kHz_long.pc [all...] |
diffiSACPLC.txt | 10 diff $OUTDIR1/outplc1.pcm $OUTDIR2/outplc1.pcm 11 diff $OUTDIR1/outplc2.pcm $OUTDIR2/outplc2.pcm 12 diff $OUTDIR1/outplc3.pcm $OUTDIR2/outplc3.pcm 13 diff $OUTDIR1/outplc4.pcm $OUTDIR2/outplc4.pcm 14 diff $OUTDIR1/outplc5.pcm $OUTDIR2/outplc5.pcm 15 diff $OUTDIR1/outplc6.pcm $OUTDIR2/outplc6.pcm
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
DC_2I_D16_TRC_WRA_01.c | 28 LVM_INT32 Diff; 37 Diff=*(pDataIn++)-(LeftDC>>16); 38 if (Diff > 32767) { 39 Diff = 32767; } 40 else if (Diff < -32768) { 41 Diff = -32768; } 42 *(pDataOut++)=(LVM_INT16)Diff; 43 if (Diff < 0) { 50 Diff=*(pDataIn++)-(RightDC>>16); 51 if (Diff > 32767) [all...] |
/external/icu/icu4c/source/i18n/ |
bocsu.cpp | 31 u_writeDiff(int32_t diff, uint8_t *p) { 32 if(diff>=SLOPE_REACH_NEG_1) { 33 if(diff<=SLOPE_REACH_POS_1) { 34 *p++=(uint8_t)(SLOPE_MIDDLE+diff); 35 } else if(diff<=SLOPE_REACH_POS_2) { 36 *p++=(uint8_t)(SLOPE_START_POS_2+(diff/SLOPE_TAIL_COUNT)); 37 *p++=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT); 38 } else if(diff<=SLOPE_REACH_POS_3) { 39 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT); 40 diff/=SLOPE_TAIL_COUNT [all...] |
/external/llvm/test/tools/llvm-cov/ |
llvm-cov.test | 13 RUN: llvm-cov test.c | diff -u test_no_options.output - 14 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov 15 RUN: diff -aub test_no_options.h.gcov test.h.gcov 20 RUN: llvm-cov -o objdir test.c | diff -u test_no_options.output - 21 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov 22 RUN: diff -aub test_objdir.h.gcov test.h.gcov 25 RUN: llvm-cov -o objdir/test.o test.c | diff -u test_no_options.output - 26 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov 27 RUN: diff -aub test_objdir.h.gcov test.h.gcov 30 RUN: llvm-cov -o objdir/test test.c | diff -u test_no_options.output [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/testdata/ |
.gitattributes | 2 *.png text diff -binary
|
/external/skia/gm/rebaseline_server/testdata/ |
.gitattributes | 2 *.png text diff -binary
|
/external/chromium_org/third_party/icu/source/i18n/ |
bocsu.c | 29 u_writeDiff(int32_t diff, uint8_t *p) { 30 if(diff>=SLOPE_REACH_NEG_1) { 31 if(diff<=SLOPE_REACH_POS_1) { 32 *p++=(uint8_t)(SLOPE_MIDDLE+diff); 33 } else if(diff<=SLOPE_REACH_POS_2) { 34 *p++=(uint8_t)(SLOPE_START_POS_2+(diff/SLOPE_TAIL_COUNT)); 35 *p++=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT); 36 } else if(diff<=SLOPE_REACH_POS_3) { 37 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT); 38 diff/=SLOPE_TAIL_COUNT [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBCtestscript.txt | 37 diff $OUTP/F00.BIT20 $INP/F00.BIT20 38 diff $OUTP/F01.BIT20 $INP/F01.BIT20 39 diff $OUTP/F02.BIT20 $INP/F02.BIT20 40 diff $OUTP/F03.BIT20 $INP/F03.BIT20 41 diff $OUTP/F04.BIT20 $INP/F04.BIT20 42 diff $OUTP/F05.BIT20 $INP/F05.BIT20 43 diff $OUTP/F06.BIT20 $INP/F06.BIT20 44 diff $OUTP/F00.OUT20 $INP/F00.OUT20 45 diff $OUTP/F01.OUT20 $INP/F01.OUT20 46 diff $OUTP/F02.OUT20 $INP/F02.OUT2 [all...] |
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 5 * http://code.google.com/p/google-diff-match-patch/ 33 import name.fraser.neil.plaintext.diff_match_patch.Diff; 50 // DIFF TEST FUNCTIONS 126 // First check that Diff equality works. 127 assertTrue("diff_charsToLines:", new Diff(EQUAL, "a").equals(new Diff(EQUAL, "a"))); 129 assertEquals("diff_charsToLines:", new Diff(EQUAL, "a"), new Diff(EQUAL, "a")); 132 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "\u0001\u0002\u0001"), new Diff(INSERT, "\u0002\u0001\u0002")) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_1_add_neon.asm | 32 ADD_DIFF_16x8 $diff 33 vqadd.u8 q8, q8, $diff 34 vqadd.u8 q9, q9, $diff 35 vqadd.u8 q10, q10, $diff 36 vqadd.u8 q11, q11, $diff 37 vqadd.u8 q12, q12, $diff 38 vqadd.u8 q13, q13, $diff 39 vqadd.u8 q14, q14, $diff 40 vqadd.u8 q15, q15, $diff 44 SUB_DIFF_16x8 $diff [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_1_add_neon.asm | 32 ADD_DIFF_16x8 $diff 33 vqadd.u8 q8, q8, $diff 34 vqadd.u8 q9, q9, $diff 35 vqadd.u8 q10, q10, $diff 36 vqadd.u8 q11, q11, $diff 37 vqadd.u8 q12, q12, $diff 38 vqadd.u8 q13, q13, $diff 39 vqadd.u8 q14, q14, $diff 40 vqadd.u8 q15, q15, $diff 44 SUB_DIFF_16x8 $diff [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct32x32_1_add_neon.asm | 32 ADD_DIFF_16x8 $diff 33 vqadd.u8 q8, q8, $diff 34 vqadd.u8 q9, q9, $diff 35 vqadd.u8 q10, q10, $diff 36 vqadd.u8 q11, q11, $diff 37 vqadd.u8 q12, q12, $diff 38 vqadd.u8 q13, q13, $diff 39 vqadd.u8 q14, q14, $diff 40 vqadd.u8 q15, q15, $diff 44 SUB_DIFF_16x8 $diff [all...] |