Searched refs:work (Results 1 - 9 of 9) sorted by relevance

/haiku/3rdparty/docker/bootstrap/
H A DMakefile6 # (lets you "work on the code used to bootstrap" a bit easier)
8 EXTRA=-v $(SOURCES)/haiku:/work/src/haiku -v $(SOURCES)/buildtools:/work/src/buildtools
17 ${ENGINE} run -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} prep
19 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} crosstools
21 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} bootstrap
23 ${ENGINE} run -it -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} /bin/bash -l
/haiku/3rdparty/pulkomandy/
H A Dunbootstrap.sh10 mkdir -p work
11 cd work
16 echo Cleaning work directory...
/haiku/src/apps/resedit/
H A DBitmapView.cpp295 rgb_color work; local
304 work = tint_color(base, B_DARKEN_2_TINT);
305 AddLine(r.LeftTop(), r.RightTop(), work);
306 AddLine(r.LeftTop(), r.LeftBottom(), work);
309 work = tint_color(base, B_DARKEN_4_TINT);
310 AddLine(r.RightTop(), r.RightBottom(), work);
311 AddLine(r.LeftBottom(), r.RightBottom(), work);
318 work = tint_color(base, B_LIGHTEN_MAX_TINT);
319 AddLine(r.LeftTop(), r.RightTop(), work);
320 AddLine(r.LeftTop(), r.LeftBottom(), work);
[all...]
/haiku/src/bin/unzip/
H A Dglobals.h126 to work either way. For these platforms, I simply keep a global pointer
217 union work area; /* see unzpriv.h for definition of work */
H A Dunzpriv.h383 # define MSC /* This should work for older MSC, too! */
504 /* use a single LF delimiter so that writes to 101 text files work */
1424 #define HSIZE (1 << MAX_BITS) /* size of global work area */
1540 Zipfile work area declarations.
1544 union work { union
1553 union work { union
2269 * should work on EBCDIC machines, too). The fact that either or both
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1713 the work of Keigo Hirakawa, Thomas Parks, and Paul Lee.
1888 double work[3][6], num;
1893 work[i][j] = j == i + 3;
1897 work[i][j] += in[k][i] * in[k][j];
1903 num = work[i][i];
1905 work[i][j] /= num;
1911 num = work[k][i];
1914 work[k][j] -= work[i][j] * num;
1922 out[i][j] += work[
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php112 // doesnt really work yet
/haiku/src/libs/iconv/
H A Daliases.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3130 * Flush any outstanding LRO work
4047 u_int work = 0; local
4058 nmirq = netmap_rx_irq(ctx->ifc_ifp, rxq->ifr_id, &work);
5228 * we have a good value there that is known to work.

Completed in 250 milliseconds