Home
last modified time | relevance | path

Searched refs:tmpflag (Results 1 – 19 of 19) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/gdb/src/gdbclient/
H A Dxml.c180 gdbr_xml_flags_t *tmpflag; in gdbr_parse_target_xml() local
223 tmpflag = NULL; in gdbr_parse_target_xml()
242 if (tmpflag) { in gdbr_parse_target_xml()
254 tmpflag->fields[i].sz, tmpflag->fields[i].bit_num + regoff); in gdbr_parse_target_xml()
578 gdbr_xml_flags_t *tmpflag = NULL; in _extract_flags() local
601 type_sz = sizeof (tmpflag->type); in _extract_flags()
613 tmpflag->num_bits *= 8; in _extract_flags()
663 tmpflag->fields[num_fields].sz -= tmpflag->fields[num_fields].bit_num; in _extract_flags()
669 r_list_push (flags, tmpflag); in _extract_flags()
678 free (tmpflag); in _extract_flags()
[all …]
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dfttag.c747 int sflag, new, tflag2, tmpflag, tflag; in parse_action_match() local
860 tmpflag = as_look->set_flags_lookup[as]; in parse_action_match()
863 ((tmpflag & FT_TAG_OR_SRCDST) & tflag2)) { in parse_action_match()
891 ((tmpflag & FT_TAG_OR_SRCDST) & tflag2)) { in parse_action_match()
918 tmpflag = port_look->set_flags_lookup[port]; in parse_action_match()
946 tmpflag = tos_look->set_flags_lookup[tos]; in parse_action_match()
977 tmpflag = any_look->set_flags; in parse_action_match()
1019 tmpflag = prefix_look->set_flags; in parse_action_match()
1095 tmpflag = nh_look->set_flags; in parse_action_match()
1152 tmpflag = exporter_look->set_flags; in parse_action_match()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLFileSystem.py224 def add(self, lookedup, tmpflag, tmpfile): argument
243 and not tmpflag and filecmp.cmp(lookedup, tmpfile):
254 def update(self, lookedup, tmpflag, tmpfile, already_present): argument
300 and not tmpflag and filecmp.cmp(lookedup, tmpfile):
333 lookedup, tmpflag = self.filesystem.lookup(xoriginal)
368 self.update(lookedup, tmpflag, tmpfile, already_present)
371 self.add(lookedup, tmpflag, tmpfile)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuIO.pas390 var tmpflag: boolean;
394 tmpflag:= true;
397 …and (tmpflag or (headcmd^.cmd = '#')) // '#' is the only cmd which can be sent within same tick af…
439 tmpflag:= false;
473 if (headcmd <> nil) and tmpflag and (not CurrentTeam^.hasGone) then
480 isInLag:= (headcmd = nil) and tmpflag and (not CurrentTeam^.hasGone);
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuIO.pas390 var tmpflag: boolean;
394 tmpflag:= true;
397 …and (tmpflag or (headcmd^.cmd = '#')) // '#' is the only cmd which can be sent within same tick af…
439 tmpflag:= false;
473 if (headcmd <> nil) and tmpflag and (not CurrentTeam^.hasGone) then
480 isInLag:= (headcmd = nil) and tmpflag and (not CurrentTeam^.hasGone);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/network_io/unix/
H A Dsockopt.c266 int tmpflag = 0; in apr_socket_opt_set() local
268 (void*)&tmpflag, sizeof(int)) == -1) { in apr_socket_opt_set()
289 int tmpflag = 1; in apr_socket_opt_set() local
291 (void*)&tmpflag, sizeof(int)) == -1) { in apr_socket_opt_set()
/dports/devel/apr1/apr-1.7.0/network_io/unix/
H A Dsockopt.c278 int tmpflag = 0; in apr_socket_opt_set() local
280 (void*)&tmpflag, sizeof(int)) == -1) { in apr_socket_opt_set()
301 int tmpflag = 1; in apr_socket_opt_set() local
303 (void*)&tmpflag, sizeof(int)) == -1) { in apr_socket_opt_set()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/fortran/
H A DDirectAccessNoHolesF90.F9053 integer :: nverts, tmpflag
151 tmpflag = iMesh_QUADRILATERAL
152 call iMesh_getEntArrAdj(%val(imesh), verts, %val(nverts), %val(tmpflag), &
/dports/games/xmines/xmines/
H A DX11.c547 int tmpflag; in show_high_scores() local
550 tmpflag = pauseflag; in show_high_scores()
584 pauseflag = tmpflag; in show_high_scores()
/dports/editors/teco/tecoc0398/src/
H A Dzlinux.c909 int tmpflag = 0; local
926 tmpflag = 1;
967 if (tmpflag) {
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsavegame_json.cpp1500 bool tmpflag = false; in deserialize() local
1502 data.read( rule.first, tmpflag ); in deserialize()
1503 if( tmpflag ) { in deserialize()
1508 data.read( "rule_" + rule.first, tmpflag ); in deserialize()
1509 if( tmpflag ) { in deserialize()
1515 if( tmpflag ) { in deserialize()
1521 if( tmpflag ) { in deserialize()
1530 data.read( "rule_avoid_combat", tmpflag ); in deserialize()
1531 if( tmpflag ) { in deserialize()
1539 if( tmpflag ) { in deserialize()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsavegame_json.cpp1500 bool tmpflag = false; in deserialize() local
1502 data.read( rule.first, tmpflag ); in deserialize()
1503 if( tmpflag ) { in deserialize()
1508 data.read( "rule_" + rule.first, tmpflag ); in deserialize()
1509 if( tmpflag ) { in deserialize()
1515 if( tmpflag ) { in deserialize()
1521 if( tmpflag ) { in deserialize()
1530 data.read( "rule_avoid_combat", tmpflag ); in deserialize()
1531 if( tmpflag ) { in deserialize()
1539 if( tmpflag ) { in deserialize()
[all …]
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-cmd.c1057 int tmpflag; in iwcmd_run() local
1350 tmpflag = 0; // Have we displayed a "gaussian filter" warning yet? in iwcmd_run()
1354 tmpflag = 1; in iwcmd_run()
1359 if(!p->nowarn && !tmpflag) { in iwcmd_run()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/viewer/
H A Dsviewer.m1916 tmpflag = isequal(Data.HDR.TYPE,'alpha') && isequal(file,'marker'); variable
1917 tmpflag = tmpflag || isequal(file,Data.File.file); variable
1918 tmpflag = tmpflag && isequal(path,Data.File.path); variable
1919 if tmpflag,
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dplan.c2788 static int tmpflag; local
2797 wake_unit(tmpside, unit, tmpflag);
2806 tmpflag = occs;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/d30v/
H A Dd30v.md2211 rtx tmpflag = operands[4];
2220 tmpflag,
2224 gen_rtx_NE (CCmode, tmpflag, const0_rtx),
2231 gen_rtx_EQ (CCmode, tmpflag, const0_rtx),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/d30v/
H A Dd30v.md2211 rtx tmpflag = operands[4];
2220 tmpflag,
2224 gen_rtx_NE (CCmode, tmpflag, const0_rtx),
2231 gen_rtx_EQ (CCmode, tmpflag, const0_rtx),
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php833 $tmpflag = picto_from_langcode($row['code_iso'], 'class="saturatemedium marginrightonly"');
834 $labeltoshow = $tmpflag.' '.$labeltoshow;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php961 $tmpflag = picto_from_langcode($row['code_iso'], 'class="saturatemedium paddingrightonly"');
962 $labeltoshow = $tmpflag.' '.$labeltoshow;