Searched refs:kPath (Results 1 - 6 of 6) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h101 const uint64 kPath = 0x0000000000000010ULL; member in namespace:fst
H A Dprune.h61 if ((Weight::Properties() & (kPath | kCommutative))
62 != (kPath | kCommutative))
147 if ((Weight::Properties() & (kPath | kCommutative))
148 != (kPath | kCommutative))
H A Dshortest-path.h58 // The weights need to be right distributive and have the path (kPath)
90 if ((Weight::Properties() & (kPath | kRightSemiring))
91 != (kPath | kRightSemiring))
219 // The weights need to be right distributive and have the path (kPath)
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring))
349 // (kPath) property.
H A Dfloat-weight.h148 kPath | kIdempotent;
H A Dqueue.h531 if (distance && (Weight::Properties() & kPath)) {
/external/chromium/net/spdy/
H A Dspdy_protocol.h145 const char kPath[] = "path"; member in namespace:spdy

Completed in 317 milliseconds