Home
last modified time | relevance | path

Searched refs:u_table (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dwith_executors.sql299 u_table.user_id as u_id, e_table.event_type
301 users_table as u_table
305 u_table.value_2=e_table.event_type
307 u_table.user_id < 7
311 u_table.user_id as u_id, e_table.event_type
313 users_table as u_table
317 u_table.value_2=e_table.event_type
319 u_table.user_id > 3
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dcyuv.c77 const signed char *u_table = (const signed char*)buf + 16; in cyuv_decode_frame() local
88 y_table = u_table; in cyuv_decode_frame()
89 u_table = v_table; in cyuv_decode_frame()
152 u_pred += u_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/myisammrg/
H A Dha_myisammrg.cc669 MYRG_TABLE *u_table, *newu_table; in clone() local
700 for (u_table = file->open_tables; u_table < file->end_table; u_table++) { in clone()
701 newu_table->table->state = u_table->table->state; in clone()
730 MYRG_TABLE *u_table; in attach_children() local
811 for (u_table = file->open_tables; u_table < file->end_table; u_table++) { in attach_children()
813 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
814 u_table->table->s->base.keys, in attach_children()
815 u_table->table->s->base.fields, false)) { in attach_children()
817 u_table->table->filename)); in attach_children()
824 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dwith_executors.out388 u_table.user_id as u_id, e_table.event_type
390 users_table as u_table
394 u_table.value_2=e_table.event_type
396 u_table.user_id < 7
400 u_table.user_id as u_id, e_table.event_type
402 users_table as u_table
406 u_table.value_2=e_table.event_type
408 u_table.user_id > 3
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc733 MYRG_TABLE *u_table,*newu_table; in clone() local
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
768 newu_table->table->state= u_table->table->state; in clone()
799 MYRG_TABLE *u_table; in attach_children() local
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
889 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
890 u_table->table->s->base.keys, in attach_children()
891 u_table->table->s->base.fields, false, NULL)) in attach_children()
894 u_table->table->filename)); in attach_children()
902 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc733 MYRG_TABLE *u_table,*newu_table; in clone() local
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
768 newu_table->table->state= u_table->table->state; in clone()
799 MYRG_TABLE *u_table; in attach_children() local
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
889 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
890 u_table->table->s->base.keys, in attach_children()
891 u_table->table->s->base.fields, false, NULL)) in attach_children()
894 u_table->table->filename)); in attach_children()
902 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/myisammrg/
H A Dha_myisammrg.cc733 MYRG_TABLE *u_table,*newu_table; in clone() local
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
768 newu_table->table->state= u_table->table->state; in clone()
799 MYRG_TABLE *u_table; in attach_children() local
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
889 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
890 u_table->table->s->base.keys, in attach_children()
891 u_table->table->s->base.fields, false, NULL)) in attach_children()
894 u_table->table->filename)); in attach_children()
902 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/myisammrg/
H A Dha_myisammrg.cc733 MYRG_TABLE *u_table,*newu_table; in clone() local
766 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
768 newu_table->table->state= u_table->table->state; in clone()
799 MYRG_TABLE *u_table; in attach_children() local
886 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
889 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
890 u_table->table->s->base.keys, in attach_children()
891 u_table->table->s->base.fields, false, NULL)) in attach_children()
894 u_table->table->filename)); in attach_children()
902 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mysql57-client/mysql-5.7.36/storage/myisammrg/
H A Dha_myisammrg.cc735 MYRG_TABLE *u_table,*newu_table; in clone() local
768 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
770 newu_table->table->state= u_table->table->state; in clone()
801 MYRG_TABLE *u_table; in attach_children() local
888 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
891 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
892 u_table->table->s->base.keys, in attach_children()
893 u_table->table->s->base.fields, false, NULL)) in attach_children()
896 u_table->table->filename)); in attach_children()
904 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/myisammrg/
H A Dha_myisammrg.cc739 MYRG_TABLE *u_table,*newu_table; in clone() local
772 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
774 newu_table->table->state= u_table->table->state; in clone()
805 MYRG_TABLE *u_table; in attach_children() local
892 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
895 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
896 u_table->table->s->base.keys, in attach_children()
897 u_table->table->s->base.fields, false, NULL)) in attach_children()
900 u_table->table->filename)); in attach_children()
908 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/myisammrg/
H A Dha_myisammrg.cc739 MYRG_TABLE *u_table,*newu_table; in clone() local
772 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
774 newu_table->table->state= u_table->table->state; in clone()
805 MYRG_TABLE *u_table; in attach_children() local
892 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
895 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
896 u_table->table->s->base.keys, in attach_children()
897 u_table->table->s->base.fields, false, NULL)) in attach_children()
900 u_table->table->filename)); in attach_children()
908 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/myisammrg/
H A Dha_myisammrg.cc739 MYRG_TABLE *u_table,*newu_table;
772 for (u_table= file->open_tables; u_table < file->end_table; u_table++)
774 newu_table->table->state= u_table->table->state;
805 MYRG_TABLE *u_table;
892 for (u_table= file->open_tables; u_table < file->end_table; u_table++)
895 u_table->table->s->keyinfo, u_table->table->s->rec,
896 u_table->table->s->base.keys,
897 u_table->table->s->base.fields, false, NULL))
900 u_table->table->filename));
908 myrg_print_wrong_table(u_table->table->filename);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/myisammrg/
H A Dha_myisammrg.cc739 MYRG_TABLE *u_table,*newu_table; in clone() local
772 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
774 newu_table->table->state= u_table->table->state; in clone()
805 MYRG_TABLE *u_table; in attach_children() local
892 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
895 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
896 u_table->table->s->base.keys, in attach_children()
897 u_table->table->s->base.fields, false, NULL)) in attach_children()
900 u_table->table->filename)); in attach_children()
908 myrg_print_wrong_table(u_table->table->filename); in attach_children()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/myisammrg/
H A Dha_myisammrg.cc739 MYRG_TABLE *u_table,*newu_table; in clone() local
772 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in clone()
774 newu_table->table->state= u_table->table->state; in clone()
805 MYRG_TABLE *u_table; in attach_children() local
892 for (u_table= file->open_tables; u_table < file->end_table; u_table++) in attach_children()
895 u_table->table->s->keyinfo, u_table->table->s->rec, in attach_children()
896 u_table->table->s->base.keys, in attach_children()
897 u_table->table->s->base.fields, false, NULL)) in attach_children()
900 u_table->table->filename)); in attach_children()
908 myrg_print_wrong_table(u_table->table->filename); in attach_children()

12