HomeSort by relevance Sort by last modified time
    Searched refs:SO (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /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...]
  /external/icu/icu4c/source/tools/icuinfo/
Makefile.in 78 PLUGIN=$(LIBPREFIX)plugin.$(SO)
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 671 // SP not FP. Align to MaxAlign so this works.
688 const StackObject &SO = Objects[i];
690 if (SO.Size == ~0ULL) {
694 if (SO.Size == 0)
697 OS << "size=" << SO.Size;
698 OS << ", align=" << SO.Alignment;
702 if (i < NumFixedObjects || SO.SPOffset != -1) {
703 int64_t Off = SO.SPOffset - ValOffset;
887 // the constant folding APIs to do this so that we get the benefit of
    [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
HexagonExpandCondsets.cpp 157 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond);
290 // This may "resurrect" some truly dead definitions, but doing so is
468 // register. This is necessary so that this definition will not make
490 // We are adding a live use, so extend the previous segment to
578 // Make the segments adjacent, so that merge-vn can also merge the
647 /// Get the opcode for a conditional transfer of the value in SO (source
649 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO,
652 if (SO.isReg()) {
654 RegisterRef RS = SO;
673 if (SO.isImm() || SO.isFPImm()
    [all...]
  /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/icu4c/source/data/mappings/
ucmfiles.mk 19 # * To add EBCDIC converters that uses different SI/SO characters:
21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /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",
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /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",
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /external/icu/icu4c/source/config/
icu-config-bottom 168 --so)
169 echo $SO
Makefile.inc.in 55 # libicuuc21.so for example.
121 ICULIBS_COMMON_LIB_NAME = ${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}
283 # It is put last so that the mh-file can override anything.
  /build/core/
cleanspec.mk 18 # WHEN DOING SO
  /external/llvm/lib/Target/ARM/MCTargetDesc/
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,
411 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
  /external/deqp/framework/qphelper/
qpXmlWriter.c 77 case 14: repl = "&lt;SO&gt;"; break;
  /external/valgrind/helgrind/
hg_main.c 75 // from our mappings, so that the associated SO can be freed up
260 acquired, so as to produce better lock-order error messages. */
316 acquired, so as to produce better lock-order error messages. */
788 found. So assert it is non-null; that in effect asserts that we
1738 SO* so; local
2257 SO* so; \/* libhb-allocated SO *\/ member in struct:__anon25906
2281 SO* so = libhb_so_alloc(); local
2776 SO* so; local
2800 SO* so; local
2828 SO* so; local
2877 SO* so; local
2905 SO* so; local
3109 SO* so = libhb_so_alloc(); local
3312 SO* so = libhb_so_alloc(); local
3322 SO* so = (SO*)valW; local
3343 SO* so; local
3368 SO* so; local
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 273 // declarations that are so hidden are eliminated from
336 // base is a subobject of any other path; if so, then the
491 // so let the base class fill in our overriders for us.
499 // overrides so that we do not walk the virtual base class (and
553 // This virtual method overrides other virtual methods, so it does
556 // overrider. To do so, we dig down to the original virtual
617 for (auto &SO : OM.second) {
618 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second;
DeclCXX.cpp 565 // so completeDefinition()'s overriding of the access specifiers doesn't
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 181 * corresponding to SO, SI, and ESC.
299 * - ICU does not distinguish between different version so of JIS X 0208.
321 private byte []cs; /* Charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */
322 private byte g; /* 0..3 for G0..G3 (SI/SO/SS2/SS3) */
373 private static final byte VALID_NON_TERMINAL_2022 = 0; /* so far corresponds to a valid iso 2022 escape sequence */
375 private static final byte VALID_MAYBE_TERMINAL_2022 = 2; /* so far matches one iso 2022 escape sequence, but by adding
398 * value of x is stored at escSeqStateTable_Key_2022[2], so offset is 2
408 * value of x is stored at escSeqStateTable_Key_2022[21], so offset is 21
    [all...]

Completed in 1160 milliseconds

1 23 4 5 6