HomeSort by relevance Sort by last modified time
    Searched refs:mn (Results 1 - 25 of 52) sorted by null

1 2 3

  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 45 mn = Mnemonic_Null;
60 Mnemonic mn; member in struct:Inst
108 inline bool is_jcc(Mnemonic mn)
110 return Mnemonic_JO <= mn && mn<=Mnemonic_JG;
130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);
enc_base.h 69 * @param mn - \link Mnemonic mnemonic \endlink of the instruction
73 static char * encode(char * stream, Mnemonic mn, const Operands& opnds);
113 static const MnemonicDesc * getMnemonicDesc(Mnemonic mn)
115 assert(mn < Mnemonic_Count);
116 return mnemonics + mn;
132 static const char * getMnemonicString(Mnemonic mn)
134 return getMnemonicDesc(mn)->name;
137 static const char * toStr(Mnemonic mn)
139 return getMnemonicDesc(mn)->name;
264 Mnemonic mn;
    [all...]
enc_base.cpp 293 char * EncoderBase::encode(char * stream, Mnemonic mn, const Operands& opnds)
310 const OpcodeDesc * odesc = lookup(mn, opnds);
385 assert(inst.mn == mn);
387 if (mn == Mnemonic_CALL || mn == Mnemonic_JMP ||
388 Mnemonic_RET == mn ||
389 (Mnemonic_JO<=mn && mn<=Mnemonic_JG)) {
402 if (mn == Mnemonic_CALL)
    [all...]
dec_base.cpp 163 for (unsigned mn=1; mn<Mnemonic_Count; mn++) {
165 found=try_mn((Mnemonic)mn, &bytes, &tmp);
167 tmp.mn = (Mnemonic)mn;
369 bool DecoderBase::try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst) {
371 EncoderBase::OpcodeDesc * opcodes = EncoderBase::opcodes[mn];
enc_tabl.cpp 310 #define BEGIN_MNEMONIC(mn, flags, roles) \
311 { Mnemonic_##mn, flags, roles, #mn,
316 //#define BEGIN_MNEMONIC(mn, affflags, ulags, cond, symm, roles) \
317 // { Mnemonic_##mn, affflags, ulags, cond, symm, roles, #mn,
    [all...]
enc_wrapper.cpp 121 EncoderBase::toStr(decInst.mn));
188 char* stream_next = (char *)EncoderBase::encode(stream, decInst.mn, args);
190 printEncoderInst(decInst.mn, args);
368 char* stream_next = (char *)EncoderBase::encode(stream, decInst.mn, args);
370 printEncoderInst(decInst.mn, args);
537 sz += snprintf(&strbuf[sz], len-sz, "%s ", EncoderBase::toStr(decInst.mn));
enc_prvt.h 353 Mnemonic mn; member in struct:MnemonicInfo
  /bionic/libc/tzcode/
asctime.c 90 register const char * mn; local
98 mn = "???";
99 else mn = mon_name[timeptr->tm_mon];
112 wn, mn,
  /external/icu4c/tools/tzcode/
asctime.c 90 register const char * mn; local
98 mn = "???";
99 else mn = mon_name[timeptr->tm_mon];
112 wn, mn,
zdump.c 827 register const char * mn; local
846 mn = "???";
847 else mn = mon_name[timeptr->tm_mon];
849 wn, mn,
  /dalvik/vm/analysis/
VerifySubs.cpp 34 const char* mn = "trimApplications"; local
37 dvmCompareNameDescriptorAndMethod(mn, sg, meth) == 0);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
145 mn=lz*c3through4-c1/2.0;
150 n=sqrt(ns)*db_sign(mn);
172 double lz,ms,ns,mn,m,n,lz_through2; local
217 mn=lz*c3through4-c1/2.0;
223 n=sqrt(ns)*db_sign(mn);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
145 mn=lz*c3through4-c1/2.0;
150 n=sqrt(ns)*db_sign(mn);
172 double lz,ms,ns,mn,m,n,lz_through2; local
217 mn=lz*c3through4-c1/2.0;
223 n=sqrt(ns)*db_sign(mn);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
145 mn=lz*c3through4-c1/2.0;
150 n=sqrt(ns)*db_sign(mn);
172 double lz,ms,ns,mn,m,n,lz_through2; local
217 mn=lz*c3through4-c1/2.0;
223 n=sqrt(ns)*db_sign(mn);
  /external/opencv/ml/src/
_ml.h 117 int mm, mn; == m,n == size,dim
134 int mm, mn; \
143 sstep = cstep = clstep = ncl = tmstep = ntm = msstep = mcstep = mm = mn = 0; \
187 ICV_RAWDATA( *(param), (flags), missed, msstep, mcstep, mm, mn ); \
188 if( mm != m || mn != n ) \
  /external/blktrace/btt/
btt_plot.py 100 def check(mn, mx, v):
104 if mn == None or v < mn: mn = v
106 return mn, mx, v
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 550 int mn; local
561 mn = (flags & LI_INCLUDE_ROOT) ? 0 : 1;
568 && aloop->num >= mn)
581 if (aloop->num >= mn)
603 if (aloop->num >= mn)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 550 int mn; local
561 mn = (flags & LI_INCLUDE_ROOT) ? 0 : 1;
568 && aloop->num >= mn)
581 if (aloop->num >= mn)
603 if (aloop->num >= mn)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 550 int mn; local
561 mn = (flags & LI_INCLUDE_ROOT) ? 0 : 1;
568 && aloop->num >= mn)
581 if (aloop->num >= mn)
603 if (aloop->num >= mn)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 550 int mn; local
561 mn = (flags & LI_INCLUDE_ROOT) ? 0 : 1;
568 && aloop->num >= mn)
581 if (aloop->num >= mn)
603 if (aloop->num >= mn)
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 90 } else if (yaml::MappingNode *mn = dyn_cast<yaml::MappingNode>(n)) {
93 for (yaml::MappingNode::iterator i = mn->begin(), e = mn->end();
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 349 SNode mn = m.next; local
351 casHead(s, mn); // pop both s and m
354 s.casNext(m, mn); // help unlink
362 SNode mn = m.next; local
364 casHead(h, mn); // pop both h and m
366 h.casNext(m, mn); // help unlink
    [all...]
  /external/icu4c/test/intltest/
caltest.h 77 virtual void test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc);
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 399 self.mn = minimums
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
443 self.time[self.iCtrl].SetValue(str(self.mn[self.iCtrl]))
455 if int(self.time[self.iCtrl].GetValue()) > self.mn[self.iCtrl]:
477 self.time[0].SetValue(str(self.mn[0]))
478 self.time[1].SetValue(str(self.mn[1]))
479 self.time[2].SetValue(str(self.mn[2]))
511 self.mn = (m,b,t)
  /external/v8/test/mjsunit/tools/
tickprocessor.js 54 var p_nmAndLog = new ArgumentsProcessor(['--nm=mn', 'nmlog.log']);
56 assertEquals('mn', p_nmAndLog.result().nm);

Completed in 1291 milliseconds

1 2 3