Home
last modified time | relevance | path

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

12345678910>>...16

/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/eigen/doc/
DI01_TopicLazyEvaluation.dox13 …evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate immediate…
19 a traditional library would evaluate \c vec2 + vec3 into a temporary \c vec4 and then copy \c vec4 …
23 …lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variable.
43 Eigen first evaluates <tt>matrix * matrix</tt> into a temporary matrix, and then copies it into the…
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
57 …st of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed, in cert…
61 …it once and store it in a temporary variable. Eigen understands this and evaluates <tt>matrix3 + m…
DI13_FunctionsTakingEigenTypes.dox5 …ter of type Matrix, your expression will implicitly be evaluated into a temporary Matrix, which wi…
6 \li The evaluation into a temporary may be useless and inefficient;
96 …on that works with double matrices too and unless you do not care about temporary objects. Why is …
101 …he compiler creates a temporary and evaluates the expression x+z into this temporary. Once the fun…
123 …riting your result to a temporary object. In this special case this protection is not intended -- …
142 The implementation above does now not only work with temporary expressions but it also allows to us…
182 …ram. However, a naive implementation is likely to introduce unnecessary temporary objects in your …
/external/llvm/lib/Target/R600/
DAMDILRegisterInfo.td49 // r1018 is used as a temporary register for handwritten code
50 // r1017 is used as a temporary register for handwritten code
51 // r1016 is used as a temporary register for load/store code
52 // r1015 is used as a temporary register for data segment offset
53 // r1014 is used as a temporary register for store code
55 // r1012-r1010 and r1001-r1008 are used for temporary I/O registers
/external/bison/data/m4sugar/
Dforeach.m467 # that temporary macro. Thus, the recursion is done in m4_for without
88 # Use m4_for to create a temporary macro in terms of a boilerplate
90 # odd, then rounding the last $# up in the temporary macro is
119 # We build the temporary macro _m4_b:
151 # We only have to speed up _m4_cond, by building the temporary _m4_c:
180 # temporary _m4_p:
203 # _m4_shiftn. If N is 3, then we build the temporary _m4_s, defined as
217 # Here, we use the temporary macro _m4_do, defined as
236 # Invoke _m4_r($@) with the temporary _m4_r built as
250 # Build the temporary macro _m4_map_args_pair, with the $2([$m+1])
[all …]
/external/clang/test/Rewriter/
Drewrite-unique-block-api.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-mode…
Drewrite-byref-in-nested-blocks.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"_…
4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"_…
Drewrite-nested-ivar.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
4 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
Drewrite-nested-blocks-2.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
5 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec…
Drewrite-block-literal-1.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspe…
5 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspe…
Drewrite-rewritten-initializer.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__declspec…
4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__…
Drewrite-foreach-in-block.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec…
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec…
Drewrite-nested-blocks.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-mode…
Drewrite-elaborated-type.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" …
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" …
Drewrite-nested-blocks-1.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"_…
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec…
Drewrite-nested-property-in-blocks.mm2 // RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=voi…
4 // RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=voi…
Drewrite-block-literal.mm4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void…
6 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void…
/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).
/external/dexmaker/
DREADME17 bug-8108255.patch: temporary workaround to ClassLoading issues
19 bug-8297640.patch: temporary workaround for a breakage in object instantiation
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST.SKIP8 # temporary and backup files
/external/icu4c/test/hdrtst/
Dcxxfiles.txt3 # Begin temporary addition.
11 # End temporary addition.
/external/icu4c/stubdata/
Dreadme.txt19 b. Make a temporary directory for ICU build.
55 you can run icupkg utility to extract icudtXXl-all.dat into a temporary directory.
70 2. Make a temporary directory for ICU build.
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td38 "%select{temporary|%3}2 is not a constant expression">;
58 "%select{temporary|%2}1 is not a constant expression">;
76 def note_constexpr_temporary_here : Note<"temporary created here">;
85 "read of %select{temporary|variable}0 whose lifetime has ended">;
89 "read of volatile %select{temporary|object %1|member %1}0 is not allowed in "

12345678910>>...16