HomeSort by relevance Sort by last modified time
    Searched defs:SO (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/samples/
defs.mk 22 SO=$(shell icu-config --so)
  /external/libgsm/src/
preprocess.c 34 void Gsm_Preprocess P3((S, s, so),
37 word * so ) /* [0..159] IN/OUT */
50 word SO;
61 SO = SASR( *s, 3 ) << 2;
64 assert (SO >= -0x4000); /* downscaled by */
65 assert (SO <= 0x3FFC); /* previous routine. */
72 * The input of this procedure is the array so[0...159] and the
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
tui.h 26 #define SO '\016'
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 116 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
117 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
123 // sub-operands, if there are more than one, so only
125 if (SO.second == 0) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 61 // Update the bits in reversed order so that emitInstrOpBits will get the
121 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
122 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
128 // sub-operands, if there are more than one, so only
130 if (SO.second == 0) {
  /external/valgrind/helgrind/
hg_lock_n_thread.h 55 typedef struct _SO SO;
67 as unique thread identifiers and so are never freed, so they should
70 many threads, so tolerating this leak seems like a not-bad
104 Also mutex activity is ignored so that they do not impose false
123 /* Get hg's admin_threads value, so libhb can visit all of them. */
130 incorporated into an XErrors, so as to make it independent from the
159 SO* hbso; /* associated SO */
  /external/guava/guava/src/com/google/common/base/
Ascii.java 200 public static final byte SO = 14;
633 // Calling length() is the null pointer check (so do it before we can exit early).
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 58 static final int SO = 0x0E;
CharsetMBCS.java 327 // need the deep copy so can just make sure mbcs and its local reference both refer to the same new object
351 /* the base converter is SI/SO-stateful */
354 /* get the dbcs state from the state table entry for SO=0x0e */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 493 const StackObject &SO = Objects[i];
495 if (SO.Size == ~0ULL) {
499 if (SO.Size == 0)
502 OS << "size=" << SO.Size;
503 OS << ", align=" << SO.Alignment;
507 if (i < NumFixedObjects || SO.SPOffset != -1) {
508 int64_t Off = SO.SPOffset - ValOffset;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 714 // SP not FP. Align to MaxAlign so this works.
731 const StackObject &SO = Objects[i];
733 if (SO.Size == ~0ULL) {
737 if (SO.Size == 0)
740 OS << "size=" << SO.Size;
741 OS << ", align=" << SO.Alignment;
745 if (i < NumFixedObjects || SO.SPOffset != -1) {
746 int64_t Off = SO.SPOffset - ValOffset;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 259 // seen so far (that are not a part of this group), terminate the group.
359 // Stores are sorted, so if S1 and S2 are not adjacent, there won't be
412 MachineOperand &SO = MI->getOperand(2); // Source.
413 assert(SO.isImm() && "Expecting an immediate operand");
417 unsigned Val = (SO.getImm() & Mask) << Shift;
517 // to move it out of the way, so it remains valid after removing all the
518 // old stores, and so we are able to recover it back to the proper insertion
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 36 #define SO 0x0E
262 WRITE1(SO)
468 case SO:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 36 #define SO 0x0E
262 WRITE1(SO)
468 case SO:
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 127 * - Replace header.reserved with header.fromUBytesLength so that all
179 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
580 SO
605 case SO:
    [all...]
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 122 SO= .so
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 122 SO= .so
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 122 SO= .so
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 122 SO= .so
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 728 milliseconds

1 2 3 4 5