/external/icu/icu4c/source/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/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 117 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); local 118 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; 126 if (SO.second == 0) {
|
/external/valgrind/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/guava/guava/src/com/google/common/base/ |
H A D | Ascii.java | 200 public static final byte SO = 14; field in class:Ascii
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterConstants.java | 56 static final int SO = 0x0E; field in interface:UConverterConstants
|
H A D | CharsetMBCS.java | 356 /* the base converter is SI/SO-stateful */ 359 /* get the dbcs state from the state table entry for SO=0x0e */ 912 maxBytesPerChar = 4; /* SO+DBCS+SI*/ 919 ++maxBytesPerUChar; /* SO + multiple DBCS */ 1130 SO enum constant in enum:CharsetMBCS.SISO_Option 1161 case SO: 1174 value[0] = UConverterConstants.SO; 1613 * TRUE if not an SI/SO stateful converter, or if the match length fits with the current converter state 1620 * get the SI/SO toU state (state 0 is for SBCS, 1 for DBCS), or 1 for DBCS-only, or -1 if the converter is not 1621 * SI/SO statefu [all...] |
/external/lldb/test/pexpect-2.4/ |
H A D | screen.py | 20 SO = 14 # Invoke G1 character set. variable
|
/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/lib/CodeGen/ |
H A D | MachineFunction.cpp | 674 const StackObject &SO = Objects[i]; local 676 if (SO.Size == ~0ULL) { 680 if (SO.Size == 0) 683 OS << "size=" << SO.Size; 684 OS << ", align=" << SO.Alignment; 688 if (i < NumFixedObjects || SO.SPOffset != -1) { 689 int64_t Off = SO.SPOffset - ValOffset;
|
/external/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 577 SO enumerator in enum:SISO_Option 602 case SO: 1672 /* the base converter is SI/SO-stateful */ 1675 /* get the dbcs state from the state table entry for SO=0x0e */ 1937 /* set a flag for KEIS converter, which changes the SI/SO character sequence */ 1940 /* set a flag for JEF converter, which changes the SI/SO character sequence */ 1943 /* set a flag for JIPS converter, which changes the SI/SO character sequence */ 1949 cnv->maxBytesPerUChar=3; /* SO+DBCS */ 1956 ++maxBytesPerUChar; /* SO + multiple DBCS */ 2446 return FALSE; /* SI/SO ar [all...] |
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 148 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond); 638 /// Get the opcode for a conditional transfer of the value in SO (source 640 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO, argument 643 if (SO.isReg()) { 645 RegisterRef RS = SO; 664 if (SO.isImm() || SO.isFPImm())
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 653 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, argument 656 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType()); 663 if (Constant *SOC = dyn_cast<Constant>(SO)) { 669 Value *Op0 = SO, *Op1 = ConstOperand; 675 SO->getName()+".op"); 683 SO->getName()+".cmp"); 686 SO->getName()+".cmp");
|
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |