HomeSort by relevance Sort by last modified time
    Searched full:move (Results 976 - 1000 of 5522) sorted by null

<<31323334353637383940>>

  /external/llvm/lib/Target/ARM/
ARMScheduleA8.td 67 // Move instructions, unconditional
81 // Move instructions, conditional
250 // FP Special Register to Integer Register File Move
348 // Integer to Single-precision Move
353 // Integer to Double-precision Move
358 // Single-precision to Integer Move
363 // Double-precision to Integer Move
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 281 /// user-declared move constructor.
289 /// user-declared move assignment.
367 /// one constexpr constructor which is neither the copy nor move
375 /// A copy/move constructor for class X is trivial if it is neither
378 /// -- the constructor selected to copy/move each direct base class
381 /// array thereof), the constructor selected to copy/move that member
383 /// otherwise the copy/move constructor is non-trivial.
386 /// HasTrivialMoveConstructor - True when this class has a trivial move
390 /// A copy/move constructor for class X is trivial if it is neither
393 /// -- the constructor selected to copy/move each direct base clas
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 66 #include <bits/move.h>
117 * This %iterator will move in the opposite direction that @p x does.
425 container->push_back(std::move(__value));
435 /// Simply returns *this. (This %iterator does not "move".)
440 /// Simply returns *this. (This %iterator does not "move".)
508 container->push_front(std::move(__value));
518 /// Simply returns *this. (This %iterator does not "move".)
523 /// Simply returns *this. (This %iterator does not "move".)
613 iter = container->insert(iter, std::move(__value));
624 /// Simply returns *this. (This %iterator does not "move".
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 66 #include <bits/move.h>
117 * This %iterator will move in the opposite direction that @p x does.
425 container->push_back(std::move(__value));
435 /// Simply returns *this. (This %iterator does not "move".)
440 /// Simply returns *this. (This %iterator does not "move".)
508 container->push_front(std::move(__value));
518 /// Simply returns *this. (This %iterator does not "move".)
523 /// Simply returns *this. (This %iterator does not "move".)
613 iter = container->insert(iter, std::move(__value));
624 /// Simply returns *this. (This %iterator does not "move".
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 66 #include <bits/move.h>
117 * This %iterator will move in the opposite direction that @p x does.
425 container->push_back(std::move(__value));
435 /// Simply returns *this. (This %iterator does not "move".)
440 /// Simply returns *this. (This %iterator does not "move".)
508 container->push_front(std::move(__value));
518 /// Simply returns *this. (This %iterator does not "move".)
523 /// Simply returns *this. (This %iterator does not "move".)
613 iter = container->insert(iter, std::move(__value));
624 /// Simply returns *this. (This %iterator does not "move".
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 66 #include <bits/move.h>
117 * This %iterator will move in the opposite direction that @p x does.
425 container->push_back(std::move(__value));
435 /// Simply returns *this. (This %iterator does not "move".)
440 /// Simply returns *this. (This %iterator does not "move".)
508 container->push_front(std::move(__value));
518 /// Simply returns *this. (This %iterator does not "move".)
523 /// Simply returns *this. (This %iterator does not "move".)
613 iter = container->insert(iter, std::move(__value));
624 /// Simply returns *this. (This %iterator does not "move".
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.h 186 move(imm, scr);
188 move(src, dest);
500 move(address.index, scr);
622 move(address.index, scr);
692 move(address.index, scr);
850 move(address.index, scr);
861 move(TrustedImm32(16), scr);
1184 void move(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
1196 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerSH4
1201 void move(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
    [all...]
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 27 pushmove objects do not obey gravity, and do not interact with each other or trigger fields, but block normal movement and push normal objects when they move.
443 vec3_t mins, maxs, move; local
457 move[i] = pusher->u.v.velocity[i] * movetime;
458 mins[i] = pusher->u.v.absmin[i] + move[i];
459 maxs[i] = pusher->u.v.absmax[i] + move[i];
464 // move the pusher to it's final position
466 VectorAdd (pusher->u.v.origin, move, pusher->u.v.origin);
514 SV_PushEntity (check, move);
520 { // fail the move
546 // move back any entities we already move
570 vec3_t move, a, amove; local
1248 vec3_t move; local
1572 vec3_t move; local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp 62 move(regT2, regT0);
63 move(TrustedImm32(JSValue::Int32Tag), regT1);
145 move(TrustedImmPtr(&globalData->exceptionLocation), regT2);
215 move(callFrameRegister, X86Registers::ecx);
222 move(regT0, callFrameRegister); // Eagerly restore caller frame register to avoid loading from stack.
239 move(callFrameRegister, ARMRegisters::r0);
243 move(regT2, callFrameRegister); // Eagerly restore caller frame register to avoid loading from stack.
260 move(callFrameRegister, regT4);
263 move(regT2, callFrameRegister); // Eagerly restore caller frame register to avoid loading from stack.
286 move(callFrameRegister, MIPSRegisters::a0)
    [all...]
  /bionic/libc/stdlib/
bsearch.c 59 if (cmp > 0) { /* key > p: move right */
64 } /* else move left */
  /development/tools/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 57 * so we first try to move the window, get the position that the
65 D("%s: move to [%d,%d] adjusted to [%d,%d]", __FUNCTION__,
  /external/chromium/base/
sys_info_chromeos.cc 93 start_index++; // Move past '='.
97 // TODO(rkc): Ignore the 0. here; fix this once we move Chrome OS version
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac_unittest.mm 150 // Move view while it's visible.
159 // Move view while it's hidden.
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 83 // three tabs 'A B C', to move A to the end of the list, this should be
85 void Move(int from, int to);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller.mm 120 // If there was an old node then we update the node, and move it to its new
129 model->Move(node_, newParentNode, newParentNode->child_count());
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h 114 // We need to move the child widget to (0, -height), but we don't know its
116 // child widget has been allocated, at which point we will move it, and then
  /external/chromium/testing/gtest/make/
Makefile 3 # may want to move it to your project's root directory.
16 # Remember to tweak this if you move this file.
  /external/e2fsprogs/lib/ext2fs/
bmove.c 2 * bmove.c --- Move blocks around to make way for a particular
119 * block move.
  /external/icu4c/common/
propsvec.c 228 /* count the number of row cells to move after the last row, and move them */
238 /* split the first row, and move the firstRow pointer to the second part */
240 /* copy all affected rows up one and move the lastRow pointer */
245 /* split the range and move the firstRow pointer */
255 /* split the range and move the firstRow pointer */
367 * to find the indexes where the special-value rows will move.
400 * Move vector contents up to a contiguous array with only unique
  /external/libffi/src/mips/
n32.S 60 move $fp, $sp
62 move t9, callback # callback function pointer
69 move v0, bytes
79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the
82 move a0, $sp # 4 * FFI_SIZEOF_ARG
89 move t9, $sp
308 move $sp, $fp
409 move a0, $12 # Pointer to the ffi_closure
o32.S 58 move $fp, $sp
61 move t9, callback # callback function pointer
72 SUBU $sp, v0 # move the stack pointer to reflect the
176 move $sp, $fp
247 move $fp, $sp
270 move a0, $12 # Pointer to the ffi_closure
277 move $8, $2
297 move $sp, $fp
  /external/llvm/test/CodeGen/X86/
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/protobuf/gtest/make/
Makefile 3 # may want to move it to your project's root directory.
16 # Remember to tweak this if you move this file.
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 36 long cbxPitch; // number of bytes to move right one x pixel - can be negative.
37 long cbyPitch; // number of bytes to move down one y pixel - can be negative.
  /external/replicaisland/res/values/
rokudou.xml 40 Android. The time for pleasantries has ended. Kabocha has The Source, and it will not be long until he learns how to channel its power. We must move quickly if we are to stop him. You are our only hope now.
44 My sensors indicate a large disturbance field not far from here. That must be the location of Kabocha?s secret lab. He?s surely shielded it, which means the readings I am picking up are actually a tiny fraction of the power he is generating. It must be The Source! We must move quickly if we are to stop him and his insane scheme.

Completed in 2210 milliseconds

<<31323334353637383940>>