HomeSort by relevance Sort by last modified time
    Searched refs:KILL (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5,
  /external/openssh/
opensshd.init.in 9 KILL=@KILL@
46 ${KILL} ${PID}
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /frameworks/av/media/libmedia/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
SoundPoolThread.cpp 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
87 case SoundPoolMsg::KILL:
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /bionic/libc/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(KILL,9,"Killed")
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(KILL,9,"Killed")
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 101 MI->setDesc(TII->get(TargetOpcode::KILL));
109 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
112 MI->setDesc(TII->get(TargetOpcode::KILL));
139 MI->setDesc(TII->get(TargetOpcode::KILL));
149 // No need to insert an identity copy instruction, but replace with a KILL
153 // instruction with KILL.
154 MI->setDesc(TII->get(TargetOpcode::KILL));

Completed in 1221 milliseconds

1 2 3