Home
last modified time | relevance | path

Searched defs:lshift (Results 1 – 13 of 13) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproduct-weight.h75 int lshift = 5; in Hash() local
Dencode.h84 int lshift = x->ilabel % kPrime; in operator() local
Ddeterminize.h434 int lshift = element.state_id % kPrime; in operator() local
/external/openfst/src/include/fst/
Dsigned-log-weight.h101 const int lshift = 5; in Hash() local
Dpair-weight.h92 const int lshift = 5; in Hash() local
Dencode.h99 const int lshift = 5; in operator() local
Dcompose-filter.h127 const int lshift = 5; in Hash() local
Ddeterminize.h535 int lshift = element.state_id % (CHAR_BIT * sizeof(size_t) - 1) + 1; in operator() local
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp273 int lshift = MAX(0, -rshift); in ReadComponent8u() local
335 int lshift = MAX(0, -rshift); in ReadComponent16u() local
/external/qemu/target-i386/
Dexec.h71 static inline target_long lshift(target_long x, int n) in lshift() function
/external/webkit/Source/JavaScriptCore/wtf/
Ddtoa.cpp487 static ALWAYS_INLINE void lshift(BigInt& b, int k) in lshift() function
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c112 inline static Int lshift ( Int x, Int n ) in lshift() function
Dguest_amd64_helpers.c150 static inline Long lshift ( Long x, Int n ) in lshift() function