OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTrinaryProperties
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h
276
const uint64
kTrinaryProperties
= 0x00003fffffff0000ULL;
284
kTrinaryProperties
& 0x5555555555555555ULL;
288
kTrinaryProperties
& 0xaaaaaaaaaaaaaaaaULL;
291
const uint64 kFstProperties = kBinaryProperties |
kTrinaryProperties
;
test-properties.h
38
return kBinaryProperties | props &
kTrinaryProperties
|
/external/openfst/src/include/fst/
properties.h
300
const uint64
kTrinaryProperties
= 0x00003fffffff0000ULL;
308
kTrinaryProperties
& 0x5555555555555555ULL;
312
kTrinaryProperties
& 0xaaaaaaaaaaaaaaaaULL;
315
const uint64 kFstProperties = kBinaryProperties |
kTrinaryProperties
;
test-properties.h
40
return kBinaryProperties | (props &
kTrinaryProperties
) |
/external/openfst/src/test/
algo_test.h
[
all
...]
Completed in 40 milliseconds