HomeSort by relevance Sort by last modified time
    Searched full:clobber (Results 151 - 175 of 607) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/slirp/
socket.c 66 * remque and free a socket, clobber cache
638 int tmperrno = errno; /* Don't clobber the real reason we failed */
701 so->so_state |= SS_ISFCONNECTING; /* Clobber other states */
708 so->so_state |= SS_ISFCONNECTED; /* Clobber other states */
  /external/qemu/slirp-android/
mbuf.c 106 m->m_flags = M_FREELIST; /* Clobber other flags */
  /external/skia/samplecode/
SamplePath.cpp 37 dst[10].set(42, -42); // one past the end, that we don't clobber these
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 84 echo "@@@BUILD_STEP Clobber@@@"
  /art/compiler/dex/quick/x86/
int_x86.cc 483 Clobber(rl_src1.reg);
497 Clobber(rl_src1.reg);
512 Clobber(rl_src1.reg);
673 Clobber(rs_r0);
676 Clobber(rs_r2);
820 * The reason is that the first copy will inadvertently clobber the second element with
    [all...]
  /art/compiler/dex/
local_value_numbering.h 183 // Compare type second. This makes the type-clobber entries (field_id == kNoValue) last
216 // Clobber set for previously non-aliasing array refs that escaped.
  /art/compiler/utils/arm/
assembler_arm32.h 233 // Add signed constant value to rd. May clobber IP.
242 // Load and Store. May clobber IP.
  /external/chromium_org/build/
gyp_chromium 193 # Check for landmines (reasons to clobber the build) in any case.
316 # Check for landmines (reasons to clobber the build). This must be run here,
whitespace_file.txt 123 any more. But the sheriffs thought to themselves: Placebo! Let us clobber the
  /external/chromium_org/third_party/sqlite/src/test/
incrblob2.test 201 # Clobber row 92 using INSERT OR REPLACE.
208 # Clobber row 65 using UPDATE OR REPLACE on row 35. This should abort
  /external/llvm/lib/Target/ARM/
README-Thumb.txt 188 cheaper sequnce if we know it's ok to clobber the condition register.
214 etc. Almost all Thumb instructions clobber condition code.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 64 // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
125 // gcc desn't know cpuid would clobber ebx/rbx. Preseve it manually.
  /external/llvm/test/CodeGen/Thumb2/
large-call.ll 5 ; This test case would clobber the outgoing call arguments by writing to the
15 ; Don't clobber that store until the call.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.def 109 C1 ... CP are the P clobber operands.
132 so that it can clobber global memory. */
  /art/compiler/dex/quick/
mir_to_lir-inl.h 30 DCHECK(!(p->IsLive() && p->IsDirty())) << "Live & dirty temp in clobber";
  /external/chromium_org/base/
atomicops_internals_arm64_gcc.h 27 // NoBarrier versions of the operation include "memory" in the clobber list.
  /external/chromium_org/base/process/
kill_win.cc 192 DWORD temp_code; // Don't clobber out-parameters in case of failure.
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data.cc 175 // want to clobber the X clipboard when the user copies out of the omnibox
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.cc 61 // The command buffer hit a draw/clear command that could clobber the
  /external/chromium_org/extensions/renderer/
safe_builtins.cc 28 // This is a convenient way to save functions that user scripts may clobber.\n"
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 191 // Make sure we don't clobber with an older version
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.cc 118 // If we were given data, then don't clobber it!
bitmap_platform_device_win.cc 136 // If we were given data, then don't clobber it!
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_emit.c 65 * clobber this state in the render backend.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_line.c 79 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */

Completed in 477 milliseconds

1 2 3 4 5 67 8 91011>>