HomeSort by relevance Sort by last modified time
    Searched refs:wtype (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/include/fst/extensions/far/
info.h 99 int wkey = 10, wtype = 10, wnstate = 16, wnarc = 16; local
104 if (info.type.size() + 2 > wtype)
105 wtype = info.type.size() + 2;
112 cout << std::left << setw(wkey) << "key" << setw(wtype) << "type"
118 cout << std::left << setw(wkey) << info.key << setw(wtype) << info.type
  /ndk/sources/host-tools/make-3.81/
read.c 871 enum make_word_type wtype;
904 wtype = get_next_mword(line, NULL, &lb_next, &len);
905 switch (wtype)
974 wtype = get_next_mword(lb_next, NULL, &lb_next, &len);
975 if (wtype == w_eol)
991 if (wtype == w_eol)
1043 wtype = get_next_mword (p2, NULL, &p, &len);
1047 if (wtype == w_static)
1052 wtype = get_next_mword (p+len, NULL, &p, &len);
1057 wtype = get_next_mword (p+len, NULL, &p, &len)
867 enum make_word_type wtype; local
2666 enum make_word_type wtype = w_bogus; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 467 wtype = words.type
472 if wtype.code == gdb.TYPE_CODE_ARRAY:
473 tsize = wtype.target ().sizeof
476 tsize = wtype.sizeof
478 nwords = wtype.sizeof / tsize
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 485 wtype = words.type
490 if wtype.code == gdb.TYPE_CODE_ARRAY:
491 tsize = wtype.target ().sizeof
494 tsize = wtype.sizeof
496 nwords = wtype.sizeof / tsize
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 467 wtype = words.type
472 if wtype.code == gdb.TYPE_CODE_ARRAY:
473 tsize = wtype.target ().sizeof
476 tsize = wtype.sizeof
478 nwords = wtype.sizeof / tsize
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 485 wtype = words.type
490 if wtype.code == gdb.TYPE_CODE_ARRAY:
491 tsize = wtype.target ().sizeof
494 tsize = wtype.sizeof
496 nwords = wtype.sizeof / tsize
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]

Completed in 57 milliseconds