/external/kernel-headers/original/asm-mips/ |
D | atomic.h | 54 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 …]
|
D | bitops.h | 62 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/ |
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/chromium/base/memory/ |
D | scoped_nsobject.h | 64 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/ |
D | WString.cpp | 153 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/ |
D | util.c | 44 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/ |
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/chromium/chrome/browser/cocoa/ |
D | scoped_authorizationref.h | 59 AuthorizationRef temp = that.authorization_; in swap() local 69 AuthorizationRef temp = authorization_; in release() local
|
/external/skia/include/utils/win/ |
D | SkTScopedComPtr.h | 52 T* temp = this->fPtr; in swap() local 58 T* temp = this->fPtr; in release() local
|
/external/chromium/base/mac/ |
D | scoped_cftyperef.h | 64 CFT temp = that.object_; in swap() local 73 CFT temp = object_; in release() local
|
/external/icu4c/test/intltest/ |
D | srchtest.cpp | 467 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/ |
D | base64.cc | 12 std::string temp; in Base64Encode() local 27 std::string temp; in Base64Decode() local
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | r1mpyq.h | 15 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/ |
D | cg7coll.c | 197 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++/ |
D | child_reader.cpp | 132 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/ |
D | scale.cpp | 352 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/ |
D | Math.java | 6 long temp = b; in gcd() local 15 int temp = b; in gcd() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stl_util-inl.h | 55 ForwardIterator temp = begin; in STLDeleteContainerPointers() local 57 delete *temp; in STLDeleteContainerPointers() local
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_dlssynth.c | 142 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
|
D | eas_wtsynth.c | 510 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/ |
D | splay-tree-inl.h | 118 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/ |
D | wire_format_lite_inl.h | 58 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/ |
D | eas_wtsynth.c | 506 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/ |
D | disk.c | 46 char temp [80]; in low_read() local 85 char temp [80]; in low_write() local
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 62 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
|