/third_party/libsnd/src/GSM610/ |
H A D | preprocess.c | 45 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 D | MachineFrameInfo.cpp | 223 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 D | Makefile | 30 # 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 D | Makefile | 30 # 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 D | ansi-cc.mk | 26 SO := o macro
|
H A D | emx.mk | 26 SO := o macro
|
H A D | gcc.mk | 26 SO := o macro
|
H A D | intelc.mk | 26 SO := obj macro
|
H A D | unix-lcc.mk | 26 SO := o macro
|
H A D | visualage.mk | 26 SO := obj macro
|
H A D | visualc.mk | 26 SO := obj macro
|
H A D | win-lcc.mk | 26 SO := obj macro
|
H A D | bcc-dev.mk | 26 SO := obj macro
|
H A D | bcc.mk | 26 SO := obj macro
|
H A D | gcc-dev.mk | 26 SO := o macro
|
H A D | watcom.mk | 26 SO := obj macro
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | Makefile | 41 RESTARGET=lib$(RESNAME)*.$(SO)*
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | Makefile | 41 RESTARGET=lib$(RESNAME)*.$(SO)*
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 227 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 D | UConverterConstants.java | 58 static final int SO = 0x0E; field
|
/third_party/icu/icu4c/source/samples/ |
H A D | defs.mk | 22 SO=$(shell icu-config --so) macro
|
/third_party/skia/third_party/externals/icu/source/samples/ |
H A D | defs.mk | 22 SO=$(shell icu-config --so) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 406 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 D | xeXMLWriter.cpp | 57 case 14: return "<SO>"; in getEscapeEntity()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 19 SO = 0x0e # ^N variable 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|