/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 16 import com.vladium.emma.instr.FilterCfg; 17 import com.vladium.emma.instr.FilterCfg.filterElement; 129 // instr filter: 435 // instr filter attribute/element:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 191 #ifdef instr 192 inline int UNDEF(instr)(char *_str) { return instr(_str); } function 193 #undef instr macro 194 #define instr UNDEF(instr) macro 889 int instr(char *s, int n=-1) { return ::winnstr(w, s, n); } function in class:NCursesWindow 894 int instr(int y, int x, char *s, int n=-1) { function in class:NCursesWindow 896 // Move the cursor to the requested position and then perform the instr() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 191 #ifdef instr 192 inline int UNDEF(instr)(char *_str) { return instr(_str); } function 193 #undef instr macro 194 #define instr UNDEF(instr) macro 889 int instr(char *s, int n=-1) { return ::winnstr(w, s, n); } function in class:NCursesWindow 894 int instr(int y, int x, char *s, int n=-1) { function in class:NCursesWindow 896 // Move the cursor to the requested position and then perform the instr() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 191 #ifdef instr 192 inline int UNDEF(instr)(char *_str) { return instr(_str); } function 193 #undef instr macro 194 #define instr UNDEF(instr) macro 889 int instr(char *s, int n=-1) { return ::winnstr(w, s, n); } function in class:NCursesWindow 894 int instr(int y, int x, char *s, int n=-1) { function in class:NCursesWindow 896 // Move the cursor to the requested position and then perform the instr() [all...] |
/external/valgrind/main/callgrind/ |
dump.c | 786 Int jcc_count = 0, instr, i, jmp; local 791 VG_(printf)("+ fprint_bbcc (Instr %d): ", bb->instr_count); 801 instr_info = &(bb->instr[0]); 802 for(instr=0; instr<bb->instr_count; instr++, instr_info++) { 834 if (bb->jmp[jmp].instr == instr) { 860 if (bb->jmp[jmp].instr == instr) { [all...] |
global.h | 295 UInt instr; /* instruction index for BB.instr array */ member in struct:_CJmpInfo 340 InstrInfo instr[0]; /* info on instruction sizes and costs */ member in struct:_BB 742 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
|
/external/v8/src/arm/ |
macro-assembler-arm.h | 627 static inline bool IsMarkedCode(Instr instr, int type) { 629 return IsNop(instr, type); 633 static inline int GetCodeMarker(Instr instr) { 637 int dst_reg = (instr & dst_mask) >> dst_reg_offset; 638 int src_reg = instr & src_mask; 643 int type = ((instr & non_register_mask) == mov_mask) && [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 101 add rPC, a0, 3*2 # reconstruct new rPC (advance 3 dalvik instr)
|
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY.S | 56 FETCH_ADVANCE_INST(3) @ advance to next instr, load rINST
|
/dalvik/vm/mterp/mips/ |
OP_FILLED_NEW_ARRAY.S | 59 FETCH_ADVANCE_INST(3) # advance to next instr, load rINST
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 273 MachineInstr *Instr; // Alternatively, a MachineInstr. 330 : Node(node), Instr(0), OrigNode(0), SchedClass(0), NodeNum(nodenum), 343 SUnit(MachineInstr *instr, unsigned nodenum) 344 : Node(0), Instr(instr), OrigNode(0), SchedClass(0), NodeNum(nodenum), 357 : Node(0), Instr(0), OrigNode(0), SchedClass(0), NodeNum(BoundaryID), 380 assert(!Instr && "Setting SDNode of SUnit with MachineInstr!"); 387 assert(!Instr && "Reading SDNode of SUnit with MachineInstr!"); 393 bool isInstr() const { return Instr; } 399 Instr = MI [all...] |
SlotIndexes.h | 379 /// Returns true if the given machine instr is mapped to an index, 381 bool hasIndex(const MachineInstr *instr) const { 382 return mi2iMap.count(instr); 544 assert(mi2iMap.find(mi) == mi2iMap.end() && "Instr already indexed."); 549 assert(mi->getParent() != 0 && "Instr must be added to function."); 563 // Get a number for the new instr, or 0 if there's no room currently. 595 /// ReplaceMachineInstrInMaps - Replacing a machine instr with a new one in
|
/external/llvm/lib/Analysis/ |
PathNumbering.cpp | 378 Instruction& instr = *bbCurrent; local 379 if( instr.getOpcode() == Instruction::Call ) {
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 23 import com.vladium.emma.instr.instrCommand; 44 else if ("instr".equals (name))
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 9 package com.vladium.emma.instr; 37 public static final String PROPERTY_EXCLUDE_SYNTHETIC_METHODS = "instr.exclude_synthetic_methods"; 38 public static final String PROPERTY_EXCLUDE_BRIDGE_METHODS = "instr.exclude_bridge_methods"; 39 public static final String PROPERTY_DO_SUID_COMPENSATION = "instr.do_suid_compensation"; 167 // with the instr path:
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 515 extern int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
|
/external/llvm/lib/Target/XCore/Disassembler/ |
XCoreDisassembler.cpp | 38 virtual DecodeStatus getInstruction(MCInst &instr, 734 XCoreDisassembler::getInstruction(MCInst &instr, 747 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16, 761 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
|