Home
last modified time | relevance | path

Searched refs:end_mask (Results 1 – 25 of 285) sorted by path

12345678910>>...12

/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dsearchlib.py46 end_mask = linspace(0.0, 1.0, num)
47 start_mask = end_mask[::-1]
76 jd = o(starts, start_mask).flatten() + o(ends, end_mask).flatten()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/pnglib/
H A Dpngrutil.c3208 unsigned int end_mask; in png_combine_row() local
3234 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3235 if (end_mask != 0) in png_combine_row()
3243 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3247 end_mask = 0xff >> end_mask; in png_combine_row()
3679 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/tools/mlir/
H A Dmlir2ncnn.cpp1586 int end_mask = get_operation_attr_i(operation, "end_mask"); in main() local
1607 if (end_mask & (1 << i)) in main()
H A Dtf_generated_ops.td11690 DefaultValuedAttr<I64Attr, "0">:$end_mask,
15163 `-1` if `stride < 0`. `end_mask` is analogous but produces the number
15186 end_mask = 1<<5 = 32
15220 `end_mask` are also set.
15235 Arg<TF_I32OrI64Tensor, [{`end[i]` is like `begin` with the exception that `end_mask` is
15243 DefaultValuedAttr<I64Attr, "0">:$end_mask,
15291 DefaultValuedAttr<I64Attr, "0">:$end_mask,
16640 DefaultValuedAttr<I64Attr, "0">:$end_mask,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpngrutil.c3012 unsigned int end_mask; in png_combine_row() local
3038 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3039 if (end_mask != 0) in png_combine_row()
3047 end_mask = 0xff << end_mask; in png_combine_row()
3051 end_mask = 0xff >> end_mask; in png_combine_row()
3483 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtest_dynbm.c170 Uint32 end_mask= (((Uint32)1)<<count) - 1; in setbits() local
173 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
175 *dst= (*dst&~(end_mask<<bit_pos)) | ((val&end_mask)<<bit_pos); in setbits()
185 Uint32 end_mask= ((((Uint32)1)<<(bit_pos+count-32)) - 1) << (32-bit_pos); in setbits() local
186 *dst= (*dst&~(end_mask<<shift)) | ((val&end_mask)<<shift); in setbits()
190 Uint32 end_mask= (((Uint32)1)<<(count+bit_pos-32)) - 1; in setbits()
191 *dst= (*dst&~end_mask) | ((val>>(32-bit_pos))&end_mask); in setbits()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dvarbit.c1681 end_mask, /* pad mask for last substring byte */ in bitposition() local
1698 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1714 mask1 &= end_mask >> is; in bitposition()
1733 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1737 i, is, end_mask, mask2, is_match); in bitposition()
1744 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dvarbit.c1687 end_mask, /* pad mask for last substring byte */ in bitposition() local
1704 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1720 mask1 &= end_mask >> is; in bitposition()
1739 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1743 i, is, end_mask, mask2, is_match); in bitposition()
1750 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dvarbit.c1687 end_mask, /* pad mask for last substring byte */ in bitposition() local
1704 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1720 mask1 &= end_mask >> is; in bitposition()
1739 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1743 i, is, end_mask, mask2, is_match); in bitposition()
1750 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dvarbit.c1687 end_mask, /* pad mask for last substring byte */ in bitposition() local
1704 end_mask = BITMASK << VARBITPAD(substr); in bitposition()
1720 mask1 &= end_mask >> is; in bitposition()
1739 mask2 = end_mask << (BITS_PER_BYTE - is); in bitposition()
1743 i, is, end_mask, mask2, is_match); in bitposition()
1750 mask2 &= end_mask << (BITS_PER_BYTE - is); in bitposition()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dvarbit.c1687 end_mask, /* pad mask for last substring byte */
1704 end_mask = BITMASK << VARBITPAD(substr);
1720 mask1 &= end_mask >> is;
1739 mask2 = end_mask << (BITS_PER_BYTE - is);
1743 i, is, end_mask, mask2, is_match);
1750 mask2 &= end_mask << (BITS_PER_BYTE - is);

12345678910>>...12