/external/icu4c/samples/ |
H A D | defs.mk | 19 SO=$(shell icu-config --so) macro
|
/external/libgsm/src/ |
H A D | preprocess.c | 50 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/valgrind/main/helgrind/ |
H A D | hg_lock_n_thread.h | 55 typedef struct _SO SO; typedef in typeref:struct:_SO 136 SO* hbso; /* associated SO */
|
/external/chromium_org/third_party/pexpect/ |
H A D | screen.py | 36 SO = 14 # Invoke G1 character set. variable
|
/external/guava/guava/src/com/google/common/base/ |
H A D | Ascii.java | 195 public static final byte SO = 14; field in class:Ascii
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 384 "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/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 147 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); local 148 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; 156 if (SO.second == 0) {
|
/external/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 653 const StackObject &SO = Objects[i]; local 655 if (SO.Size == ~0ULL) { 659 if (SO.Size == 0) 662 OS << "size=" << SO.Size; 663 OS << ", align=" << SO.Alignment; 667 if (i < NumFixedObjects || SO.SPOffset != -1) { 668 int64_t Off = SO.SPOffset - ValOffset;
|
/external/chromium_org/third_party/JSON/JSON-2.59/ |
H A D | Makefile | 49 SO = so macro
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | ucnvmbcs.c | 421 SO enumerator in enum:SISO_Option 446 case SO: 1533 /* the base converter is SI/SO-stateful */ 1536 /* get the dbcs state from the state table entry for SO=0x0e */ 1798 /* set a flag for KEIS converter, which changes the SI/SO character sequence */ 1801 /* set a flag for JEF converter, which changes the SI/SO character sequence */ 1804 /* set a flag for JIPS converter, which changes the SI/SO character sequence */ 1810 cnv->maxBytesPerUChar=3; /* SO+DBCS */ 1817 ++maxBytesPerUChar; /* SO + multiple DBCS */ 2307 return FALSE; /* SI/SO ar [all...] |
/external/icu4c/common/ |
H A D | ucnvmbcs.c | 424 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/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 549 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, argument 552 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType()); 559 if (Constant *SOC = dyn_cast<Constant>(SO)) { 565 Value *Op0 = SO, *Op1 = ConstOperand; 571 SO->getName()+".op"); 574 SO->getName()+".cmp"); 577 SO->getName()+".cmp");
|
/external/droiddriver/libs/ |
H A D | guava-13.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |