Home
last modified time | relevance | path

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

12345678910>>...38

/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/ceres-solver/internal/ceres/
Dstl_util.h52 ForwardIterator temp = begin; in STLDeleteContainerPointers() local
54 delete *temp; in STLDeleteContainerPointers() local
66 ForwardIterator temp = begin; in STLDeleteUniqueContainerPointers() local
68 delete *temp; in STLDeleteUniqueContainerPointers() local
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java175 File temp = createTempFile(); in testCopyCharacters() local
180 Files.copy(Files.asCharSource(i18nFile, Charsets.UTF_8), temp, in testCopyCharacters() local
190 File temp = createTempFile(); in testWriteString() local
196 File temp = createTempFile(); in testWriteBytes() local
209 File temp = createTempFile(); in testAppendString() local
234 File temp = createTempFile(); in testCopyToByteSink() local
241 File temp = createTempFile(); in testCopyFromByteSource() local
242 Files.copy(Files.asByteSource(i18nFile), temp); in testCopyFromByteSource() local
248 File temp = createTempFile(); in testCopyFile() local
267 File temp = createTempFile(); in testCopySameFile() 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/ia32/
Dlithium-ia32.h561 LOperand* temp) { in LWrapReceiver()
569 LOperand* temp() { return temps_[0]; } in temp() function
685 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI()
693 LOperand* temp() { return temps_[0]; } in temp() function
745 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
753 LOperand* temp() { return temps_[0]; } in temp() function
809 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
817 LOperand* temp() { return temps_[0]; } in temp() function
826 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI()
834 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp467 UChar temp[128]; in assertEqual() local
524 UChar temp[128]; in assertCanonicalEqual() local
577 UChar temp[128]; in assertEqualWithAttribute() local
626 UnicodeString temp("a"); in TestOpenClose() local
741 UnicodeString temp("a"); in TestInitialization() local
870 UChar temp[128]; in TestBreakIterator() local
1003 UChar temp[128]; in TestOverlap() local
1047 UChar temp[128]; in TestCollator() local
1111 UChar temp[512]; in TestPattern() local
1207 UChar temp[128]; in TestText() local
[all …]
Dlocnmtst.cpp90 UnicodeString temp; in TestCreate() local
98 UnicodeString temp; in TestCreateDialect() local
106 UnicodeString temp; in TestWithKeywordsAndEverything() local
117 UnicodeString temp; in TestCurrencyKeyword() local
127 UnicodeString temp; in TestUnknownCurrencyKeyword() local
137 UnicodeString temp; in TestUntranslatedKeywords() local
147 UnicodeString temp; in TestPrivateUse() local
379 UnicodeString temp; in TestRootEtc() local
/external/v8/src/x87/
Dlithium-x87.h579 LOperand* temp) { in LWrapReceiver()
587 LOperand* temp() { return temps_[0]; } in temp() function
703 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI()
711 LOperand* temp() { return temps_[0]; } in temp() function
763 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
771 LOperand* temp() { return temps_[0]; } in temp() function
827 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
835 LOperand* temp() { return temps_[0]; } in temp() function
844 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI()
852 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/selinux/libsemanage/src/
Dutilities.c80 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split_on_space() local
108 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split() local
139 semanage_list_t *temp = NULL; in semanage_list_push() local
179 semanage_list_t *temp; in semanage_list_destroy() local
201 semanage_list_t *temp = NULL; in semanage_list_sort() local
275 semanage_list_t *temp = malloc(sizeof(semanage_list_t)); in list_addafter_controlmem() 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/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DBNF.java83 String temp = showDiff(ruleSet, variables); in complete() local
95 String temp = showDiff(ruleSet, variables); in complete() local
127 Set temp = new HashSet(); in showDiff() local
161 Object temp = map.get(s); in addPick() local
233 Pick temp = getAlternation(); in getCore() local
271 Pick temp = getSequence(); in getAlternation() local
/external/v8/src/arm64/
Dlithium-arm64.h687 explicit LArgumentsElements(LOperand* temp) { in LArgumentsElements()
691 LOperand* temp() { return temps_[0]; } in temp() function
953 explicit LCheckInstanceType(LOperand* value, LOperand* temp) { in LCheckInstanceType()
959 LOperand* temp() { return temps_[0]; } in temp() function
974 LOperand* temp() { return temps_[0]; } in temp() function
1106 explicit LCmpHoleAndBranchD(LOperand* object, LOperand* temp) { in LCmpHoleAndBranchD()
1112 LOperand* temp() { return temps_[0]; } in temp() function
1134 LCmpMapAndBranch(LOperand* value, LOperand* temp) { in LCmpMapAndBranch()
1140 LOperand* temp() { return temps_[0]; } in temp() function
1185 LCompareMinusZeroAndBranch(LOperand* value, LOperand* temp) { in LCompareMinusZeroAndBranch()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcg7coll.c202 UChar temp[sizeof(rules)]; in TestDemo1() local
233 UChar temp[sizeof(rules)]; in TestDemo2() local
262 UChar temp[sizeof(rules)]; in TestDemo3() local
292 UChar temp[sizeof(rules)]; in TestDemo4() local
/external/v8/src/mips64/
Dlithium-mips64.h721 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
729 LOperand* temp() { return temps_[0]; } in temp() function
757 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
765 LOperand* temp() { return temps_[0]; } in temp() function
854 LMathFloor(LOperand* value, LOperand* temp) { in LMathFloor()
860 LOperand* temp() { return temps_[0]; } in temp() function
869 LMathRound(LOperand* value, LOperand* temp) { in LMathRound()
875 LOperand* temp() { return temps_[0]; } in temp() function
967 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf()
973 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/v8/src/mips/
Dlithium-mips.h722 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
730 LOperand* temp() { return temps_[0]; } in temp() function
758 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
766 LOperand* temp() { return temps_[0]; } in temp() function
855 LMathFloor(LOperand* value, LOperand* temp) { in LMathFloor()
861 LOperand* temp() { return temps_[0]; } in temp() function
870 LMathRound(LOperand* value, LOperand* temp) { in LMathRound()
876 LOperand* temp() { return temps_[0]; } in temp() function
968 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf()
974 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/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/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/toybox/toys/other/
Dtac.c25 struct arg_list *temp; in do_tac() local
38 struct arg_list *temp = list->next; in do_tac() local
/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
/external/mockito/src/org/mockito/internal/progress/
DMockingProgressImpl.java35 IOngoingStubbing temp = iOngoingStubbing; in pullOngoingStubbing() local
58 VerificationMode temp = verificationMode.getObject(); in pullVerificationMode() local
73 Location temp = stubbingInProgress; in validateState() local
/external/v8/src/base/
Datomicops_internals_arm64_gcc.h29 int32_t temp; in NoBarrier_CompareAndSwap() local
53 int32_t temp; in NoBarrier_AtomicExchange() local
73 int32_t temp; in NoBarrier_AtomicIncrement() local
179 int32_t temp; in NoBarrier_CompareAndSwap() local
203 int32_t temp; in NoBarrier_AtomicExchange() local
223 int32_t temp; in NoBarrier_AtomicIncrement() 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
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dr1mpyq.h15 Scalar temp = v_givens[j].c() * a[i+m*j] - v_givens[j].s() * a[i+m*(n-1)]; in r1mpyq() local
22 Scalar temp = w_givens[j].c() * a[i+m*j] + w_givens[j].s() * a[i+m*(n-1)]; in r1mpyq() local
/external/v8/src/arm/
Dlithium-arm.h670 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI()
679 LOperand* temp() { return temps_[0]; } in temp() function
725 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
733 LOperand* temp() { return temps_[0]; } in temp() function
761 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
769 LOperand* temp() { return temps_[0]; } in temp() function
781 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
789 LOperand* temp() { return temps_[0]; } in temp() function
891 LMathRound(LOperand* value, LOperand* temp) { in LMathRound()
897 LOperand* temp() { return temps_[0]; } in temp() function
[all …]
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h62 uint32 temp; variable
71 uint64 temp; variable
92 uint32 temp; variable
101 uint64 temp; variable
122 uint32 temp; variable
131 uint64 temp; variable
140 uint32 temp; variable
149 uint64 temp; variable
158 uint64 temp; variable
167 uint32 temp; variable
[all …]

12345678910>>...38