/external/lzma/C/ |
D | Sort.c | 8 #define HeapSortDown(p, k, size, temp) \ argument 26 UInt32 temp = p[i]; in HeapSort() local 44 UInt32 temp = p[size]; in HeapSort() local 51 UInt32 temp = p[size]; in HeapSort() local 72 UInt64 temp = p[i]; in HeapSort64() local 90 UInt64 temp = p[size]; in HeapSort64() local 97 UInt64 temp = p[size]; in HeapSort64() local
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 109 uint32 temp = 0; variable 119 uint32 temp = 0; variable 129 uint64 temp = 0; variable 139 uint32 temp = 0; variable 163 uint64 temp = 0; variable 173 uint32 temp = 0; variable 183 uint64 temp = 0; variable 193 uint32 temp; variable 204 uint32 temp; variable 215 protobuf_uint64 temp; variable [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | fft_avx2.c | 33 void aom_fft8x8_float_avx2(const float *input, float *temp, float *output) { in aom_fft8x8_float_avx2() 38 void aom_fft16x16_float_avx2(const float *input, float *temp, float *output) { in aom_fft16x16_float_avx2() 43 void aom_fft32x32_float_avx2(const float *input, float *temp, float *output) { in aom_fft32x32_float_avx2() 59 void aom_ifft8x8_float_avx2(const float *input, float *temp, float *output) { in aom_ifft8x8_float_avx2() 64 void aom_ifft16x16_float_avx2(const float *input, float *temp, float *output) { in aom_ifft16x16_float_avx2() 70 void aom_ifft32x32_float_avx2(const float *input, float *temp, float *output) { in aom_ifft32x32_float_avx2()
|
D | fft_sse2.c | 117 void aom_fft4x4_float_sse2(const float *input, float *temp, float *output) { in aom_fft4x4_float_sse2() 122 void aom_fft8x8_float_sse2(const float *input, float *temp, float *output) { in aom_fft8x8_float_sse2() 127 void aom_fft16x16_float_sse2(const float *input, float *temp, float *output) { in aom_fft16x16_float_sse2() 132 void aom_fft32x32_float_sse2(const float *input, float *temp, float *output) { in aom_fft32x32_float_sse2() 147 void aom_ifft4x4_float_sse2(const float *input, float *temp, float *output) { in aom_ifft4x4_float_sse2() 152 void aom_ifft8x8_float_sse2(const float *input, float *temp, float *output) { in aom_ifft8x8_float_sse2() 157 void aom_ifft16x16_float_sse2(const float *input, float *temp, float *output) { in aom_ifft16x16_float_sse2() 163 void aom_ifft32x32_float_sse2(const float *input, float *temp, float *output) { in aom_ifft32x32_float_sse2()
|
/external/libaom/libaom/aom_dsp/ |
D | fft.c | 58 void aom_fft_2d_gen(const float *input, float *temp, float *output, int n, in aom_fft_2d_gen() 89 void aom_fft2x2_float_c(const float *input, float *temp, float *output) { in aom_fft2x2_float_c() 94 void aom_fft4x4_float_c(const float *input, float *temp, float *output) { in aom_fft4x4_float_c() 99 void aom_fft8x8_float_c(const float *input, float *temp, float *output) { in aom_fft8x8_float_c() 104 void aom_fft16x16_float_c(const float *input, float *temp, float *output) { in aom_fft16x16_float_c() 109 void aom_fft32x32_float_c(const float *input, float *temp, float *output) { in aom_fft32x32_float_c() 114 void aom_ifft_2d_gen(const float *input, float *temp, float *output, int n, in aom_ifft_2d_gen() 196 void aom_ifft2x2_float_c(const float *input, float *temp, float *output) { in aom_ifft2x2_float_c() 201 void aom_ifft4x4_float_c(const float *input, float *temp, float *output) { in aom_ifft4x4_float_c() 206 void aom_ifft8x8_float_c(const float *input, float *temp, float *output) { in aom_ifft8x8_float_c() [all …]
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ClusterException.java | 70 ArrayList<Throwable> temp = new ArrayList<Throwable>(); in ClusterException() local 79 ArrayList<Throwable> temp = new ArrayList<Throwable>(); in create() local 113 Throwable temp = exceptions.iterator().next(); in create() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LanguageGroup.java | 47 add(temp, root, "root"); in add() argument 48 …add(temp, germanic, "en", "fy", "nl", "af", "de", "gsw", "wae", "ksh", "lb", "sv", "da", "nb", "nn… in add() argument 49 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br"); in add() argument 50 add(temp, romance, "fr", "pt", "gl", "es", "ca", "ast", "it", "rm", "ro"); in add() argument 51 add(temp, slavic, "pl", "cs", "sk", "sl", "hr", "bs", "mk", "sr", "bg", "ru", "be", "uk"); in add() argument 52 add(temp, baltic, "lt", "lv"); in add() argument 53 add(temp, other_indo, "el", "hy", "sq", "fa", "ps", "os"); in add() argument 54 add(temp, indic, "ur", "hi", "gu", "sd", "bn", "as", "ccp", "or", "mr", "ne", "pa", "si"); in add() argument 55 add(temp, dravidian, "ta", "te", "ml", "kn"); in add() argument 56 add(temp, cjk, "zh", "yue", "ja", "ko"); in add() argument [all …]
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_buffer.c | 145 unsigned temp[4]; in sp_tgsi_store() local 172 unsigned temp[4]; in handle_op_uint() local 188 unsigned temp = sdata[c]; in handle_op_uint() local 195 unsigned temp = sdata[c]; in handle_op_uint() local 205 unsigned temp = sdata[c]; in handle_op_uint() local 212 unsigned temp = sdata[c]; in handle_op_uint() local 219 unsigned temp = sdata[c]; in handle_op_uint() local 226 unsigned temp = sdata[c]; in handle_op_uint() local 270 unsigned temp[4]; in handle_op_uint() local
|
/external/u-boot/arch/m68k/lib/ |
D | cache.c | 52 u32 temp = 0; in icache_disable() local 72 u32 temp; in icache_invalid() local 104 u32 temp = 0; in dcache_disable() local 124 u32 temp; in dcache_invalid() local
|
/external/libtextclassifier/utils/strings/ |
D | numbers.cc | 28 char *temp; in ParseInt32() local 48 char *temp; in ParseInt64() local 56 char *temp; in ParseDouble() local
|
/external/u-boot/arch/x86/cpu/quark/ |
D | mrc_util.c | 142 uint32_t temp; in set_rcvn() local 216 uint32_t temp; in get_rcvn() local 266 uint32_t temp; in set_rdqs() local 302 uint32_t temp; in get_rdqs() local 336 uint32_t temp; in set_wdqs() local 410 uint32_t temp; in get_wdqs() local 460 uint32_t temp; in set_wdq() local 534 uint32_t temp; in get_wdq() local 581 uint32_t temp; in set_wcmd() local 653 uint32_t temp; in get_wcmd() local [all …]
|
/external/libtextclassifier/lang_id/common/ |
D | stl-util.h | 34 auto temp = it; in STLDeleteElements() local 36 delete *temp; in STLDeleteElements() local
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 49 ForwardIterator temp = begin; in STLDeleteContainerPointers() local 51 delete *temp; in STLDeleteContainerPointers() local 66 ForwardIterator temp = begin; in STLDeleteContainerPairPointers() local 80 ForwardIterator temp = begin; in STLDeleteContainerPairFirstPointers() local 94 ForwardIterator temp = begin; in STLDeleteContainerPairSecondPointers() local
|
/external/libgsm/src/ |
D | lpc.c | 36 word temp, smax, scalauto; variable 183 register word temp; variable 257 register word temp; variable 291 register word temp; variable
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 174 File temp = createTempFile(); in testWriteString() local 180 File temp = createTempFile(); in testWriteBytes() local 193 File temp = createTempFile(); in testAppendString() local 218 File temp = createTempFile(); in testCopyFile() local 237 File temp = createTempFile(); in testCopySameFile() local 262 File temp = createTempFile(); in testEqual() local 306 File temp = createTempFile(); in testNewWriter() local 331 File temp = createTempFile(); in testTouch() local 355 File temp = createTempFile(); in testTouchTime() local 416 File temp = Files.createTempDir(); in testCreateTempDir() local [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 470 UChar temp[128]; in assertEqual() local 527 UChar temp[128]; in assertCanonicalEqual() local 580 UChar temp[128]; in assertEqualWithAttribute() local 629 UnicodeString temp("a"); in TestOpenClose() local 744 UnicodeString temp("a"); in TestInitialization() local 873 UChar temp[128]; in TestBreakIterator() local 1006 UChar temp[128]; in TestOverlap() local 1050 UChar temp[128]; in TestCollator() local 1114 UChar temp[512]; in TestPattern() local 1210 UChar temp[128]; in TestText() local [all …]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_coalesce_ff_writes.c | 48 uint32_t temp = inst->src[i].index; in qir_opt_coalesce_ff_writes() local 66 uint32_t temp = mov_inst->src[0].index; in qir_opt_coalesce_ff_writes() local
|
/external/u-boot/arch/arm/include/asm/ |
D | utils.h | 13 u32 temp = n; in log_2_n_round_up() local 29 u32 temp = n; in log_2_n_round_down() local
|
/external/toybox/toys/other/ |
D | tac.c | 25 struct arg_list *temp; in do_tac() local 38 struct arg_list *temp = list->next; in do_tac() local
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | parse_delay_file.m | 60 temp = [3; 0]; variable 64 temp = fread(fid, [2 M], '*int32'); variable 130 temp = fread(fid, 1, 'int32'); variable 136 temp = fread(fid, 1, 'int32'); variable 142 temp = fread(fid, 1, 'int32'); variable
|
/external/libcups/cups/ |
D | hash.c | 147 unsigned char temp[CC_SHA512_DIGEST_LENGTH]; in cupsHashData() local 168 unsigned char temp[CC_SHA512_DIGEST_LENGTH]; in cupsHashData() local 190 unsigned char temp[64]; /* Temporary hash buffer */ in cupsHashData() local
|
/external/v8/tools/clang/rewrite_scoped_refptr/tests/ |
D | test6-expected.cc | 18 scoped_refptr<Foo> temp(foo); in ExpectsScopedPtr() local 22 scoped_refptr<Bar> temp(new Bar); in CallExpectsScopedPtrWithBar() local
|
D | test5-original.cc | 17 Foo* temp = foo; in ExpectsRawFooPtr() local 21 scoped_refptr<Bar> temp(new Bar); in CallExpectsRawFooPtrWithBar() local
|
D | test5-expected.cc | 17 Foo* temp = foo; in ExpectsRawFooPtr() local 21 scoped_refptr<Bar> temp(new Bar); in CallExpectsRawFooPtrWithBar() local
|
D | test6-original.cc | 18 scoped_refptr<Foo> temp(foo); in ExpectsScopedPtr() local 22 scoped_refptr<Bar> temp(new Bar); in CallExpectsScopedPtrWithBar() local
|