/external/valgrind/main/VEX/priv/ |
D | main_util.c | 56 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/ |
D | FFTFrameFFTW.cpp | 80 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/ |
D | search_engine_manager.css | 43 /* For temporary Make Default button */ 63 /* End temporary Make Default button styling */
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallstack64.ll | 8 ; Add %in1 %p1 to a different temporary register (%eax). 12 ; Add %in1 %p1 to a different temporary register (%eax).
|
D | 2010-02-19-TailCallRetAddrBug.ll | 11 ; 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/ |
D | cxxfiles.txt | 3 # Begin temporary addition. 10 # End temporary addition.
|
/external/valgrind/main/docs/internals/ |
D | register-uses.txt | 45 r11 n jmp temporary 77 r30 y altivec spill temporary 151 r30 y altivec spill temporary
|
/external/clang/test/Rewriter/ |
D | rewrite-implementation.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
|
D | rewrite-no-nextline.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
|
D | rewrite-static-block.mm | 2 // RUN: %clang_cc1 -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp -emit-llvm …
|
D | rewrite-qualified-id.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
|
D | rewrite-protocol-property.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"_…
|
D | rewrite-block-consts.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=…
|
D | rewrite-user-defined-accessors.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"_…
|
D | blockstruct.m | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
|
D | rewrite-unique-block-api.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
|
D | rewrite-byref-in-nested-blocks.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=…
|
D | rewrite-local-static-id.mm | 2 // RUN: %clang_cc1 -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" -emit-l…
|
D | rewrite-nested-ivar.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
|
D | rewrite-property-set-cfstring.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
|
D | rewrite-block-property.m | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
|
/external/valgrind/unittest/ |
D | wine.supp | 17 # WARNING: this is a temporary suppression for a false race report in Wine
|
/external/clang/lib/CodeGen/ |
D | CGCall.h | 83 llvm::Value *temporary) { in addWriteback() argument 87 writeback.Temporary = temporary; in addWriteback()
|
/external/icu4c/stubdata/ |
D | readme.txt | 25 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/ |
D | Path.inc | 137 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 …]
|