Home
last modified time | relevance | path

Searched refs:lastloc (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/scloader/scloader-0.32_1/src/
H A Dconfigloader.java37 location lastloc; in configloader() local
42 lastloc=null; in configloader()
197 loc.add(lastloc); in configloader()
218 lastloc.setName(c); in configloader()
233 lastloc.setPriority(c); in configloader()
241 lastloc.setDepth(c); in configloader()
247 lastloc.setDelay(f); in configloader()
253 lastloc.setCrawlTime(f); in configloader()
264 lastloc.serveroptions(o); in configloader()
286 lastloc.addURLExtract(c,st.hasMoreTokens()? st.nextToken() : null); in configloader()
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Dcoupling_matrix.h161 const std::size_t lastloc = lb->second; variable
165 libmesh_assert_less_equal(firstloc, lastloc);
177 return (lastloc >= _location);
234 const std::size_t lastloc = lb->second; variable
235 libmesh_assert_less_equal(firstloc, lastloc);
256 if (_location == lastloc)
266 else if (_location == lastloc)
272 else if (_location < lastloc)
298 if (_location > lastloc)
300 if (_location == lastloc + 1)
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Dcoupling_matrix.C62 const std::size_t lastloc = lb->second; variable
63 libmesh_assert_less_equal(lb->first, lastloc);
73 libmesh_assert_greater(next->first, lastloc+1);
83 if (other_range_start <= lastloc)
105 libmesh_assert_greater(nextloc, lastloc+1);
/dports/shells/zsh/zsh-5.8.1/Functions/Zftp/
H A Dzfautocheck16 local lastloc=$zfconfig[lastloc_$ZFTP_SESSION]
36 elif [[ -n $lastloc && $ZFTP_HOST == ${lastloc%%:*} ]]; then
38 zfcd ${lastloc#*:} >& /dev/null
H A Dzfparams11 for key in fcache lastloc lastdir curdir otherdir otherargs lastuser; do
H A Dzftp_chpwd21 # don't keep lastdir between opens (do keep lastloc)
/dports/lang/pcc/pcc-1.1.0/arch/pdp11/
H A Dcode.c32 int lastloc = -1; variable
47 lastloc = -1; in defloc()
52 if (s != lastloc) in defloc()
54 lastloc = s; in defloc()
/dports/emulators/atari800/atari800-3.1.0/src/javanvm/
H A Dinput.c100 static int lastloc = KEY_LOCATION_UNKNOWN; in PLATFORM_Keyboard() local
114 lastloc = event[JAVANVM_KeyEventKeyLocation]; in PLATFORM_Keyboard()
236 #define LQE(x) (lastkey == KBD_##x && lastloc == KBD_##x##_LOC) in PLATFORM_Keyboard()
263 …if (Atari800_machine_type == Atari800_MACHINE_5200 && !UI_is_active && lastloc == KEY_LOCATION_STA… in PLATFORM_Keyboard()
303 if (lastloc == KEY_LOCATION_STANDARD) switch (lastkey) { in PLATFORM_Keyboard()
352 if (INPUT_cx85 && lastloc == KEY_LOCATION_NUMPAD) switch (lastkey) { in PLATFORM_Keyboard()
388 if (key_control && lastloc == KEY_LOCATION_STANDARD) { in PLATFORM_Keyboard()
439 if (lastloc == KEY_LOCATION_STANDARD) { in PLATFORM_Keyboard()
/dports/lang/pcc/pcc-1.1.0/arch/pdp10/
H A Dcode.c41 static int lastloc = -1; in defloc() local
46 lastloc = -1; in defloc()
55 } else if (s != lastloc) in defloc()
57 lastloc = s; in defloc()
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dflocal.c49 static int lastloc = -1; in setloc() local
52 if (l == lastloc) in setloc()
55 lastloc = l; in setloc()
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dflocal.c49 static int lastloc = -1; in setloc() local
52 if (l == lastloc) in setloc()
55 lastloc = l; in setloc()
/dports/lang/pcc/pcc-1.1.0/arch/hppa/
H A Dcode.c48 static int lastloc = -1; in defloc() local
54 lastloc = -1; in defloc()
63 } else if (s != lastloc) in defloc()
65 lastloc = s; in defloc()
/dports/devel/splint/splint-3.1.2/src/
H A DflagMarkerList.c78 int lastloc; in flagMarkerList_add() local
189 lastloc = flagMarkerList_lastBeforeLoc (s, flagMarker_getLoc (fm)); in flagMarkerList_add()
198 if (lastloc == -1) in flagMarkerList_add()
210 for (i = s->nelements; i > lastloc + 1; i--) in flagMarkerList_add()
215 s->elements [lastloc + 1] = fm; in flagMarkerList_add()
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dpostproc.py199 lastloc = ir_block.loc
201 lastloc = stmt.loc
208 body.append(ir.Del(var_name, loc=lastloc))
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dsymtabs.c53 int lastloc = NOSEG; variable
378 if (lastloc != seg) in locctr()
401 if (lastloc != seg) in locctr()
404 lastloc = seg; in locctr()
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dsymtabs.c53 int lastloc = NOSEG; variable
378 if (lastloc != seg) in locctr()
401 if (lastloc != seg) in locctr()
404 lastloc = seg; in locctr()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsnd_3dras.h34 …vec3_t lastloc; //Since DP has no way of tracking the deletion, we will use this instead (great… member
H A Dsnd_3dras.c514 VectorCopy(now_e->lastloc,float3); in S_Update()
769 VectorCopy(cl.entities[entnum].state_current.origin, now_e->lastloc); in S_StartSound_OnEnt()
770 DP_To_Ras_Location(now_e->lastloc,tmp_location); in S_StartSound_OnEnt()
819 VectorCopy(now_e->lastloc,origin); in S_StartSound_OnLocation()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsnd_3dras.h34 …vec3_t lastloc; //Since DP has no way of tracking the deletion, we will use this instead (great… member
H A Dsnd_3dras.c515 VectorCopy(now_e->lastloc,float3); in S_Update()
770 VectorCopy(cl.entities[entnum].state_current.origin, now_e->lastloc); in S_StartSound_OnEnt()
771 DP_To_Ras_Location(now_e->lastloc,tmp_location); in S_StartSound_OnEnt()
820 VectorCopy(now_e->lastloc,origin); in S_StartSound_OnLocation()
/dports/games/darkplaces/darkplaces/
H A Dsnd_3dras.h34 …vec3_t lastloc; //Since DP has no way of tracking the deletion, we will use this instead (great… member
H A Dsnd_3dras.c514 VectorCopy(now_e->lastloc,float3); in S_Update()
769 VectorCopy(cl.entities[entnum].state_current.origin, now_e->lastloc); in S_StartSound_OnEnt()
770 DP_To_Ras_Location(now_e->lastloc,tmp_location); in S_StartSound_OnEnt()
819 VectorCopy(now_e->lastloc,origin); in S_StartSound_OnLocation()
/dports/lang/pcc/pcc-1.1.0/arch/mips/
H A Dlocal.c595 if (locc == lastloc && locc != STRNG) in setloc1()
597 if (locc == RDATA && lastloc == STRNG) in setloc1()
600 if (locc != lastloc) { in setloc1()
601 lastloc = locc; in setloc1()
/dports/lang/pcc/pcc-1.1.0/arch/m16c/
H A Dlocal.c364 if (locc == lastloc) in setloc1()
366 lastloc = locc; in setloc1()
/dports/biology/bbmap/bbmap/current/bloom/
H A DErrorCorrect.java524 int lastloc=-99; in correctErrors() local
530 if(Tools.absdif(errorLoc,lastloc)<=BURST_THRESH){burst++;} in correctErrors()
532 lastloc=errorLoc; in correctErrors()
552 if(Tools.absdif(errorLoc,lastloc)<=BURST_THRESH){burst++;} in correctErrors()
554 lastloc=errorLoc; in correctErrors()

123