Home
last modified time | relevance | path

Searched refs:xdes (Results 1 – 25 of 131) sorted by relevance

123456

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/fsp/
H A Dfsp0fsp.cc917 buf_block_t* xdes; in fsp_fill_free_list() local
1008 *xdes = desc_block; in fsp_alloc_free_extent()
1113 buf_block_t *xdes; in fsp_alloc_free_page() local
1311 xdes, static_cast<uint16_t>(descr - xdes->frame + in fsp_free_extent()
1990 buf_block_t* xdes; in fseg_alloc_free_page_low() local
2200 xdes, mtr); in fseg_alloc_free_page_low()
2296 buf_block_t* xdes; in fsp_reserve_free_pages() local
2475 buf_block_t* xdes; in fseg_free_page_low() local
2640 buf_block_t* xdes; in fseg_free_extent() local
2704 buf_block_t* xdes; in fseg_free_step() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/fsp/
H A Dfsp0fsp.cc917 buf_block_t* xdes; in fsp_fill_free_list() local
1008 *xdes = desc_block; in fsp_alloc_free_extent()
1113 buf_block_t *xdes; in fsp_alloc_free_page() local
1311 xdes, static_cast<uint16_t>(descr - xdes->frame + in fsp_free_extent()
1990 buf_block_t* xdes; in fseg_alloc_free_page_low() local
2200 xdes, mtr); in fseg_alloc_free_page_low()
2296 buf_block_t* xdes; in fsp_reserve_free_pages() local
2475 buf_block_t* xdes; in fseg_free_page_low() local
2640 buf_block_t* xdes; in fseg_free_extent() local
2704 buf_block_t* xdes; in fseg_free_step() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dgraphics.cpp158 dest += xdes + ydes * 320; in copyBackground()
175 void DrasculaEngine::copyRect(int xorg, int yorg, int xdes, int ydes, int width, in copyRect() argument
185 if (xdes < 0) { in copyRect()
186 xorg += -xdes; in copyRect()
187 width += xdes; in copyRect()
188 xdes = 0; in copyRect()
190 if ((xdes + width) > 319) in copyRect()
191 width -= (xdes + width) - 320; in copyRect()
196 dest += xdes + ydes * 320; in copyRect()
216 void DrasculaEngine::updateScreen(int xorg, int yorg, int xdes, int ydes, int width, int height, by… in updateScreen() argument
[all …]
H A Ddrascula.h364 void copyBackground(int xorg, int yorg, int xdes, int ydes, int width,
371 void copyRect(int xorg, int yorg, int xdes, int ydes, int width,
376 void updateScreen(int xorg, int yorg, int xdes, int ydes, int width, int height, byte *buffer);
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dgraphics.cpp158 dest += xdes + ydes * 320; in copyBackground()
175 void DrasculaEngine::copyRect(int xorg, int yorg, int xdes, int ydes, int width, in copyRect() argument
185 if (xdes < 0) { in copyRect()
186 xorg += -xdes; in copyRect()
187 width += xdes; in copyRect()
188 xdes = 0; in copyRect()
190 if ((xdes + width) > 319) in copyRect()
191 width -= (xdes + width) - 320; in copyRect()
196 dest += xdes + ydes * 320; in copyRect()
216 void DrasculaEngine::updateScreen(int xorg, int yorg, int xdes, int ydes, int width, int height, by… in updateScreen() argument
[all …]
H A Ddrascula.h361 void copyBackground(int xorg, int yorg, int xdes, int ydes, int width,
368 void copyRect(int xorg, int yorg, int xdes, int ydes, int width,
373 void updateScreen(int xorg, int yorg, int xdes, int ydes, int width, int height, byte *buffer);
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSNS_source.comp175 high side of xdes return the interpolated y values */
176 double linint(double xdes,double x1, double x2, double y1, double y2)
180 return (m*(xdes-x1)+y1);
187 while((vecx[idx]<xdes)&&idx<xylen){
193 if (vecx[idx]==xdes){
198 return linint(xdes,vecx[idx-1],vecx[idx],vecy[idx-1],vecy[idx]);
211 t1=((xdes-x2)*(xdes-x3)*y1)/((x1-x2)*(x1-x3));
212 t2=((xdes-x1)*(xdes-x3)*y2)/((x2-x1)*(x2-x3));
213 t3=((xdes-x1)*(xdes-x2)*y3)/((x3-x1)*(x3-x2));
221 while((vecx[idx]<xdes)&&idx<xylen){
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/
H A Dinnochecksum.cc819 xdes + XDES_ARR_OFFSET + in is_page_free()
834 byte* xdes, in parse_page() argument
905 if (is_page_free(xdes, physical_page_size, page_no)) { in parse_page()
1533 byte* xdes = NULL; local
1612 xdes = static_cast<byte*>(aligned_malloc(UNIV_PAGE_SIZE_MAX,
1753 memcpy(xdes, buf, physical_page_size);
1756 parse_page(buf, xdes, fil_page_type, is_encrypted);
1933 && !is_page_free(xdes, physical_page_size, cur_page_num)
1956 memcpy(xdes, buf, physical_page_size);
1960 parse_page(buf, xdes, fil_page_type, is_encrypted);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/
H A Dinnochecksum.cc819 xdes + XDES_ARR_OFFSET + in is_page_free()
834 byte* xdes, in parse_page() argument
905 if (is_page_free(xdes, physical_page_size, page_no)) { in parse_page()
1533 byte* xdes = NULL; local
1612 xdes = static_cast<byte*>(aligned_malloc(UNIV_PAGE_SIZE_MAX,
1753 memcpy(xdes, buf, physical_page_size);
1756 parse_page(buf, xdes, fil_page_type, is_encrypted);
1933 && !is_page_free(xdes, physical_page_size, cur_page_num)
1956 memcpy(xdes, buf, physical_page_size);
1960 parse_page(buf, xdes, fil_page_type, is_encrypted);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/
H A Dinnochecksum.cc813 static inline bool is_page_free(const byte *xdes, ulint physical_page_size,
817 xdes + XDES_ARR_OFFSET +
832 byte* xdes,
903 if (is_page_free(xdes, physical_page_size,
1534 byte* xdes = NULL;
1615 xdes = (byte *) ut_align(xdes_ptr, UNIV_PAGE_SIZE_MAX);
1755 memcpy(xdes, buf, physical_page_size);
1758 parse_page(buf, xdes, fil_page_type, is_encrypted);
1935 && !is_page_free(xdes, physical_page_size,
1959 memcpy(xdes, buf, physical_page_size);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/
H A Dinnochecksum.cc820 static inline bool is_page_free(const byte *xdes, page_size_t page_size,
824 xdes + XDES_ARR_OFFSET +
840 byte* xdes,
913 if (is_page_free(xdes, page_size, page_no)) {
1560 byte* xdes = NULL;
1641 xdes = (byte *) ut_align(xdes_ptr, UNIV_PAGE_SIZE_MAX);
1785 memcpy(xdes, buf, physical_page_size);
1788 parse_page(buf, xdes, fil_page_type, page_size, is_encrypted);
1969 !is_page_free(xdes, page_size, cur_page_num) &&
1993 memcpy(xdes, buf, physical_page_size);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/
H A Dinnochecksum.cc820 static inline bool is_page_free(const byte *xdes, page_size_t page_size, in is_page_free() argument
824 xdes + XDES_ARR_OFFSET + in is_page_free()
840 byte* xdes, in parse_page() argument
913 if (is_page_free(xdes, page_size, page_no)) { in parse_page()
1560 byte* xdes = NULL; local
1641 xdes = (byte *) ut_align(xdes_ptr, UNIV_PAGE_SIZE_MAX);
1785 memcpy(xdes, buf, physical_page_size);
1788 parse_page(buf, xdes, fil_page_type, page_size, is_encrypted);
1969 !is_page_free(xdes, page_size, cur_page_num) &&
1993 memcpy(xdes, buf, physical_page_size);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/
H A Dinnochecksum.cc813 static inline bool is_page_free(const byte *xdes, ulint physical_page_size, in is_page_free() argument
817 xdes + XDES_ARR_OFFSET + in is_page_free()
832 byte* xdes, in parse_page() argument
903 if (is_page_free(xdes, physical_page_size, in parse_page()
1534 byte* xdes = NULL; local
1615 xdes = (byte *) ut_align(xdes_ptr, UNIV_PAGE_SIZE_MAX);
1755 memcpy(xdes, buf, physical_page_size);
1758 parse_page(buf, xdes, fil_page_type, is_encrypted);
1935 && !is_page_free(xdes, physical_page_size,
1959 memcpy(xdes, buf, physical_page_size);
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/utils/netlist/scheme/backend/
H A Dgnet-spice-sdb.scm284 (let ((xdes (string-ref x 0))
290 (if (char-ci=? xdes ydes)
292 (if (char-ci=? xdes #\A) #f
294 (if (char-ci<? xdes ydes) #t #f)))))))
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dfsp0fsp.h81 xdes_mem_t(const xdes_t *xdes) : m_xdes(xdes) {} in xdes_mem_t()
841 std::ostream &xdes_page_print(std::ostream &out, const page_t *xdes,
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/expected/
H A Dcrypt-xdes.out42 UPDATE ctest SET salt = gen_salt('xdes', 1001);

123456