Home
last modified time | relevance | path

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

12345678910>>...30

/external/kernel-headers/original/asm-mips/
Datomic.h54 unsigned long temp; in atomic_add() local
66 unsigned long temp; in atomic_add() local
99 unsigned long temp; in atomic_sub() local
111 unsigned long temp; in atomic_sub() local
144 unsigned long temp; in atomic_add_return() local
158 unsigned long temp; in atomic_add_return() local
196 unsigned long temp; in atomic_sub_return() local
210 unsigned long temp; in atomic_sub_return() local
256 unsigned long temp; in atomic_sub_if_positive() local
274 unsigned long temp; in atomic_sub_if_positive() local
[all …]
Dbitops.h62 unsigned long temp; in set_bit() local
127 unsigned long temp; in clear_bit() local
207 unsigned long temp; in change_bit() local
220 unsigned long temp; in change_bit() local
265 unsigned long temp; in test_and_set_bit() local
280 unsigned long temp; in test_and_set_bit() local
333 unsigned long temp; in test_and_set_bit_lock() local
348 unsigned long temp; in test_and_set_bit_lock() local
402 unsigned long temp; in test_and_clear_bit() local
419 unsigned long temp; in test_and_clear_bit() 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/chromium/base/memory/
Dscoped_nsobject.h64 NST* temp = that.object_; in swap() local
73 NST* temp = object_; in release() local
137 id temp = that.object_; in swap() local
146 id temp = object_; in release() local
/external/arduino/hardware/arduino/cores/arduino/
DWString.cpp153 char *temp = (char *)realloc(_buffer, _length + 1); in operator +=() local
240 char* temp = theReturn._buffer; in replace() local
250 String temp = _buffer, newString; in replace() local
273 const char* temp = strchr( &_buffer[fromIndex], ch ); in indexOf() local
310 char* temp = strrchr( _buffer, ch ); in lastIndexOf() local
331 char temp = s2[ 0 ]; in lastIndexOf() local
366 int temp = right; in substring() local
376 char temp = _buffer[ right ]; // save the replaced character in substring() local
385 String temp = _buffer; in toLowerCase() local
394 String temp = _buffer; in toUpperCase() local
[all …]
/external/qemu/android/avd/
Dutil.c44 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in path_getSdkRoot() local
86 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in path_getRootIniPath() local
103 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in path_getSdkHome() local
118 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in _getAvdContentPath() local
145 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in _getAvdTargetArch() local
180 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in _getSystemProperty() local
230 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in _getBuildProperty() 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/chromium/chrome/browser/cocoa/
Dscoped_authorizationref.h59 AuthorizationRef temp = that.authorization_; in swap() local
69 AuthorizationRef temp = authorization_; in release() local
/external/skia/include/utils/win/
DSkTScopedComPtr.h52 T* temp = this->fPtr; in swap() local
58 T* temp = this->fPtr; in release() local
/external/chromium/base/mac/
Dscoped_cftyperef.h64 CFT temp = that.object_; in swap() local
73 CFT temp = object_; in release() local
/external/icu4c/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 …]
/external/chromium/base/
Dbase64.cc12 std::string temp; in Base64Encode() local
27 std::string temp; in Base64Decode() 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/icu4c/test/cintltst/
Dcg7coll.c197 UChar temp[sizeof(rules)]; in TestDemo1() local
228 UChar temp[sizeof(rules)]; in TestDemo2() local
257 UChar temp[sizeof(rules)]; in TestDemo3() local
287 UChar temp[sizeof(rules)]; in TestDemo4() local
/external/oprofile/libutil++/
Dchild_reader.cpp132 ssize_t temp = read(fd1, buf1, PIPE_BUF); in block_read() local
145 ssize_t temp = read(fd2, buf2 + end2, sz_buf2 - end2); in block_read() local
171 int temp = end2; in getline() 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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DMath.java6 long temp = b; in gcd() local
15 int temp = b; in gcd() local
/external/protobuf/src/google/protobuf/stubs/
Dstl_util-inl.h55 ForwardIterator temp = begin; in STLDeleteContainerPointers() local
57 delete *temp; in STLDeleteContainerPointers() 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
Deas_wtsynth.c510 EAS_I32 temp; in WT_UpdateVoice() local
617 EAS_I32 temp; in WT_UpdatePhaseInc() local
728 EAS_I32 temp; in WT_UpdateGain() local
782 EAS_I32 temp; in WT_UpdateEG1() local
875 EAS_I32 temp; in WT_UpdateEG2() local
1229 EAS_I32 temp; in WT_SetFilterCoeffs() local
/external/v8/src/
Dsplay-tree-inl.h118 Node* temp = root_; in FindGreatestLessThan() local
142 Node* temp = root_; in FindLeastGreaterThan() local
246 Node* temp = current->left_; in Splay() local
262 Node* temp = current->right_; in Splay() local
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h58 uint32 temp; variable
67 uint64 temp; variable
88 uint32 temp; variable
97 uint64 temp; variable
118 uint32 temp; variable
127 uint64 temp; variable
136 uint32 temp; variable
145 uint64 temp; variable
154 uint32 temp; variable
163 uint32 temp; variable
[all …]
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtsynth.c506 EAS_I32 temp; in WT_UpdateVoice() local
611 EAS_I32 temp; in WT_UpdatePhaseInc() local
722 EAS_I32 temp; in WT_UpdateGain() local
776 EAS_I32 temp; in WT_UpdateEG1() local
869 EAS_I32 temp; in WT_UpdateEG2() local
1223 EAS_I32 temp; in WT_SetFilterCoeffs() local
/external/e2fsprogs/ext2ed/
Ddisk.c46 char temp [80]; in low_read() local
85 char temp [80]; in low_write() local
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd in pasin() local
76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd in pasin() local

12345678910>>...30