HomeSort by relevance Sort by last modified time
    Searched defs:op (Results 126 - 150 of 1647) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
blkpg.h 26 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
blkpg.h 26 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
blkpg.h 26 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
blkpg.h 26 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
blkpg.h 21 int op; member in struct:blkpg_ioctl_arg
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ChangeViewAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractIncludeAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStyleAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UnwrapAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
WrapInAction.java 35 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); local
37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 73 IRunnableWithProgress op = new IRunnableWithProgress() { local
119 getContainer().run(false, true, op);
  /system/keymaster/
ecdsa_operation.cpp 51 Operation* op = InstantiateOperation(digest, pkey.release()); local
52 if (!op)
54 return op;
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-dis.c 65 unsigned insn, op, isa_mask; local
74 for (op = 0; op < AXP_NOPS; ++op)
76 opcode_index[op] = opcode;
77 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
80 opcode_index[op] = opcode;
115 op = AXP_OP (insn);
118 opcode_end = opcode_index[op + 1];
119 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode
    [all...]
m10200-dis.c 34 struct mn10200_opcode *op = (struct mn10200_opcode *)mn10200_opcodes; local
39 while (op->name)
43 if (op->format == FMT_1)
45 else if (op->format == FMT_2
46 || op->format == FMT_4)
48 else if (op->format == FMT_3
49 || op->format == FMT_5)
51 else if (op->format == FMT_6)
53 else if (op->format == FMT_7)
58 if (op->format == FMT_2 || op->format == FMT_5
    [all...]
mcore-dis.c 99 const mcore_opcode_info *op; local
120 for (op = mcore_table; op->name != 0; op++)
121 if (op->inst == (inst & imsk[op->opclass]))
124 if (op->name == 0)
130 (*print_func) (stream, "%s", op->name);
132 switch (op->opclass)
206 if (strcmp (op->name, "bsr") == 0
    [all...]
pj-dis.c 67 const pj_opc_info_t *op = &pj_opc_info[opcode]; local
71 fprintf_fn (stream, "%s", op->u.name);
76 if (strcmp (op->u.name, "tableswitch") == 0)
114 if (strcmp (op->u.name, "lookupswitch") == 0)
148 for (a = 0; op->arg[a]; a++)
153 int size = ASIZE (op->arg[a]);
158 val = (UNS (op->arg[0]) || ((data[0] & 0x80) == 0)) ? 0 : -1;
163 if (PCREL (op->arg[a]))
171 return op->len;
tilepro-dis.c 145 const struct tilepro_operand *op; local
154 op = decoded[i].operands[j];
155 switch (op->type)

Completed in 679 milliseconds

1 2 3 4 56 7 8 91011>>