/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
mtd.h | 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
|
/prebuilts/ndk/9/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...] |
/system/media/camera/docs/ |
metadata_helpers.py | 506 def is_hex_string(instr): 507 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | [all...] |
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | 706 static inline bool IsMarkedCode(Instr instr, int type) { 708 return IsNop(instr, type); 712 static inline int GetCodeMarker(Instr instr) { 716 int dst_reg = (instr & dst_mask) >> dst_reg_offset; 717 int src_reg = instr & src_mask; 722 int type = ((instr & non_register_mask) == mov_mask) && [all...] |
/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...] |
/external/chromium_org/v8/src/ |
hydrogen-instructions.cc | 1480 HMathFloorOfDiv* instr = local [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/chromium_org/v8/src/mips/ |
ic-mips.cc | 1625 Instr instr = Assembler::instr_at(andi_instruction_address); local 1637 Instr instr = Assembler::instr_at(andi_instruction_address); local [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 254 MachineInstr *Instr; // Alternatively, a MachineInstr. 312 : Node(node), Instr(0), OrigNode(0), SchedClass(0), NodeNum(nodenum), 325 SUnit(MachineInstr *instr, unsigned nodenum) 326 : Node(0), Instr(instr), OrigNode(0), SchedClass(0), NodeNum(nodenum), 339 : Node(0), Instr(0), OrigNode(0), SchedClass(0), NodeNum(BoundaryID), 362 assert(!Instr && "Setting SDNode of SUnit with MachineInstr!"); 369 assert(!Instr && "Reading SDNode of SUnit with MachineInstr!"); 375 bool isInstr() const { return Instr; } 381 Instr = MI [all...] |
/external/llvm/lib/Analysis/ |
PathNumbering.cpp | 378 Instruction& instr = *bbCurrent; local 379 if( instr.getOpcode() == Instruction::Call ) {
|