Searched refs:_temp (Results 1 – 12 of 12) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | PercentPrinter.cpp | 37 char *start = _temp.GetBuf(num + 2); in ClosePrint() 43 char *start = _temp.GetBuf(num * 3); in ClosePrint() 51 _temp.ReleaseBuf_SetLen((unsigned)(p - start)); in ClosePrint() 52 *_so << _temp; in ClosePrint() 146 StdOut_Convert_UString_to_AString(_tempU, _temp); in Print() 147 if (_s.Len() + _temp.Len() > MaxLen) in Print() 160 StdOut_Convert_UString_to_AString(_tempU, _temp); in Print() 161 if (_s.Len() + _temp.Len() <= MaxLen) in Print() 165 _temp.Empty(); in Print() 167 _s += _temp; in Print()
|
D | PercentPrinter.h | 35 AString _temp; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-intrinsic.ll | 22 ; ARM64: adrp x8, _temp@GOTPAGE 23 ; ARM64: ldr x0, [x8, _temp@GOTPAGEOFF] 36 ; ARM64: adrp x8, _temp@GOTPAGE 37 ; ARM64: ldr x0, [x8, _temp@GOTPAGEOFF] 50 ; ARM64: adrp x8, _temp@GOTPAGE 51 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] 67 ; ARM64: adrp x8, _temp@GOTPAGE 68 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] 84 ; ARM64: adrp x8, _temp@GOTPAGE 85 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-intrinsic.ll | 22 ; ARM64: adrp x8, _temp@GOTPAGE 23 ; ARM64: ldr x0, [x8, _temp@GOTPAGEOFF] 36 ; ARM64: adrp x8, _temp@GOTPAGE 37 ; ARM64: ldr x0, [x8, _temp@GOTPAGEOFF] 50 ; ARM64: adrp x8, _temp@GOTPAGE 51 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] 67 ; ARM64: adrp x8, _temp@GOTPAGE 68 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] 84 ; ARM64: adrp x8, _temp@GOTPAGE 85 ; ARM64: ldr x8, [x8, _temp@GOTPAGEOFF] [all …]
|
/external/libopus/win32/ |
D | genversion.bat | 27 echo %version_out%> "%~1_temp" 29 echo n | comp "%~1_temp" "%~1" > NUL 2> NUL 33 copy /y "%~1_temp" "%~1" 37 del "%~1_temp"
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | Type.java | 211 final int _temp = unwrap(consumed_chars) + dim; in getType() local 212 wrap(consumed_chars, _temp); in getType()
|
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 437 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) 438 build_time_vars = _temp.build_time_vars
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 422 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) 423 build_time_vars = _temp.build_time_vars
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 24 { LARGE_INTEGER _temp; \ 25 QueryPerformanceCounter(&_temp); \ 26 *(P_HS_TIME) = _temp.QuadPart; }
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 960 final int _temp = unwrap(Utility.consumed_chars) + consumed_chars; in signatureToString() local 961 wrap(Utility.consumed_chars, _temp); in signatureToString()
|
/external/python/cpython2/Doc/library/ |
D | functions.rst | 1672 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], -1) 1673 eggs = _temp.eggs 1674 saus = _temp.sausage
|
/external/python/cpython3/Doc/library/ |
D | functions.rst | 1710 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], 0) 1711 eggs = _temp.eggs 1712 saus = _temp.sausage
|