/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-darwin.S | 79 /* DO_SYSCALL MACH|MDEP|UNIX */ 81 #define MDEP 2 141 .elseif $0 == MDEP 205 DO_SYSCALL MDEP 233 ML_(blksys_setup_MDEP): .long MK_L_SCCLASS_N(MDEP,1) 234 ML_(blksys_restart_MDEP): .long MK_L_SCCLASS_N(MDEP,2) 235 ML_(blksys_complete_MDEP): .long MK_L_SCCLASS_N(MDEP,3) 236 ML_(blksys_committed_MDEP): .long MK_L_SCCLASS_N(MDEP,4) 237 ML_(blksys_finished_MDEP): .long MK_L_SCCLASS_N(MDEP,5)
|
syscall-amd64-darwin.S | 79 /* DO_SYSCALL MACH|MDEP|UNIX */ 81 #define MDEP 2 207 DO_SYSCALL MDEP 235 ML_(blksys_setup_MDEP): .quad MK_L_SCCLASS_N(MDEP,1) 236 ML_(blksys_restart_MDEP): .quad MK_L_SCCLASS_N(MDEP,2) 237 ML_(blksys_complete_MDEP): .quad MK_L_SCCLASS_N(MDEP,3) 238 ML_(blksys_committed_MDEP): .quad MK_L_SCCLASS_N(MDEP,4) 239 ML_(blksys_finished_MDEP): .quad MK_L_SCCLASS_N(MDEP,5)
|
syswrap-main.c | 562 // int $0x82 = mdep, 32-bit result 800 // int $0x82 = mdep, 32-bit result 832 // syscall = mdep, 64-bit result [all...] |
syswrap-darwin.c | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 336 bool processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep, 698 /// memory dependence of memcpy 'M' is the memcpy 'MDep'. Try to simplify M to 699 /// copy from MDep's input if we can. MSize is the size of M's copy. 701 bool MemCpyOpt::processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep, 705 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) 710 // ignore the input and let someone else zap MDep. This handles cases like: 713 if (M->getSource() == MDep->getSource()) 718 ConstantInt *MDepLen = dyn_cast<ConstantInt>(MDep->getLength()); 732 // TODO: If the code between M and MDep is transparent to the destination "c" [all...] |
/external/bluetooth/bluez/health/ |
hdp_types.h | 121 uint8_t mdep; /* Remote MDEP */ member in struct:hdp_channel
|
mcap.h | 83 /* MDEP IDs */ 100 uint8_t mdep; member in struct:__anon1490
|
hdp_util.h | 29 typedef void (*hdp_continue_mdep_f)(uint8_t mdep, gpointer user_data,
|
hdp.c | 71 uint8_t mdep; member in struct:hdp_create_dc 103 if (chan->mdep == HDP_MDEP_ECHO) { 720 if (hdp_chan->mdep != HDP_MDEP_ECHO) 770 hdp_chann->mdep = app->id; 782 if (hdp_chann->mdep == HDP_MDEP_ECHO) 956 if (chan->mdep == HDP_MDEP_ECHO) { 1034 if (dev->ndc->mdep != HDP_MDEP_ECHO) 1160 (chan->mdep != HDP_MDEP_ECHO)) [all...] |
hdp_util.c | 755 uint16_t d_type, uint8_t *mdep, char **desc) 759 if (!desc && !mdep) 797 if (mdep) 798 *mdep = mdepid->val.uint8; 815 uint8_t mdep; local 826 mdep_data->app->data_type, &mdep, NULL)) { 828 "No matching MDEP found"); 834 mdep_data->func(mdep, mdep_data->data, NULL);
|
mcap.c | 147 return "Invalid MDEP"; 149 return "MDEP Busy"; 418 static mcap_md_create_mdl_req *create_mdl_req(uint16_t mdl_id, uint8_t mdep, 427 req_mdl->mdep = mdep; 1006 mdep_id = req->mdep; [all...] |
/external/valgrind/main/coregrind/ |
m_syscall.c | 604 * MDEP: int $0x82 609 * MACH,MDEP: the return value comes back in eax 612 * MACH,MDEP: no error is returned 656 // mdep trap: 32-bit result in %eax, no error flag 675 * MACH,MDEP: the return value comes back in rax 678 * MACH,MDEP: no error is returned
|
m_vkiscnums.c | [all...] |
/external/valgrind/main/include/ |
pub_tool_basics.h | 164 MACH, MDEP: 195 SysRes_MDEP, // MDEP, result is _wLO
|
/external/valgrind/main/include/vki/ |
vki-scnums-darwin.h | 117 // mdep syscalls [all...] |