Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/valgrind/main/VEX/priv/
Dmain_util.c56 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(8))); variable
57 static HChar* temporary_first = &temporary[0];
58 static HChar* temporary_curr = &temporary[0];
59 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
74 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()
75 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck()
154 HChar* private_LibVEX_alloc_first = &temporary[0];
155 HChar* private_LibVEX_alloc_curr = &temporary[0];
156 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
162 if (private_LibVEX_alloc_first == &temporary[0]) pool = "TEMP"; in private_LibVEX_alloc_OOM()
[all …]
/external/webkit/Source/WebCore/platform/audio/fftw/
DFFTFrameFFTW.cpp80 float temporary; in FFTFrame() local
82 &temporary, realData(), imagData()); in FFTFrame()
84 realData(), imagData(), &temporary); in FFTFrame()
105 float temporary; in FFTFrame() local
107 &temporary, realData(), imagData()); in FFTFrame()
109 realData(), imagData(), &temporary); in FFTFrame()
/external/chromium/chrome/browser/resources/options/
Dsearch_engine_manager.css43 /* For temporary Make Default button */
63 /* End temporary Make Default button styling */
/external/llvm/test/CodeGen/X86/
Dtailcallstack64.ll8 ; Add %in1 %p1 to a different temporary register (%eax).
12 ; Add %in1 %p1 to a different temporary register (%eax).
D2010-02-19-TailCallRetAddrBug.ll11 ; Move return address (76(%esp)) to a temporary register (%ebp)
15 ; Move return address from temporary register (%ebp) to new stack location (60(%esp))
/external/icu4c/test/hdrtst/
Dcxxfiles.txt3 # Begin temporary addition.
10 # End temporary addition.
/external/valgrind/main/docs/internals/
Dregister-uses.txt45 r11 n jmp temporary
77 r30 y altivec spill temporary
151 r30 y altivec spill temporary
/external/clang/test/Rewriter/
Drewrite-implementation.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
Drewrite-no-nextline.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
Drewrite-static-block.mm2 // RUN: %clang_cc1 -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp -emit-llvm …
Drewrite-qualified-id.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
Drewrite-protocol-property.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"_…
Drewrite-block-consts.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=…
Drewrite-user-defined-accessors.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"_…
Dblockstruct.m2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
Drewrite-unique-block-api.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
Drewrite-byref-in-nested-blocks.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=…
Drewrite-local-static-id.mm2 // RUN: %clang_cc1 -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" -emit-l…
Drewrite-nested-ivar.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
Drewrite-property-set-cfstring.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
Drewrite-block-property.m2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
/external/valgrind/unittest/
Dwine.supp17 # WARNING: this is a temporary suppression for a false race report in Wine
/external/clang/lib/CodeGen/
DCGCall.h83 llvm::Value *temporary) { in addWriteback() argument
87 writeback.Temporary = temporary; in addWriteback()
/external/icu4c/stubdata/
Dreadme.txt25 b. Make a temporary directory for ICU build.
61 you can run icupkg utility to extract icudtxxl-all.dat into a temporary directory.
76 2. Make a temporary directory for ICU build.
/external/llvm/lib/Support/Unix/
DPath.inc137 std::string(pathname) + ": can't create temporary directory");
142 // If no mkdtemp is available, mkstemp can be used to create a temporary file
145 // have a slight race condition from the time the temporary file is created to
151 std::string(pathname) + ": can't create temporary directory");
158 std::string(pathname) + ": can't create temporary directory");
167 // twenty six temporary files that can be generated.
177 std::string(TmpName) + ": can't create temporary directory");
185 // temporary name generated. So, we provide our own implementation that
189 // many temporary files so this shouldn't be a big issue for LLVM.
198 std::string(pathname) + ": can't create temporary directory");
[all …]

12345678910>>...14