Home
last modified time | relevance | path

Searched refs:dsg (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/cjkcodecs/
D_codecs_iso2022.c159 const struct iso2022_designation *dsg; in ENCODER() local
183 for (dsg = CONFIG_DESIGNATIONS; dsg->mark; dsg++) { in ENCODER()
185 encoded = dsg->encoder(&c, &length); in ENCODER()
196 encoded = dsg->encoder(&c, &length); in ENCODER()
206 if (!dsg->mark) in ENCODER()
208 assert(dsg->width == 1 || dsg->width == 2); in ENCODER()
210 switch (dsg->plane) { in ENCODER()
217 if (STATE_G0 != dsg->mark) { in ENCODER()
218 if (dsg->width == 1) { in ENCODER()
219 WRITEBYTE3(ESC, '(', ESCMARK(dsg->mark)); in ENCODER()
[all …]
/third_party/libxml2/
DTODO266 - C++ support : John Ehresman <jehresma@dsg.harvard.edu>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1395 def DSG : BinaryRXY<"dsg", 0xE30D, null_frag, GR128, load, 8>;