Home
last modified time | relevance | path

Searched refs:cur_field (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/multimedia/tstools/tstools-1.11/
H A Dipv4.c44 uint32_t cur_field; in ipv4_from_payload() local
53 cur_field = uint_32_be(&data[0]); in ipv4_from_payload()
58 out_hdr->length = (cur_field) & 0xffff; in ipv4_from_payload()
61 cur_field = uint_32_be(&data[4]); in ipv4_from_payload()
64 out_hdr->flags = (cur_field >> 14) & 3; in ipv4_from_payload()
68 cur_field = uint_32_be(&data[8]); in ipv4_from_payload()
72 out_hdr->csum = (cur_field) & 0xffff; in ipv4_from_payload()
93 uint32_t cur_field; in ipv4_udp_from_payload() local
101 cur_field = uint_32_be(&data[0]); in ipv4_udp_from_payload()
105 cur_field = uint_32_be(&data[4]); in ipv4_udp_from_payload()
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/trackeroutput/
H A Dlayout_flat.tpl12 {foreach from=$fields key=ix item=cur_field}
13 …f !($tracker_info.doNotShowEmptyField eq 'y' and isset($cur_field.field_is_empty) and $cur_field.f…
15 {if $cur_field.type eq 'h'}
17 {$level = $cur_field.options_map.level}
20 {if $cur_field.description}
25 {elseif ($cur_field.type eq 't' and $cur_field.options_array[0] eq '0') or
26 ($cur_field.type eq 'a' and $cur_field.options_array[8] eq '0') or
27 ($cur_field.type eq 'n' and $cur_field.options_array[0] eq '0') or
28 ($cur_field.type eq 'b' and $cur_field.options_array[0] eq '0')
30 <dt title="{$cur_field.name|tra|escape}" class="col-sm-3">{$cur_field.name|tra|escape}</dt>
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/rem/
H A Drem0cmp.c449 cur_field = *matched_fields; in cmp_dtuple_rec_with_match()
616 cur_field++; in cmp_dtuple_rec_with_match()
631 *matched_fields = cur_field; in cmp_dtuple_rec_with_match()
732 for (cur_field = 0; cur_field < n_uniq; cur_field++) { in cmp_rec_rec_simple()
905 cur_field = *matched_fields; in cmp_rec_rec_with_match()
910 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
933 if (cur_field == 0) { in cmp_rec_rec_with_match()
1078 cur_field++; in cmp_rec_rec_with_match()
1091 *matched_fields = cur_field; in cmp_rec_rec_with_match()
1140 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/rem/
H A Drem0cmp.cc359 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
363 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
366 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
382 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
506 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
512 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
514 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
622 cur_field++; in cmp_dtuple_rec_with_match_bytes()
870 for (; cur_field < n_fields; cur_field++) { in cmp_rec_rec()
880 index, cur_field); in cmp_rec_rec()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/rem/
H A Drem0cmp.cc359 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
363 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
366 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
382 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
506 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
512 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
514 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
622 cur_field++; in cmp_dtuple_rec_with_match_bytes()
870 for (; cur_field < n_fields; cur_field++) { in cmp_rec_rec()
880 index, cur_field); in cmp_rec_rec()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddnxhd_parser.c34 int cur_field; /* first field is 0, second is 1 */ member
45 int cur_field = dctx->cur_field; in dnxhd_find_frame_end() local
54 cur_field = state&1; in dnxhd_find_frame_end()
66 if (!interlaced || dctx->cur_field) { in dnxhd_find_frame_end()
70 dctx->cur_field = 0; in dnxhd_find_frame_end()
75 dctx->cur_field = cur_field = state&1; in dnxhd_find_frame_end()
83 dctx->cur_field = cur_field; in dnxhd_find_frame_end()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddnxhd_parser.c34 int cur_field; /* first field is 0, second is 1 */ member
45 int cur_field = dctx->cur_field; in dnxhd_find_frame_end() local
54 cur_field = state&1; in dnxhd_find_frame_end()
66 if (!interlaced || dctx->cur_field) { in dnxhd_find_frame_end()
70 dctx->cur_field = 0; in dnxhd_find_frame_end()
75 dctx->cur_field = cur_field = state&1; in dnxhd_find_frame_end()
83 dctx->cur_field = cur_field; in dnxhd_find_frame_end()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/rem/
H A Drem0cmp.cc617 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
621 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
624 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
640 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
764 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
770 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
772 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
880 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1127 for (; cur_field < n_fields; cur_field++) { in cmp_rec_rec()
1137 index, cur_field); in cmp_rec_rec()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/rem/
H A Drem0cmp.cc617 cur_field = *matched_fields;
621 ut_ad(cur_field <= n_cmp);
624 if (cur_field == 0) {
640 for (; cur_field < n_cmp; cur_field++) {
764 ut_ad(cur_field <= n_cmp);
770 while (cur_field < n_cmp) {
772 dtuple, cur_field);
880 cur_field++;
1127 for (; cur_field < n_fields; cur_field++) {
1137 index, cur_field);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/rem/
H A Drem0cmp.cc664 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
668 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
671 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
687 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
811 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
817 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
819 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
927 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1174 for (; cur_field < n_fields; cur_field++) { in cmp_rec_rec()
1184 index, cur_field); in cmp_rec_rec()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/rem/
H A Drem0cmp.cc664 cur_field = *matched_fields;
668 ut_ad(cur_field <= n_cmp);
671 if (cur_field == 0) {
687 for (; cur_field < n_cmp; cur_field++) {
811 ut_ad(cur_field <= n_cmp);
817 while (cur_field < n_cmp) {
819 dtuple, cur_field);
927 cur_field++;
1174 for (; cur_field < n_fields; cur_field++) {
1184 index, cur_field);
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/test/language/fixtures/
H A Dtest_collecting_strings.tpl30 {foreach from=$ins_fields key=ix item=cur_field}
31cur_field.isHidden ne 'y' or $tiki_p_admin_trackers eq 'y') and !($tracker_info.doNotShowEmptyFiel…
32 <tr class="field{$cur_field.fieldId}">
34 {$cur_field.name|escape}
37 {trackeroutput field=$cur_field item=$item_info showlinks=n list_mode=n inTable=y}
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/rem/
H A Drem0cmp.cc690 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
694 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
697 if (cur_field == 0) { in cmp_dtuple_rec_with_match_low()
713 for (; cur_field < n_cmp; cur_field++) { in cmp_dtuple_rec_with_match_low()
748 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
830 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_bytes()
836 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_bytes()
838 dtuple, cur_field); in cmp_dtuple_rec_with_match_bytes()
944 cur_field++; in cmp_dtuple_rec_with_match_bytes()
1184 for (; cur_field < rec1_n_fields && cur_field < rec2_n_fields; in cmp_rec_rec_with_match()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/rem/
H A Drem0cmp.cc677 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
682 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
702 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_low()
848 cur_field++; in cmp_dtuple_rec_with_match_low()
863 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
1169 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
1192 if (cur_field == 0) { in cmp_rec_rec_with_match()
1337 cur_field++; in cmp_rec_rec_with_match()
1404 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
1425 while (cur_field < n_cmp) { in cmp_debug_dtuple_rec_with_match()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/rem/
H A Drem0cmp.cc677 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
682 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
702 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_low()
848 cur_field++; in cmp_dtuple_rec_with_match_low()
863 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
1169 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
1192 if (cur_field == 0) { in cmp_rec_rec_with_match()
1337 cur_field++; in cmp_rec_rec_with_match()
1404 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
1425 while (cur_field < n_cmp) { in cmp_debug_dtuple_rec_with_match()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/rem/
H A Drem0cmp.cc677 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
682 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
702 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_low()
848 cur_field++; in cmp_dtuple_rec_with_match_low()
863 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
1169 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
1192 if (cur_field == 0) { in cmp_rec_rec_with_match()
1337 cur_field++; in cmp_rec_rec_with_match()
1404 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
1425 while (cur_field < n_cmp) { in cmp_debug_dtuple_rec_with_match()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dasteroideditordlg.cpp120 if (cur_field != -1) in BEGIN_MESSAGE_MAP()
132 cur_field = id - ID_FIELD_MENU; in OnCommand()
314 cur_field = 0; in OnInitDialog()
407 Assert(cur_field >= 0); in update_init()
411 m_density = a_field[cur_field].num_initial_asteroids; in update_init()
416 m_field_type = a_field[cur_field].field_type; in update_init()
417 m_debris_genre = a_field[cur_field].debris_genre; in update_init()
420 m_avg_speed = (int) vm_vec_mag(&a_field[cur_field].vel); in update_init()
421 m_min_x.Format("%.1f", a_field[cur_field].min_bound.xyz.x); in update_init()
467 if (a_field[cur_field].field_debris_type[idx] != -1) { in update_init()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dasteroideditordlg.cpp120 if (cur_field != -1) in BEGIN_MESSAGE_MAP()
132 cur_field = id - ID_FIELD_MENU; in OnCommand()
314 cur_field = 0; in OnInitDialog()
407 Assert(cur_field >= 0); in update_init()
411 m_density = a_field[cur_field].num_initial_asteroids; in update_init()
416 m_field_type = a_field[cur_field].field_type; in update_init()
417 m_debris_genre = a_field[cur_field].debris_genre; in update_init()
420 m_avg_speed = (int) vm_vec_mag(&a_field[cur_field].vel); in update_init()
421 m_min_x.Format("%.1f", a_field[cur_field].min_bound.xyz.x); in update_init()
472 if (a_field[cur_field].field_debris_type[idx] != -1) { in update_init()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/rem/
H A Drem0cmp.cc677 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
682 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
702 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_low()
848 cur_field++; in cmp_dtuple_rec_with_match_low()
863 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
1169 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
1192 if (cur_field == 0) { in cmp_rec_rec_with_match()
1337 cur_field++; in cmp_rec_rec_with_match()
1404 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
1425 while (cur_field < n_cmp) { in cmp_debug_dtuple_rec_with_match()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/rem/
H A Drem0cmp.cc677 cur_field = *matched_fields; in cmp_dtuple_rec_with_match_low()
682 ut_ad(cur_field <= n_cmp); in cmp_dtuple_rec_with_match_low()
702 while (cur_field < n_cmp) { in cmp_dtuple_rec_with_match_low()
848 cur_field++; in cmp_dtuple_rec_with_match_low()
863 *matched_fields = cur_field; in cmp_dtuple_rec_with_match_low()
1169 while ((cur_field < rec1_n_fields) && (cur_field < rec2_n_fields)) { in cmp_rec_rec_with_match()
1192 if (cur_field == 0) { in cmp_rec_rec_with_match()
1337 cur_field++; in cmp_rec_rec_with_match()
1404 if (cur_field == 0) { in cmp_debug_dtuple_rec_with_match()
1425 while (cur_field < n_cmp) { in cmp_debug_dtuple_rec_with_match()
[all …]

12345678910