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

12

/external/chromium_org/third_party/opus/src/silk/
H A DInlines.h103 opus_int a_headrm, b_headrm, lshift; local
129 lshift = 29 + a_headrm - b_headrm - Qres;
130 if( lshift < 0 ) {
131 return silk_LSHIFT_SAT32(result, -lshift);
133 if( lshift < 32){
134 return silk_RSHIFT(result, lshift);
148 opus_int b_headrm, lshift; local
171 lshift = 61 - b_headrm - Qres;
172 if( lshift <= 0 ) {
173 return silk_LSHIFT_SAT32(result, -lshift);
[all...]
/external/libopus/silk/
H A DInlines.h103 opus_int a_headrm, b_headrm, lshift; local
129 lshift = 29 + a_headrm - b_headrm - Qres;
130 if( lshift < 0 ) {
131 return silk_LSHIFT_SAT32(result, -lshift);
133 if( lshift < 32){
134 return silk_RSHIFT(result, lshift);
148 opus_int b_headrm, lshift; local
171 lshift = 61 - b_headrm - Qres;
172 if( lshift <= 0 ) {
173 return silk_LSHIFT_SAT32(result, -lshift);
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Drtree.h65 unsigned i, lshift, height, bits; \
69 for (i = lshift = 0, height = rtree->height, node = rtree->root;\
71 i++, lshift += bits, node = child) { \
73 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR + \
87 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) - \
134 unsigned i, lshift, height, bits; local
138 for (i = lshift = 0, height = rtree->height, node = rtree->root;
140 i++, lshift += bits, node = child) {
142 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) -
160 subkey = (key << lshift) >> ((Z
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A DmallocAll.test11 proc lshift {lvar} {
17 while {[set arg [lshift argv]] != ""} {
/external/qemu/target-i386/
H A Dcc_helper_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 Dshift_helper_template.h77 (lshift(src ^ t0, 11 - (DATA_BITS - 1)) & CC_O) |
105 (lshift(src ^ t0, 11 - (DATA_BITS - 1)) & CC_O) |
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c41 int lshift; local
48 lshift = 8 - (from % 8);
51 result |= ((long long)b[i]) << lshift;
52 lshift += 8;
58 result |= ((long long)c) << lshift;
/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/chromium_org/third_party/smhasher/src/
H A DBitvec.h79 inline void lshift ( void * blob, int len, int c ) function
104 inline void lshift ( T & blob, int c ) function
129 template<> inline void lshift ( uint32_t & blob, int c ) { blob <<= c; } function
130 template<> inline void lshift ( uint64_t & blob, int c ) { blob <<= c; } function
H A DTypes.h336 lshift(&t.bytes[0],sizeof(bytes),c);
352 lshift(&bytes[0],sizeof(bytes),c);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_LTP_FIX.c56 opus_int i, k, lshift; local
124 lshift = silk_CLZ32( WLTP_max ) - 1 - 3; /* keep 3 bits free for vq_nearest_neighbor_fix */
125 silk_assert( 26 - 18 + lshift >= 0 );
126 if( 26 - 18 + lshift < 31 ) {
127 temp32 = silk_min_32( temp32, silk_LSHIFT( (opus_int32)1, 26 - 18 + lshift ) );
/external/libopus/silk/fixed/
H A Dfind_LTP_FIX.c56 opus_int i, k, lshift; local
124 lshift = silk_CLZ32( WLTP_max ) - 1 - 3; /* keep 3 bits free for vq_nearest_neighbor_fix */
125 silk_assert( 26 - 18 + lshift >= 0 );
126 if( 26 - 18 + lshift < 31 ) {
127 temp32 = silk_min_32( temp32, silk_LSHIFT( (opus_int32)1, 26 - 18 + lshift ) );
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c113 inline static Int lshift ( Int x, Int n ) function
160 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
161 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
181 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
182 of = lshift((argL ^ argR) & (argL ^ res), \
206 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
207 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
231 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
232 of = lshift((argL ^ argR) & (argL ^ res), \
248 sf = lshift(CC_DEP
[all...]
H A Dguest_amd64_helpers.c151 static inline Long lshift ( Long x, Int n ) function
202 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
203 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
223 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
224 of = lshift((argL ^ argR) & (argL ^ res), \
248 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
249 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
273 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
274 of = lshift((argL ^ argR) & (argL ^ res), \
290 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;
/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;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp418 static ALWAYS_INLINE void lshift(BigInt& b, int k) function in namespace:WTF
1061 lshift(b, b2);
1063 lshift(S, s2);
1084 lshift(mhi, m2);
1092 lshift(mhi, Log2P);
1128 lshift(b, 1);
1171 lshift(b, 1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c227 unsigned lshift = dst_width - n; local
242 if (lshift) {
245 lshift), "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c227 unsigned lshift = dst_width - n; local
242 if (lshift) {
245 lshift), "");
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc973 lshift
1973 b = lshift(b, n);
2307 b = lshift(b, i);
2314 b = lshift(b, ++i);
2339 b = lshift(b, b2);
2341 d = lshift(d, d2);
2986 bb = lshift(bb, bb2);
2990 bd = lshift(bd, bd2);
2992 bs = lshift(bs, bs2);
3042 delta = lshift(delt
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_pack.py444 lshift = depth - (shift + src_channel.size)
445 value = '%s << %u' % (value, lshift)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py444 lshift = depth - (shift + src_channel.size)
445 value = '%s << %u' % (value, lshift)

Completed in 1820 milliseconds

12