/external/webrtc/src/common_audio/signal_processing/ |
D | resample_by_2_internal.c | 34 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local 129 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2ShortToInt() local 203 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2ShortToInt() local 273 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToInt() local 343 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToShort() local 422 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2ShortToInt() local 555 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2IntToInt() local
|
D | resample_by_2.c | 31 WebRtc_Word32 diff, in MUL_ACCUM_1() 47 WebRtc_Word32 diff, in MUL_ACCUM_2() 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local 128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
|
/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 10 T* next(T* ptr, const U& diff) { in next() 14 void test(int *iptr, float *fptr, int diff) { in test() 25 void test2(int *iptr, double *dptr, int diff) { in test2()
|
/external/skia/tools/ |
D | skdiff_html.cpp | 79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count() 93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell() 99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell() 212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row() 287 DiffRecord* diff = differences[i]; in print_diff_page() local
|
/external/icu/icu4c/source/common/ |
D | ucnvbocu.cpp | 215 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument 218 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument 221 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument 285 packDiff(int32_t diff) { in packDiff() 398 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local 651 int32_t prev, c, diff; in _Bocu1FromUnicode() local 867 int32_t diff, count; in decodeBocu1LeadByte() local 947 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local 1169 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowProgressBar.java | 70 public void incrementProgressBy(int diff) { in incrementProgressBy() 75 public void incrementSecondaryProgressBy(int diff) { in incrementSecondaryProgressBy()
|
/external/skia/src/views/animated/ |
D | SkProgressBarView.cpp | 23 void SkProgressBarView::changeProgress(int diff) in changeProgress() 35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); in onDraw() local
|
/external/toybox/toys/pending/ |
D | diff.c | 58 struct diff { struct 59 long a, b, c, d, prev, suff; 366 static int *diff(char **files) in diff() function
|
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 83 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local 112 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local 159 const int diff = dst[j] - src[j]; in RunRoundTripErrorCheck() local 213 const int diff = dst[j] - src[j]; in RunExtremalCheck() local
|
D | partial_idct_test.cc | 125 const int diff = dst1[j] - dst2[j]; in TEST_P() local 189 const int diff = dst1[j] - dst2[j]; in TEST_P() local
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 42 int8_t diff = 0; in phOsalNfc_MemCompare() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 89 int diff = 0; in vp8_denoiser_filter_c() local 159 int diff = mc_running_avg_y[c] - sig[c]; in vp8_denoiser_filter_c() local 240 int diff = 0; in vp8_denoiser_filter_uv_c() local 300 int diff = mc_running_avg_uv[c] - sig[c]; in vp8_denoiser_filter_uv_c() local
|
/external/opencv/cvaux/src/ |
D | cvbgfg_acmmm2003.cpp | 258 int diff = abs( int(*rowStart1) - int(*rowStart2) ); in cvChangeDetection() local 302 int diff = abs( int(*rowStart1) - int(*rowStart2) ); in cvChangeDetection() local 500 float diff = 0; in icvUpdateFGDStatModel() local 608 float diff = 0; in icvUpdateFGDStatModel() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapsTest.java | 287 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local 297 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local 307 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local 419 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local 430 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local 441 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
|
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/impl/ |
D | RecursiveInitializationTest.java | 39 int diff = new Random().nextInt(10000); field in RecursiveInitializationTest
|
D | RecursiveAppender.java | 36 int diff = new Random().nextInt(); field in RecursiveAppender
|
/external/libvpx/libvpx/vp8/common/ |
D | invtrans.h | 28 static void eob_adjust(char *eobs, short *diff) in eob_adjust()
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/ |
D | NoBindingTest.java | 36 int diff = new Random().nextInt(10000); field in NoBindingTest
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | SICBlockCipher.java | 205 long diff = 1L << (8 * i); in adjustCounter() local 234 long diff = 1L << (8 * i); in adjustCounter() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetBOCU1.java | 208 private static boolean DIFF_IS_SINGLE(int diff){ in DIFF_IS_SINGLE() 213 private static int PACK_SINGLE_DIFF(int diff){ in PACK_SINGLE_DIFF() 218 private static boolean DIFF_IS_DOUBLE(int diff){ in DIFF_IS_DOUBLE() 235 int prev, c , diff; field in CharsetBOCU1.CharsetEncoderBOCU
|
/external/compiler-rt/test/asan/TestCases/ |
D | max_redzone.cc | 24 size_t diff = after - before; in main() local
|
/external/v8/test/cctest/ |
D | test-diy-fp.cc | 43 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); in TEST() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 350 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local 360 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local 370 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local 482 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local 493 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local 504 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local 142 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local 165 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local 304 IVec4 diff = abs(a - b); in computeSquaredDiffSum() local 507 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare() local 594 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare() local 678 const Vec4 diff = abs(reference - cmpPix); in floatThresholdCompare() local 763 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare() local
|
/external/valgrind/none/tests/s390x/ |
D | stck.c | 25 unsigned long start, end, diff; in main() local
|