Searched defs:W2 (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h128 typedef typename G2::Weight W2; typedef in class:fst::ProductWeightGenerator
129 typedef ProductWeight<W1, W2> Weight;
136 W2 w2 = generator2_();
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_iconv.c440 Uint16 W1, W2; local
463 W2 = ((Uint16)p[0] << 8) |
467 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
475 (Uint32)(W2 & 0x3FF)) + 0x10000;
481 Uint16 W1, W2; local
504 W2 = ((Uint16)p[1] << 8) |
508 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
516 (Uint32)(W2
684 Uint16 W1, W2; local
715 Uint16 W1, W2; local
[all...]

Completed in 109 milliseconds