Searched defs:SO (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/
H A Ddefs.mk19 SO=$(shell icu-config --so) macro
/external/icu/icu4c/source/samples/
H A Ddefs.mk19 SO=$(shell icu-config --so) macro
/external/libgsm/src/
H A Dpreprocess.c50 word SO; local
61 SO = SASR( *s, 3 ) << 2;
64 assert (SO >= -0x4000); /* downscaled by */
65 assert (SO <= 0x3FFC); /* previous routine. */
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp125 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); local
126 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
134 if (SO.second == 0) {
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h55 typedef struct _SO SO; typedef in typeref:struct:_SO
136 SO* hbso; /* associated SO */
/external/chromium_org/third_party/pexpect/
H A Dscreen.py36 SO = 14 # Invoke G1 character set. variable
/external/guava/guava/src/com/google/common/base/
H A DAscii.java195 public static final byte SO = 14; field in class:Ascii
/external/lldb/test/pexpect-2.4/
H A Dscreen.py20 SO = 14 # Invoke G1 character set. variable
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h384 "Unable to encode second part of T2 two part SO immediate");
407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, argument
411 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp685 const StackObject &SO = Objects[i]; local
687 if (SO.Size == ~0ULL) {
691 if (SO.Size == 0)
694 OS << "size=" << SO.Size;
695 OS << ", align=" << SO.Alignment;
699 if (i < NumFixedObjects || SO.SPOffset != -1) {
700 int64_t Off = SO.SPOffset - ValOffset;
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c424 SO enumerator in enum:SISO_Option
449 case SO:
1535 /* the base converter is SI/SO-stateful */
1538 /* get the dbcs state from the state table entry for SO=0x0e */
1800 /* set a flag for KEIS converter, which changes the SI/SO character sequence */
1803 /* set a flag for JEF converter, which changes the SI/SO character sequence */
1806 /* set a flag for JIPS converter, which changes the SI/SO character sequence */
1812 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1819 ++maxBytesPerUChar; /* SO + multiple DBCS */
2309 return FALSE; /* SI/SO ar
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.c424 SO enumerator in enum:SISO_Option
449 case SO:
1535 /* the base converter is SI/SO-stateful */
1538 /* get the dbcs state from the state table entry for SO=0x0e */
1800 /* set a flag for KEIS converter, which changes the SI/SO character sequence */
1803 /* set a flag for JEF converter, which changes the SI/SO character sequence */
1806 /* set a flag for JIPS converter, which changes the SI/SO character sequence */
1812 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1819 ++maxBytesPerUChar; /* SO + multiple DBCS */
2309 return FALSE; /* SI/SO ar
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java1043 SO(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/CodeGen/
H A DCGClass.cpp758 : CGF(CGF), SO(*CGF.SanOpts), OldSanOpts(CGF.SanOpts) {
759 SO.Bool = false;
760 SO.Enum = false;
761 CGF.SanOpts = &SO;
768 SanitizerOptions SO; member in class:__anon17815::CopyingValueRepresentation
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp646 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, argument
649 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
656 if (Constant *SOC = dyn_cast<Constant>(SO)) {
662 Value *Op0 = SO, *Op1 = ConstOperand;
668 SO->getName()+".op");
676 SO->getName()+".cmp");
679 SO->getName()+".cmp");
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5313 milliseconds