Searched refs:gt (Results 1 - 25 of 57) sorted by relevance

123

/haiku-fatelf/data/etc/profile.d/
H A Dbash_completion.sh6 if [ $bmajor -gt 3 ] || [ $bmajor -eq 3 -a $bminor -ge 2 ]; then
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Dexecute.sh66 if [ $TOTAL_SEC -gt 60 ]
71 if [ $TOTAL_MIN -gt 60 ]
76 if [ $TOTAL_HR -gt 60 ]
121 if [ $TOTAL_SEC -gt 60 ]
126 if [ $TOTAL_MIN -gt 60 ]
131 if [ $TOTAL_HR -gt 60 ]
240 if [ $RET_VAL -gt 5 -a $RET_VAL -ne $TIMEVAL_RET ]
H A DMakefile124 if [ $$RESULT -gt 5 -a $$RESULT -ne $(TIMEOUT_RET) ]; \
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh118 if [ $result -gt 0 ]; then
212 if [ $returnCode -gt 0 ] ; then
219 if [ $returnCode -gt 0 ] ; then
238 if [ $result -gt 0 ]; then
262 if [ $result -gt 0 ]; then
274 if [ $result -gt 0 ]; then
278 if [ $result -gt 0 ]; then
291 if [ $result -gt 0 ]; then
312 if [ $result -gt 0 ]; then
H A Dinstalloptionalpackage213 if [ \$HAIKU_INCLUDE_SOURCES -gt 0 ]; then
561 while [ $# -gt 0 ]; do
589 if [ $exitcode -gt 0 ]; then
629 if ! [ ${#packagesToInstall} -gt 1 ]; then
843 line=${line//'>'/'-gt'}
/haiku-fatelf/src/bin/rcs/
H A Dmaketime.c201 time_t d, gt; local
218 gt = t_cache[localzone];
219 gtm = gt ? &tm_cache[localzone] : time2tm(gt,localzone);
225 gt += d;
226 gtm = time2tm(gt,localzone);
228 t_cache[localzone] = gt;
245 return gt;
/haiku-fatelf/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeAddSUBPIX.h22 uint8 gt = min_c(255, _p.data8[1] + (g)); \
24 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
H A DDrawingModeBlendSUBPIX.h23 uint8 gt = (_p.data8[1] + (g)) >> 1; \
25 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
H A DDrawingModeSubtractSUBPIX.h22 uint8 gt = max_c(0, _p.data8[1] - (g)); \
24 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
H A DDrawingModeBlend.h20 uint8 gt = (_p.data8[1] + (g)) >> 1; \
22 BLEND(d, rt, gt, bt, a); \
H A DDrawingModeAdd.h21 uint8 gt = min_c(255, _p.data8[1] + (g)); \
23 BLEND(d, rt, gt, bt, a); \
H A DDrawingModeSubtract.h23 uint8 gt = max_c(0, _p.data8[1] - (g)); \
25 BLEND(d, rt, gt, bt, a); \
/haiku-fatelf/src/bin/patch/
H A Dmaketime.c234 time_t d, gt; local
249 gt = t_cache[localzone];
250 gtm = gt ? &tm_cache[localzone] : time2tm (gt, localzone);
257 gt += d;
258 gtm = time2tm (gt, localzone);
275 /* If gt is a leap second, try gt+1; if it is one greater than
276 a leap second, try gt-1; otherwise, it doesn't matter.
279 gt
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_indent.sh52 if test $m1 -ne $v1 -o $m2 -ne $v2 -o $m3 -gt $v3
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dinstall.sh41 while [ $# -gt 1 ]; do
55 if [ $argc -gt 2 -a $dstisdir = 0 ]; then
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A Ddo-plot67 if [ $events -gt 0 ]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot67 if [ $events -gt 0 ]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Ddo-plot67 if [ $events -gt 0 ]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
H A Ddo-plot67 if [ $events -gt 0 ]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_open/
H A Ddo-plot67 if [ $events -gt 0 ]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c283 time_t t, gt, t0, t1, t2; local
408 (gt = guess_time_tm (year, yday, hour, min, sec, &t,
410 t != gt);
411 t1 = t2, t2 = t, t = gt, dst2 = tm.tm_isdst != 0)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c276 time_t t, gt, t0, t1, t2; local
399 (gt = guess_time_tm (year, yday, hour, min, sec, &t,
401 t != gt);
402 t1 = t2, t2 = t, t = gt, dst2 = tm.tm_isdst != 0)
/haiku-fatelf/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh58 if [ "$?" -gt 0 ]; then
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dautogen.sh246 test "$sgmltools_version_minor" -gt 0 ||
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap293 if [ "$p1" -gt "$p2" ] 2>/dev/null; then # numeric comparison
295 elif [ "$p2" -gt "$p1" ] 2>/dev/null; then # numeric comparison

Completed in 163 milliseconds

123