HomeSort by relevance Sort by last modified time
    Searched defs:stw (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/script/
weight-class.cc 34 StrToWeightImplBaseT stw = reg->GetEntry(weight_type); local
36 impl_ = stw(weight_str, "WeightClass", 0);
  /external/qemu/include/exec/
softmmu_exec.h 162 #define stw(p, v) stw_data(p, v) macro
cpu-all.h 263 #define stw(p, v) stw_raw(p, v) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 499 unsigned short stw;
500 __asm__ __volatile__ ( "fxam; fstsw %%ax;": "=a" (stw) : "t" (x));
501 return stw & 0x0200;
511 unsigned short stw;
512 __asm__ __volatile__ ("fxam; fstsw %%ax;": "=a" (stw) : "t" (x));
513 return stw & 0x0200;
518 unsigned short stw; local
519 __asm__ __volatile__ ("fxam; fstsw %%ax;": "=a" (stw) : "t" (x));
520 return stw & 0x0200;
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 4669 milliseconds