Home
last modified time | relevance | path

Searched refs:mod_table (Results 1 – 25 of 140) sorted by relevance

123456

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_adaptor.cxx119 } mod_table[] = { { vgui_MODIFIER_NULL, "None" }, in config_dialog() local
124 const unsigned num_mods = sizeof(mod_table) / sizeof(mod_table[0]); in config_dialog()
147 if (mod_table[i].mod == popup_modifier_) in config_dialog()
149 mod_labels.push_back(mod_table[i].str); in config_dialog()
179 bind_popups(mod_table[mod_index].mod, but_table[but_index].but); in config_dialog()
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dfcs_base64.h19 static const size_t mod_table[] = {0, 2, 1}; variable
48 for (size_t i = 0; i < mod_table[input_length % 3]; i++) in base64_encode()
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/
H A Dmodexact_1c_odd.as98 %define mod_table ___gmp_modlimb_invert_table
100 %define mod_table __gmp_modlimb_invert_table
108 mov r9, [mod_table wrt rip wrt ..gotpcrel]
110 lea r9, [mod_table wrt rip]
/dports/devel/opendht/opendht-1.10.1/src/
H A Dbase64.cpp35 static const size_t mod_table[] = { 0, 2, 1 }; variable
59 for (i = 0; i < mod_table[input_length % 3]; i++) in base64_encode()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dbase64.cpp35 static const size_t mod_table[] = { 0, 2, 1 }; variable
59 for (i = 0; i < mod_table[input_length % 3]; i++) in base64_encode()
/dports/audio/baresip/baresip-0.5.8/src/
H A Dmodule.c33 extern const struct mod_export *mod_table[];
44 const struct mod_export *me = mod_table[i]; in lookup_static_module()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncTaxTable.c162 mod_table (GncTaxTable *table) in mod_table() function
566 mod_table (entry->table); in gncTaxTableEntrySetAccount()
578 mod_table (entry->table); in gncTaxTableEntrySetType()
590 mod_table (entry->table); in gncTaxTableEntrySetAmount()
607 mod_table (table); in gncTaxTableAddEntry()
618 mod_table (table); in gncTaxTableRemoveEntry()
/dports/audio/baresip/baresip-0.5.8/mk/win32/
H A Dstatic.c22 const struct mod_export *mod_table[] = { variable
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DNes_Fds_Apu.cpp198 static short const mod_table [8] = { 0, +1, +2, +4, 0, -4, -2, -1 }; in run_until() local
201 int new_sweep_bias = (sweep_bias + mod_table [mod]) & 0x7F; in run_until()
/dports/devel/libnsutils/libnsutils-0.1.0/src/
H A Dbase64.c110 static unsigned int mod_table[] = {0, 2, 1}; variable
160 for (i = 0; i < mod_table[input_length % 3]; i++) { in table_encode()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DNes_Fds_Apu.cpp198 static short const mod_table [8] = { 0, +1, +2, +4, 0, -4, -2, -1 }; in run_until() local
201 int new_sweep_bias = (sweep_bias + mod_table [mod]) & 0x7F; in run_until()
/dports/net/file2pcap/file2pcap-1.29/
H A Dhelpers.c32 static int mod_table[] = {0, 2, 1}; in base64_encode() local
68 for (i = 0; i < mod_table[input_length % 3]; i++) in base64_encode()
/dports/math/p5-Math-Prime-XS/Math-Prime-XS-0.27/
H A DXS.xs78 const unsigned long mod_table = ~ (( (1 << 0)) variable
126 if ((mod_table >> (n%30)) & 1) {
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dcavs.h243 static inline void modify_pred(const int_fast8_t *mod_table, int *mode) { in modify_pred() argument
244 *mode = mod_table[*mode]; in modify_pred()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A DChangeLog672 (mod_table): Move MOD_62_32BIT, MOD_8D, MOD_C4_32BIT,
765 * i386-dis-evex-reg.h: No longer link to mod_table[] for opcodes
861 (vex_len_table): Link to mod_table[] for opcodes 0F41, 0F42,
867 (mod_table): Link to vex_w_table[] for opcodes 0F41, 0F42,
892 (reg_table): No longer link to mod_table[] for VEX opcodes 0F71,
897 (vex_table): Link to mod_table[] for opcodes 0F71, 0F72, and
913 (dis386_twobyte): Link to mod_table[] for opcodes 71, 72, and
915 (reg_table): No longer link to mod_table[] for opcodes 0F71,
917 (mod_table): Link to reg_table[] for opcodes 0F71, 0F72, and
924 (reg_table): Don't link to mod_table[] where not needed. Add
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A DChangeLog662 (mod_table): Move MOD_62_32BIT, MOD_8D, MOD_C4_32BIT,
755 * i386-dis-evex-reg.h: No longer link to mod_table[] for opcodes
851 (vex_len_table): Link to mod_table[] for opcodes 0F41, 0F42,
857 (mod_table): Link to vex_w_table[] for opcodes 0F41, 0F42,
882 (reg_table): No longer link to mod_table[] for VEX opcodes 0F71,
887 (vex_table): Link to mod_table[] for opcodes 0F71, 0F72, and
903 (dis386_twobyte): Link to mod_table[] for opcodes 71, 72, and
905 (reg_table): No longer link to mod_table[] for opcodes 0F71,
907 (mod_table): Link to reg_table[] for opcodes 0F71, 0F72, and
914 (reg_table): Don't link to mod_table[] where not needed. Add
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A DChangeLog672 (mod_table): Move MOD_62_32BIT, MOD_8D, MOD_C4_32BIT,
765 * i386-dis-evex-reg.h: No longer link to mod_table[] for opcodes
861 (vex_len_table): Link to mod_table[] for opcodes 0F41, 0F42,
867 (mod_table): Link to vex_w_table[] for opcodes 0F41, 0F42,
892 (reg_table): No longer link to mod_table[] for VEX opcodes 0F71,
897 (vex_table): Link to mod_table[] for opcodes 0F71, 0F72, and
913 (dis386_twobyte): Link to mod_table[] for opcodes 71, 72, and
915 (reg_table): No longer link to mod_table[] for opcodes 0F71,
917 (mod_table): Link to reg_table[] for opcodes 0F71, 0F72, and
924 (reg_table): Don't link to mod_table[] where not needed. Add
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A DChangeLog672 (mod_table): Move MOD_62_32BIT, MOD_8D, MOD_C4_32BIT,
765 * i386-dis-evex-reg.h: No longer link to mod_table[] for opcodes
861 (vex_len_table): Link to mod_table[] for opcodes 0F41, 0F42,
867 (mod_table): Link to vex_w_table[] for opcodes 0F41, 0F42,
892 (reg_table): No longer link to mod_table[] for VEX opcodes 0F71,
897 (vex_table): Link to mod_table[] for opcodes 0F71, 0F72, and
913 (dis386_twobyte): Link to mod_table[] for opcodes 71, 72, and
915 (reg_table): No longer link to mod_table[] for opcodes 0F71,
917 (mod_table): Link to reg_table[] for opcodes 0F71, 0F72, and
924 (reg_table): Don't link to mod_table[] where not needed. Add
[all …]
/dports/lang/perl5.30/perl-5.30.3/lib/Unicode/
H A DUCD.t1474 my $mod_table;
1495 $mod_table = "$extra_chars$prop_only = $value";
1502 $mod_table = "$extra_chars$table";
1505 $mod_table = $table;
1506 while ($mod_table =~ s/(\d)(\d)/$1_$2/g) {}
1510 my @tested = prop_invlist($mod_table);
1512 … is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1521 …is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its n…
1575 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1579 pass("prop_invlist('$mod_table')");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/Unicode/
H A DUCD.t1473 my $mod_table;
1494 $mod_table = "$extra_chars$prop_only = $value";
1501 $mod_table = "$extra_chars$table";
1504 $mod_table = $table;
1505 while ($mod_table =~ s/(\d)(\d)/$1_$2/g) {}
1509 my @tested = prop_invlist($mod_table);
1511 … is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1520 …is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its n…
1574 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1578 pass("prop_invlist('$mod_table')");
/dports/lang/perl5.34/perl-5.34.0/lib/Unicode/
H A DUCD.t1471 my $mod_table;
1492 $mod_table = "$extra_chars$prop_only = $value";
1499 $mod_table = "$extra_chars$table";
1502 $mod_table = $table;
1503 while ($mod_table =~ s/(\d)(\d)/$1_$2/g) {}
1507 my @tested = prop_invlist($mod_table);
1509 … is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1518 …is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its n…
1572 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1576 pass("prop_invlist('$mod_table')");
/dports/lang/perl5.32/perl-5.32.1/lib/Unicode/
H A DUCD.t1471 my $mod_table;
1492 $mod_table = "$extra_chars$prop_only = $value";
1499 $mod_table = "$extra_chars$table";
1502 $mod_table = $table;
1503 while ($mod_table =~ s/(\d)(\d)/$1_$2/g) {}
1507 my @tested = prop_invlist($mod_table);
1509 … is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1518 …is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its n…
1572 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1576 pass("prop_invlist('$mod_table')");
/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dpsl1ght_input.c62 static int mod_table[] = { variable
184 if (id == mod_table[i]) in psl1ght_keyboard_port_input_pressed()
/dports/science/PETSc/petsc-3.14.1/src/sys/webclient/
H A Dglobus.c19 static size_t mod_table[] = {0, 2, 1}; in base64_encode() local
41 for (i = 0; i < mod_table[input_length % 3]; i++) encoded_data[output_length - 1 - i] = '='; in base64_encode()
/dports/net/uget/uget-2.2.1/uglib/
H A DUgUtil.c328 static int mod_table[] = {0, 2, 1};
380 for (i = 0; i < mod_table[input_length % 3]; i++)

123456