/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 234 MDRawThread *lwp) { in WriteCrashedLwpStream() argument 237 lwp->thread_id = lsp->pr_lwpid; in WriteCrashedLwpStream() 244 &lwp->stack)) in WriteCrashedLwpStream() 250 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 258 &lwp->stack)) in WriteCrashedLwpStream() 264 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream() argument 282 &lwp->stack)) in WriteLwpStream() 290 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream() 291 lwp->thread_context = context.location(); in WriteLwpStream() [all …]
|
/external/libpcap/ |
D | pcap-libdlpi.c | 76 linkwalk_t *lwp = arg; in list_interfaces() local 80 lwp->lw_err = ENOMEM; in list_interfaces() 85 if (lwp->lw_list == NULL) { in list_interfaces() 86 lwp->lw_list = entry; in list_interfaces() 88 entry->lnl_next = lwp->lw_list; in list_interfaces() 89 lwp->lw_list = entry; in list_interfaces()
|
/external/llvm/test/MC/Mips/ |
D | micromips-loadstore-instructions.s | 46 # CHECK-EL: lwp $16, 8($4) # encoding: [0x04,0x22,0x08,0x10] 92 # CHECK-EB: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08] 135 lwp $16, 8($4)
|
/external/llvm/test/MC/Mips/micromips/ |
D | invalid.s | 102 lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 104 …lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed offs… 105 …lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed offs… 106 …lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be different
|
/external/llvm/test/MC/Mips/micromips32r6/ |
D | invalid.s | 207 lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 209 …lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed… 210 …lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed… 211 …lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be dif…
|
D | valid.s | 336 lwp $16, 8($4) # CHECK: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08]
|
/external/icu/icu4c/source/config/ |
D | mh-solaris | 56 #LIBRARY_PATH_PREFIX=/usr/lib/lwp:
|
/external/cronet/third_party/icu/source/config/ |
D | mh-solaris | 56 #LIBRARY_PATH_PREFIX=/usr/lib/lwp:
|
/external/llvm/test/MC/Mips/micromips64r6/ |
D | invalid.s | 239 …lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 241 …lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit si… 242 …lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit si… 243 …lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be…
|
D | valid.s | 270 lwp $16, 8($4) # CHECK: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08]
|
/external/cpuinfo/src/x86/ |
D | isa.c | 709 isa.lwp = !!(extended_info.ecx & UINT32_C(0x00008000)); in cpuinfo_x86_detect_isa()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 37 #include <lwp.h> // For _lwp_self()
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/ |
D | valid-el.txt | 166 0x04 0x22 0x08 0x10 # CHECK: lwp $16, 8($4)
|
D | valid.txt | 166 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Plus.miff | 41 …�xt��zr��|t���w���|���x���x��¬�����mtk�szo�tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~…
|
D | Add.miff | 89 …�xt��zr��|t���w���|���x���x��¬�����mtk�szo�tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~…
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 780 bool lwp; member
|
/external/llvm/lib/Target/Mips/ |
D | MicroMips32r6InstrInfo.td | 561 class LWP_MMR6_DESC : MMR6Arch<"lwp"> { 564 string AsmString = !strconcat("lwp", "\t$rd, $addr"); 569 string BaseOpcode = "lwp";
|
D | MicroMipsInstrInfo.td | 810 def LWP_MM : LoadPairMM<"lwp">, LWM_FM_MM<0x1>;
|
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/ |
D | valid.txt | 266 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
D | valid.txt | 312 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 207 def FeatureLWP : SubtargetFeature<"lwp", "HasLWP", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 889 def LWP_MM : LoadPairMM<"lwp">, LWM_FM_MM<0x1>, ISA_MICROMIPS;
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 511 application/vnd.lotus-wordpro lwp sam
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 5034 "wm32\003lwp\004lwpc\003lwr\004lwre\003lwu\005lwupc\003lwx\005lwxc1\004l" 6912 …{ 5656 /* lwp */, Mips::LWP_MM, ConvertCustom_ConvertXWPOperands, AMFBS_InMicroMips, { MCK_GPR32As… 10254 { 5656 /* lwp */, 1 /* 0 */, MCK_GPR32AsmReg, AMFBS_InMicroMips }, 10255 { 5656 /* lwp */, 2 /* 1 */, MCK_MemOffsetSimm12_0, AMFBS_InMicroMips },
|