Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 1305) sorted by relevance

12345678910>>...53

/external/lzma/C/
DSort.c8 #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/mesa3d/src/gallium/state_trackers/vega/
Dasm_fill.h44 struct ureg_dst *temp, in solid_fill()
77 struct ureg_dst *temp, in linear_grad()
101 struct ureg_dst *temp, in radial_grad()
138 struct ureg_dst *temp, in pattern()
168 struct ureg_dst *temp, in paint_degenerate()
181 struct ureg_dst *temp, in image_normal()
195 struct ureg_dst *temp, in image_multiply()
209 struct ureg_dst *temp, in image_stencil()
222 struct ureg_dst *temp, in color_transform()
241 struct ureg_dst *temp, in alpha_normal()
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h508 LOperand* temp) { in LWrapReceiver()
516 LOperand* temp() { return temps_[0]; } in temp() function
633 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI()
641 LOperand* temp() { return temps_[0]; } in temp() function
693 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
701 LOperand* temp() { return temps_[0]; } in temp() function
757 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
765 LOperand* temp() { return temps_[0]; } in temp() function
774 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI()
782 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/libtextclassifier/util/gtl/
Dstl_util.h31 auto temp = it; in STLDeleteElements() local
33 delete *temp; in STLDeleteElements() local
46 auto temp = it; in STLDeleteValues() local
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp470 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/guava/guava-testlib/src/com/google/common/testing/
DClusterException.java70 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/v8/src/crankshaft/x87/
Dlithium-x87.h522 LOperand* temp) { in LWrapReceiver()
530 LOperand* temp() { return temps_[0]; } in temp() function
647 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI()
655 LOperand* temp() { return temps_[0]; } in temp() function
707 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
715 LOperand* temp() { return temps_[0]; } in temp() function
771 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
779 LOperand* temp() { return temps_[0]; } in temp() function
788 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI()
796 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java174 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/v8/src/crankshaft/arm64/
Dlithium-arm64.h661 explicit LArgumentsElements(LOperand* temp) { in LArgumentsElements()
665 LOperand* temp() { return temps_[0]; } in temp() function
872 explicit LCheckInstanceType(LOperand* value, LOperand* temp) { in LCheckInstanceType()
878 LOperand* temp() { return temps_[0]; } in temp() function
893 LOperand* temp() { return temps_[0]; } in temp() function
998 explicit LCmpHoleAndBranchD(LOperand* object, LOperand* temp) { in LCmpHoleAndBranchD()
1004 LOperand* temp() { return temps_[0]; } in temp() function
1026 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch()
1032 LOperand* temp() { return temps_[0]; } in temp() function
1201 LDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LDivByConstI()
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h49 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/libtextclassifier/util/strings/
Dnumbers.cc28 char *temp; in ParseInt32() local
48 char *temp; in ParseInt64() local
56 char *temp; in ParseDouble() local
/external/libcups/cups/
Dhash.c128 unsigned char temp[CC_SHA512_DIGEST_LENGTH]; in cupsHashData() local
149 unsigned char temp[CC_SHA512_DIGEST_LENGTH]; in cupsHashData() local
171 unsigned char temp[64]; /* Temporary hash buffer */ in cupsHashData() local
/external/libchrome/base/
Dstl_util.h42 ForwardIterator temp = begin; in STLDeleteContainerPointers() local
44 delete *temp; in STLDeleteContainerPointers() local
59 ForwardIterator temp = begin; in STLDeleteContainerPairPointers() local
73 ForwardIterator temp = begin; in STLDeleteContainerPairFirstPointers() local
87 ForwardIterator temp = begin; in STLDeleteContainerPairSecondPointers() local
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp99 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); in Clone() local
118 CFX_ArrayTemplate<int32_t> temp; in AddOrSubtract() local
134 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); in AddOrSubtract() local
162 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); in Multiply() local
181 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); in Multiply() local
204 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); in MultiplyByMonomial() local
/external/libgsm/src/
Dlpc.c36 word temp, smax, scalauto; variable
183 register word temp; variable
257 register word temp; variable
291 register word temp; variable
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m60 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/icu/icu4c/source/test/cintltst/
Dcg7coll.c204 UChar temp[sizeof(rules)]; in TestDemo1() local
235 UChar temp[sizeof(rules)]; in TestDemo2() local
264 UChar temp[sizeof(rules)]; in TestDemo3() local
294 UChar temp[sizeof(rules)]; in TestDemo4() local
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_arm64_gcc.h56 int32_t temp; in NoBarrier_CompareAndSwap() local
80 int32_t temp; in NoBarrier_AtomicExchange() local
100 int32_t temp; in NoBarrier_AtomicIncrement() local
192 int32_t temp; in NoBarrier_CompareAndSwap() local
216 int32_t temp; in NoBarrier_AtomicExchange() local
236 int32_t temp; in NoBarrier_AtomicIncrement() local
/external/aac/libFDK/src/
Dscale.cpp352 SHORT temp, maxVal = 0; in getScalefactorShort() local
379 INT_PCM temp, maxVal = 0; in getScalefactorPCM() local
405 SHORT temp, maxVal = 0; in getScalefactorShort() local
433 FIXP_DBL temp, maxVal = (FIXP_DBL)0; in getScalefactor() local
451 SHORT temp, maxVal = (FIXP_SGL)0; in getScalefactor() local
/external/webp/src/dsp/
Dupsampling_msa.c333 uint8_t temp[3 * 16] = { 0 }; in YuvToRgbLine() local
339 uint8_t temp[3 * 8] = { 0 }; in YuvToRgbLine() local
360 uint8_t temp[3 * 16] = { 0 }; in YuvToBgrLine() local
366 uint8_t temp[3 * 8] = { 0 }; in YuvToBgrLine() local
388 uint8_t temp[4 * 16] = { 0 }; in YuvToRgbaLine() local
394 uint8_t temp[4 * 8] = { 0 }; in YuvToRgbaLine() local
416 uint8_t temp[4 * 16] = { 0 }; in YuvToBgraLine() local
422 uint8_t temp[4 * 8] = { 0 }; in YuvToBgraLine() local
444 uint8_t temp[4 * 16] = { 0 }; in YuvToArgbLine() local
450 uint8_t temp[4 * 8] = { 0 }; in YuvToArgbLine() local
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c142 EAS_I32 temp; in DLS_UpdatePhaseInc() local
187 EAS_I32 temp; in DLS_UpdateGain() local
250 EAS_I32 temp; in DLS_UpdateFilter() local
385 EAS_I32 temp; in DLS_UpdateVoice() local
469 EAS_I32 temp; in DLS_UpdateEnvelope() local
Deas_wtsynth.c519 EAS_I32 temp; in WT_UpdateVoice() local
637 EAS_I32 temp; in WT_UpdatePhaseInc() local
748 EAS_I32 temp; in WT_UpdateGain() local
802 EAS_I32 temp; in WT_UpdateEG1() local
895 EAS_I32 temp; in WT_UpdateEG2() local
1249 EAS_I32 temp; in WT_SetFilterCoeffs() local
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h64 uint32 temp; variable
73 uint64 temp; variable
94 uint32 temp; variable
103 uint64 temp; variable
124 uint32 temp; variable
133 uint64 temp; variable
142 uint32 temp; variable
151 uint64 temp; variable
160 uint64 temp; variable
169 uint32 temp; variable
[all …]
/external/libmicrohttpd/src/microspdy/
Dstructures.c63 struct SPDY_NameValue *temp; in SPDY_name_value_add() local
194 struct SPDY_NameValue *temp = container; in SPDY_name_value_lookup() local
221 struct SPDY_NameValue *temp = container; in SPDY_name_value_destroy() local
243 struct SPDY_NameValue *temp = container; in SPDY_name_value_iterate() local
465 int32_t temp; in SPDYF_name_value_to_stream() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c63 unsigned temp = rc_find_free_temporary(&compiler->Base); in scale_texcoords() local
86 unsigned temp = rc_find_free_temporary(&compiler->Base); in projective_divide() local
302 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local
411 unsigned temp = rc_find_free_temporary(c); in radeonTransformTEX() local

12345678910>>...53