Home
last modified time | relevance | path

Searched refs:_temp (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp37 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()
DPercentPrinter.h35 AString _temp; variable
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-intrinsic.ll22 ; 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-project/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-intrinsic.ll22 ; 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 [[REG0:x[0-9]+]], [x8, _temp@GOTPAGEOFF]
67 ; ARM64: adrp x8, _temp@GOTPAGE
68 ; ARM64: ldr [[REG0:x[0-9]+]], [x8, _temp@GOTPAGEOFF]
84 ; ARM64: adrp x8, _temp@GOTPAGE
85 ; ARM64: ldr [[REG0:x[0-9]+]], [x8, _temp@GOTPAGEOFF]
[all …]
/external/libopus/win32/
Dgenversion.bat27 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/
DType.java211 final int _temp = unwrap(consumed_chars) + dim; in getType() local
212 wrap(consumed_chars, _temp); in getType()
/external/python/cpython3/Lib/distutils/
Dsysconfig.py447 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
448 build_time_vars = _temp.build_time_vars
/external/python/cpython3/Lib/
Dsysconfig.py420 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
421 build_time_vars = _temp.build_time_vars
/external/python/cpython2/Modules/
D_hotshot.c24 { LARGE_INTEGER _temp; \
25 QueryPerformanceCounter(&_temp); \
26 *(P_HS_TIME) = _temp.QuadPart; }
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java960 final int _temp = unwrap(Utility.consumed_chars) + consumed_chars; in signatureToString() local
961 wrap(Utility.consumed_chars, _temp); in signatureToString()
/external/python/cpython3/Doc/library/
Dfunctions.rst1826 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], 0)
1827 eggs = _temp.eggs
1828 saus = _temp.sausage
/external/python/cpython2/Doc/library/
Dfunctions.rst1672 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], -1)
1673 eggs = _temp.eggs
1674 saus = _temp.sausage