Home
last modified time | relevance | path

Searched defs:mci (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/mmc/
Dgen_atmel_mci.c40 struct atmel_mci *mci; member
47 struct atmel_mci *mci; member
57 static unsigned int atmel_mci_get_version(struct atmel_mci *mci) in atmel_mci_get_version()
74 static inline void mci_set_blklen(atmel_mci_t *mci, int blklen) in mci_set_blklen()
96 atmel_mci_t *mci = plat->mci; local
196 static u32 mci_data_read(atmel_mci_t *mci, u32* data, u32 error_flags)
215 static u32 mci_data_write(atmel_mci_t *mci, u32* data, u32 error_flags)
245 atmel_mci_t *mci = plat->mci; local
376 atmel_mci_t *mci = plat->mci; local
426 atmel_mci_t *mci = plat->mci; local
/external/capstone/arch/XCore/
DXCoreInstPrinter.c39 void XCore_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in XCore_post_printer()
/external/capstone/
Dcs.c306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci, in fill_insn()
475 MCInst mci; in cs_disasm() local
732 MCInst mci; in cs_disasm_iter() local
/external/capstone/arch/Sparc/
DSparcInstPrinter.c79 void Sparc_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in Sparc_post_printer()
/external/clang/test/SemaCXX/
Dclass.cpp83 mutable const int mci; // expected-error {{'mutable' and 'const' cannot be mixed}} member in C
/external/capstone/arch/SystemZ/
DSystemZInstPrinter.c34 void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in SystemZ_post_printer()
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c61 void PPC_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in PPC_post_printer()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp597 MCIListener(MachineCodeInfo *mci) : MCI(mci) {} in runJITOnFunction()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c1387 void AArch64_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm, MCInst *mci) in AArch64_post_printer()
/external/capstone/arch/ARM/
DARMInstPrinter.c247 void ARM_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in ARM_post_printer()