/external/mesa3d/src/mesa/x86-64/ |
D | calling_convention.txt | 2 rax temporary register; with variable arguments passes information 23 r10 temporary register, used for passing a function's static chain pointer 25 r11 temporary register 33 xmm8�15 temporary registers 35 mmx0�7 temporary registers 37 st0 temporary register; used to return long double arguments 39 st1 temporary registers; used to return long double arguments 41 st2�7 temporary registers
|
/external/valgrind/VEX/priv/ |
D | main_util.c | 57 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN))); variable 58 static HChar* temporary_first = &temporary[0]; 59 static HChar* temporary_curr = &temporary[0]; 60 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1]; 71 HChar* private_LibVEX_alloc_first = &temporary[0]; 72 HChar* private_LibVEX_alloc_curr = &temporary[0]; 73 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1]; 80 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck() 81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck() 162 if (private_LibVEX_alloc_first == &temporary[0]) pool = "TEMP"; in private_LibVEX_alloc_OOM() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx1y.cpp | 23 struct A { int &&temporary; int x; }; 25 A a = { 6, f(a.temporary) }; 29 A b = { 7, ++b.temporary }; 36 A c = { 10, (++c.temporary, b.x) };
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
D | lower_returns_4.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) float return_value) 7 (declare (temporary) bool return_flag)
|
D | return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) float return_value) 7 (declare (temporary) bool return_flag)
|
D | return_non_void_at_end_of_loop_lower_return.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) float return_value) 7 (declare (temporary) bool return_flag)
|
D | lower_returns_3.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) float return_value) 7 (declare (temporary) bool return_flag)
|
D | lower_returns_sub_true.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) bool return_flag)
|
D | lower_returns_main_true.opt_test.expected | 4 ((declare (temporary) bool execute_flag) 6 (declare (temporary) bool return_flag)
|
D | lower_guarded_conditional_break.opt_test.expected | 4 ((declare (temporary) bool break_flag) 7 ((declare (temporary) bool execute_flag)
|
D | lower_unified_returns.opt_test.expected | 5 ((declare (temporary) bool execute_flag) 7 (declare (temporary) bool return_flag)
|
D | lower_pulled_out_jump.opt_test.expected | 6 ((declare (temporary) bool execute_flag) 8 (declare (temporary) bool return_flag)
|
D | lower_breaks_6.opt_test.expected | 6 ((declare (temporary) bool break_flag) 9 ((declare (temporary) bool execute_flag)
|
/external/eigen/doc/ |
D | TopicLazyEvaluation.dox | 13 …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…
|
/external/vogar/src/vogar/android/ |
D | DeviceFileCache.java | 65 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local 66 androidSdk.cp(source, temporary); in copyToCache() 67 androidSdk.mv(temporary, cachedFile); in copyToCache()
|
/external/vogar/src/vogar/ |
D | HostFileCache.java | 63 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local 64 cp(source, temporary); in copyToCache() 65 mv(temporary, cachedFile); in copyToCache()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILRegisterInfo.td | 49 // 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/clang/test/SemaCXX/ |
D | decl-init-ref.cpp | 35 struct A { int &&temporary; int x, y; }; 37 const A &c = { 10, ++c.temporary };
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | allocate_module.c | 30 int * const temporary = (int*)malloc(sizeof(int)); in leak_memory() local 31 *temporary = 0; in leak_memory()
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 67 # 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/ |
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… 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-mode…
|
D | rewrite-byref-in-nested-blocks.mm | 2 // 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"_…
|
D | rewrite-nested-ivar.mm | 2 // 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"_…
|
D | rewrite-nested-blocks-2.mm | 2 // 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…
|
/external/llvm/test/MC/Mips/ |
D | mips-noat.s | 3 # Check that using the assembler temporary when .set noat is in effect is an error. 5 # We start with the assembler temporary enabled
|