Home
last modified time | relevance | path

Searched refs:SO (Results 1 - 25 of 41) sorted by relevance

12

/third_party/libsnd/src/GSM610/
H A Dpreprocess.c45 int16_t SO ; in Gsm_Preprocess() local
53 SO = arith_shift_left (SASR_W (*s, 3), 2) ; in Gsm_Preprocess()
56 assert (SO >= -0x4000) ; /* downscaled by */ in Gsm_Preprocess()
57 assert (SO <= 0x3FFC) ; /* previous routine. */ in Gsm_Preprocess()
70 s1 = SO - z1 ; /* s1 = gsm_sub (*so, z1) ; */ in Gsm_Preprocess()
71 z1 = SO ; in Gsm_Preprocess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp223 const StackObject &SO = Objects[i]; in print() local
226 if (SO.StackID != 0) in print()
227 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
229 if (SO.Size == ~0ULL) { in print()
233 if (SO.Size == 0) in print()
236 OS << "size=" << SO.Size; in print()
237 OS << ", align=" << SO.Alignment.value(); in print()
241 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()
242 int64_t Off = SO.SPOffset - ValOffset; in print()
/third_party/icu/icu4c/source/tools/genren/
H A DMakefile30 # load definition of .SO, etc (but not if we are doing 'make clean')
42 COM=$(ICUDIR)/$(installdir)/libicuuc.$(SO)
43 I18=$(ICUDIR)/$(installdir)/libicui18n.$(SO)
44 LEX=$(ICUDIR)/$(installdir)/libiculx.$(SO)
45 DAT=$(ICUDIR)/stubdata/libicudata.$(SO)
46 UIO=$(ICUDIR)/$(installdir)/libicuio.$(SO)
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A DMakefile30 # load definition of .SO, etc (but not if we are doing 'make clean')
42 COM=$(ICUDIR)/$(installdir)/libicuuc.$(SO)
43 I18=$(ICUDIR)/$(installdir)/libicui18n.$(SO)
44 LEX=$(ICUDIR)/$(installdir)/libiculx.$(SO)
45 DAT=$(ICUDIR)/stubdata/libicudata.$(SO)
46 UIO=$(ICUDIR)/$(installdir)/libicuio.$(SO)
/third_party/skia/third_party/externals/freetype/builds/compiler/
H A Dansi-cc.mk26 SO := o macro
H A Demx.mk26 SO := o macro
H A Dgcc.mk26 SO := o macro
H A Dintelc.mk26 SO := obj macro
H A Dunix-lcc.mk26 SO := o macro
H A Dvisualage.mk26 SO := obj macro
H A Dvisualc.mk26 SO := obj macro
H A Dwin-lcc.mk26 SO := obj macro
H A Dbcc-dev.mk26 SO := obj macro
H A Dbcc.mk26 SO := obj macro
H A Dgcc-dev.mk26 SO := o macro
H A Dwatcom.mk26 SO := obj macro
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A DMakefile41 RESTARGET=lib$(RESNAME)*.$(SO)*
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A DMakefile41 RESTARGET=lib$(RESNAME)*.$(SO)*
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp227 auto SO = makeArrayRef(SegmentOffsets); in end() local
232 for (uint32_t Offset : reverse(SO)) { in end()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterConstants.java58 static final int SO = 0x0E; field
/third_party/icu/icu4c/source/samples/
H A Ddefs.mk22 SO=$(shell icu-config --so) macro
/third_party/skia/third_party/externals/icu/source/samples/
H A Ddefs.mk22 SO=$(shell icu-config --so) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp406 MachineOperand &SO = MI->getOperand(2); // Source. in createWideStores() local
407 assert(SO.isImm() && "Expecting an immediate operand"); in createWideStores()
411 unsigned Val = (SO.getImm() & Mask) << Shift; in createWideStores()
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp57 case 14: return "&lt;SO&gt;"; in getEscapeEntity()
/third_party/python/Lib/curses/
H A Dascii.py19 SO = 0x0e # ^N variable
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",

Completed in 7 milliseconds

12