Home
last modified time | relevance | path

Searched refs:olast (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/frink/frink-2.2.2/
H A Doutput.c308 if (olast != LBRACE && olast != DQSTART && !minimise) in blank()
312 olast = NL; in blank()
324 olast = NL; in comment()
331 switch (olast) in needSpace()
431 olast = LPAREN; in output()
468 switch (olast) in output()
484 olast = START; in output()
537 olast = NL; in output()
599 if (olast == DQSTART) in output()
612 if (olast == LBRACE) in output()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcRandom.h241 …orwardIterator first, ForwardIterator last, OutputIterator ofirst, OutputIterator olast, RNG rng) { in sample_with_replacement() argument
243 while(ofirst != olast) { in sample_with_replacement()
268 …orwardIterator first, ForwardIterator last, OutputIterator ofirst, OutputIterator olast, RNG rng) { in sample_without_replacement() argument
270 std::size_t output_range = std::distance(ofirst, olast); in sample_without_replacement()
282 while(ofirst != olast) { in sample_without_replacement()
292 void sample_range_without_replacement(T min, T max, OutputIterator ofirst, OutputIterator olast, RN… in sample_range_without_replacement() argument
296 sample_without_replacement(input.begin(), input.end(), ofirst, olast, rng); in sample_range_without_replacement()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java328 int olast = o.path.length; in startsWith() local
329 for (int i = 0; i < olast; i++) { in startsWith()
333 olast--; in startsWith()
335 o.path[olast] == '/' || in startsWith()
336 this.path[olast + 1] == '/'; in startsWith()
342 int olast = o.path.length - 1; in endsWith() local
343 if (olast > 0 && o.path[olast] == '/') in endsWith()
344 olast--; in endsWith()
351 (last < olast)) in endsWith()
353 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java328 int olast = o.path.length; in startsWith() local
329 for (int i = 0; i < olast; i++) { in startsWith()
333 olast--; in startsWith()
335 o.path[olast] == '/' || in startsWith()
336 this.path[olast + 1] == '/'; in startsWith()
342 int olast = o.path.length - 1; in endsWith() local
343 if (olast > 0 && o.path[olast] == '/') in endsWith()
344 olast--; in endsWith()
351 (last < olast)) in endsWith()
353 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java334 int olast = o.path.length; in startsWith() local
335 for (int i = 0; i < olast; i++) { in startsWith()
339 olast--; in startsWith()
341 o.path[olast] == '/' || in startsWith()
342 this.path[olast + 1] == '/'; in startsWith()
351 int olast = o.path.length - 1; in endsWith() local
352 if (olast > 0 && o.path[olast] == '/') in endsWith()
353 olast--; in endsWith()
360 (last < olast)) in endsWith()
362 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java336 int olast = o.path.length; in startsWith() local
337 for (int i = 0; i < olast; i++) { in startsWith()
341 olast--; in startsWith()
343 o.path[olast] == '/' || in startsWith()
344 this.path[olast + 1] == '/'; in startsWith()
353 int olast = o.path.length - 1; in endsWith() local
354 if (olast > 0 && o.path[olast] == '/') in endsWith()
355 olast--; in endsWith()
362 (last < olast)) in endsWith()
364 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java332 int olast = o.path.length; in startsWith() local
333 for (int i = 0; i < olast; i++) { in startsWith()
337 olast--; in startsWith()
339 o.path[olast] == '/' || in startsWith()
340 this.path[olast + 1] == '/'; in startsWith()
349 int olast = o.path.length - 1; in endsWith() local
350 if (olast > 0 && o.path[olast] == '/') in endsWith()
351 olast--; in endsWith()
358 (last < olast)) in endsWith()
360 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java332 int olast = o.path.length; in startsWith() local
333 for (int i = 0; i < olast; i++) { in startsWith()
337 olast--; in startsWith()
339 o.path[olast] == '/' || in startsWith()
340 this.path[olast + 1] == '/'; in startsWith()
349 int olast = o.path.length - 1; in endsWith() local
350 if (olast > 0 && o.path[olast] == '/') in endsWith()
351 olast--; in endsWith()
358 (last < olast)) in endsWith()
360 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java332 int olast = o.path.length; in startsWith() local
333 for (int i = 0; i < olast; i++) { in startsWith()
337 olast--; in startsWith()
339 o.path[olast] == '/' || in startsWith()
340 this.path[olast + 1] == '/'; in startsWith()
349 int olast = o.path.length - 1; in endsWith() local
350 if (olast > 0 && o.path[olast] == '/') in endsWith()
351 olast--; in endsWith()
358 (last < olast)) in endsWith()
360 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java334 int olast = o.path.length; in startsWith() local
335 for (int i = 0; i < olast; i++) { in startsWith()
339 olast--; in startsWith()
341 o.path[olast] == '/' || in startsWith()
342 this.path[olast + 1] == '/'; in startsWith()
351 int olast = o.path.length - 1; in endsWith() local
352 if (olast > 0 && o.path[olast] == '/') in endsWith()
353 olast--; in endsWith()
360 (last < olast)) in endsWith()
362 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java334 int olast = o.path.length; in startsWith() local
335 for (int i = 0; i < olast; i++) { in startsWith()
339 olast--; in startsWith()
341 o.path[olast] == '/' || in startsWith()
342 this.path[olast + 1] == '/'; in startsWith()
351 int olast = o.path.length - 1; in endsWith() local
352 if (olast > 0 && o.path[olast] == '/') in endsWith()
353 olast--; in endsWith()
360 (last < olast)) in endsWith()
362 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java332 int olast = o.path.length; in startsWith() local
333 for (int i = 0; i < olast; i++) { in startsWith()
337 olast--; in startsWith()
339 o.path[olast] == '/' || in startsWith()
340 this.path[olast + 1] == '/'; in startsWith()
349 int olast = o.path.length - 1; in endsWith() local
350 if (olast > 0 && o.path[olast] == '/') in endsWith()
351 olast--; in endsWith()
358 (last < olast)) in endsWith()
360 for (; olast >= 0; olast--, last--) { in endsWith()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java317 int olast = o.path.length() - 1; in endsWith() local
318 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
319 olast--; in endsWith()
325 if (olast == -1) { // o.path.length == 0 in endsWith()
328 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
329 || last < olast) { in endsWith()
332 for (; olast >= 0; olast--, last--) { in endsWith()
333 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
337 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java327 int olast = o.path.length() - 1; in endsWith() local
328 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
329 olast--; in endsWith()
335 if (olast == -1) { // o.path.length == 0 in endsWith()
338 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
339 || last < olast) { in endsWith()
342 for (; olast >= 0; olast--, last--) { in endsWith()
343 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
347 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java317 int olast = o.path.length() - 1; in endsWith() local
318 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
319 olast--; in endsWith()
325 if (olast == -1) { // o.path.length == 0 in endsWith()
328 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
329 || last < olast) { in endsWith()
332 for (; olast >= 0; olast--, last--) { in endsWith()
333 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
337 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java317 int olast = o.path.length() - 1; in endsWith() local
318 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
319 olast--; in endsWith()
325 if (olast == -1) { // o.path.length == 0 in endsWith()
328 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
329 || last < olast) { in endsWith()
332 for (; olast >= 0; olast--, last--) { in endsWith()
333 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
337 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java327 int olast = o.path.length() - 1; in endsWith() local
328 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
329 olast--; in endsWith()
335 if (olast == -1) { // o.path.length == 0 in endsWith()
338 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
339 || last < olast) { in endsWith()
342 for (; olast >= 0; olast--, last--) { in endsWith()
343 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
347 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java327 int olast = o.path.length() - 1; in endsWith() local
328 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
329 olast--; in endsWith()
335 if (olast == -1) { // o.path.length == 0 in endsWith()
338 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
339 || last < olast) { in endsWith()
342 for (; olast >= 0; olast--, last--) { in endsWith()
343 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
347 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java323 int olast = o.path.length() - 1; in endsWith() local
324 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
325 olast--; in endsWith()
331 if (olast == -1) { // o.path.length == 0 in endsWith()
334 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
335 || last < olast) { in endsWith()
338 for (; olast >= 0; olast--, last--) { in endsWith()
339 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
343 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java323 int olast = o.path.length() - 1; in endsWith() local
324 if (olast > 0 && o.path.charAt(olast) == '/') { in endsWith()
325 olast--; in endsWith()
331 if (olast == -1) { // o.path.length == 0 in endsWith()
334 if ((o.isAbsolute() && (!t.isAbsolute() || olast != last)) in endsWith()
335 || last < olast) { in endsWith()
338 for (; olast >= 0; olast--, last--) { in endsWith()
339 if (o.path.charAt(olast) != t.path.charAt(last)) { in endsWith()
343 return o.path.charAt(olast + 1) == '/' || in endsWith()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Dlbxio.c244 ConnectionOutputPtr noco = proxy->olast;
287 if (proxy->olast)
288 proxy->olast->next = noco;
291 proxy->olast = noco;
305 if (proxy->olast)
306 proxy->olast->next = oco;
309 proxy->olast = oco;
426 proxy->olast = NULL;
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_dump.cpp692 bigint nsnap,ntotal,ofirst,olast,rfirst,rlast,lo,hi; in read_atoms() local
708 olast = (bigint) (otherproc+1) * nsnap/nprocs_cluster; in read_atoms()
709 if (olast-ofirst > MAXSMALLINT) in read_atoms()
711 nnew = static_cast<int> (olast - ofirst); in read_atoms()
729 hi = MIN(olast,rlast); in read_atoms()
737 if (hi == olast) { in read_atoms()
740 olast = (bigint) (otherproc+1) * nsnap/nprocs_cluster; in read_atoms()
749 olast = (bigint) (me_cluster+1) * nsnap/nprocs_cluster; in read_atoms()
750 if (olast-ofirst > MAXSMALLINT) in read_atoms()
752 nnew = static_cast<int> (olast - ofirst); in read_atoms()
/dports/editors/xvile/vile-9.8v/
H A Ditbuff.c324 size_t olast; in itb_seek() local
329 olast = p->itb_last; in itb_seek()
337 return olast; in itb_seek()
/dports/editors/vile/vile-9.8v/
H A Ditbuff.c324 size_t olast; in itb_seek() local
329 olast = p->itb_last; in itb_seek()
337 return olast; in itb_seek()
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dxdata.h85 xdata_option_t options, olast; member

123