Searched defs:work (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinflate9.h45 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c519 /* allocate work areas */
621 unsigned short lens[16], work[16]; local
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_smedia.c88 For this routine to work, the SETUP/200 must fit entirely
436 char *work; local
440 work = data;
441 work += 5;
442 while (work + 4 < data + dlen) {
443 memcpy(&msg_id, work, 2);
444 work += 2;
445 memcpy(&msg_len, work, 2);
446 work += 2;
452 memcpy(&port, work,
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
/vbox/src/recompiler/target-i386/
H A Dexec.h331 int work; local
333 work = (env->interrupt_request & CPU_INTERRUPT_HARD) &&
335 work |= env->interrupt_request & CPU_INTERRUPT_NMI;
336 work |= env->interrupt_request & CPU_INTERRUPT_INIT;
337 work |= env->interrupt_request & CPU_INTERRUPT_SIPI;
339 return work;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c363 * get a chance to do that work if and when the timeout is reenabled
2273 uint_t work; local
2276 * and start a new timeout if any work has accumulated while
2281 work = fasttrap_cleanup_work;
2284 if (work)
H A Ddtrace.c1322 int i, j, work = 0; local
1329 * If the dirty list is NULL, there is no dirty work to do.
1391 work = 1;
1412 if (!work) {
1414 * We have no work to do; we can simply return.
2607 * is work to be done, it cross calls all CPUs to perform that work;
2614 int work = 0, rv; local
2626 work++;
2630 if (!work)
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c2728 char work[30]; local
2736 snprintf(work, 29, "%d", value);
2737 cur = &work[0];
2750 For the dimension of work,
2758 char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP]; local
2769 * In either case, result is in work, and after_fraction points
2778 size = snprintf(work, sizeof(work),"%*.*e",
2780 while ((size > 0) && (work[size] != 'e')) size--;
2794 size = snprintf(work, sizeo
[all...]

Completed in 143 milliseconds