Searched refs:lshift (Results 1 - 16 of 16) sorted by relevance

/external/qemu/target-i386/
H A Dhelper_template.h65 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
89 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
90 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
113 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
114 of = lshift((src1 ^ src2) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
138 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
139 of = lshift((src1 ^ src2) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
160 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
180 sf = lshift(CC_DS
[all...]
H A Dexec.h71 static inline target_long lshift(target_long x, int n) function
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp273 int lshift = MAX(0, -rshift); local
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
335 int lshift = MAX(0, -rshift); local
355 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
362 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
368 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c150 static inline Long lshift ( Long x, Int n ) function
201 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
202 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
222 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
223 of = lshift((argL ^ argR) & (argL ^ res), \
247 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
248 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
272 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
273 of = lshift((argL ^ argR) & (argL ^ res), \
289 sf = lshift(CC_DEP
[all...]
H A Dguest_x86_helpers.c112 inline static Int lshift ( Int x, Int n ) function
159 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
160 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
180 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
181 of = lshift((argL ^ argR) & (argL ^ res), \
205 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
206 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
230 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
231 of = lshift((argL ^ argR) & (argL ^ res), \
247 sf = lshift(CC_DEP
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h75 int lshift = 5; local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dencode.h84 int lshift = x->ilabel % kPrime; local
85 int rshift = sizeof(size_t) - lshift;
86 size_t hash = x->ilabel << lshift;
H A Ddeterminize.h434 int lshift = element.state_id % kPrime; local
435 int rshift = sizeof(size_t) - lshift;
436 hash ^= element.state_id << lshift ^
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp487 static ALWAYS_INLINE void lshift(BigInt& b, int k) function in namespace:WTF
1025 lshift(bb, bb2);
1029 lshift(bd, bd2);
1031 lshift(bs, bs2);
1050 lshift(delta, Log2P);
1641 lshift(b, b2);
1643 lshift(S, s2);
1664 lshift(mhi, m2);
1672 lshift(mhi, Log2P);
1708 lshift(
[all...]
/external/openfst/src/include/fst/
H A Dpair-weight.h92 const int lshift = 5; local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dencode.h99 const int lshift = 5; local
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
104 hash = hash << lshift ^ hash >> rshift ^ x->weight.Hash();
H A Dsigned-log-weight.h101 const int lshift = 5; local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dcompose-filter.h127 const int lshift = 5; local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Ddeterminize.h535 int lshift = element.state_id % (CHAR_BIT * sizeof(size_t) - 1) + 1; local
536 int rshift = CHAR_BIT * sizeof(size_t) - lshift;
538 hash ^= n << lshift ^ n >> rshift ^ element.weight.Hash();
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc965 lshift
1958 b = lshift(b, n);
2292 b = lshift(b, i);
2299 b = lshift(b, ++i);
2324 b = lshift(b, b2);
2326 d = lshift(d, d2);
2966 bb = lshift(bb, bb2);
2970 bd = lshift(bd, bd2);
2972 bs = lshift(bs, bs2);
3022 delta = lshift(delt
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 448 milliseconds