Searched refs:helper (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c36 /* a helper struct to ensure memory before/after fd_set is not touched */
419 /** helper struct for the 2 functions below (multithreaded: thread-argument) */
432 /** helper thread to wait for socket events using select */
436 struct sockex_select_helper *helper = (struct sockex_select_helper *)arg; local
443 LWIP_ASSERT("helper != NULL", helper != NULL);
448 if (helper->wait_read) {
449 FD_SET(helper->socket, &readset);
451 if (helper->wait_write) {
452 FD_SET(helper
[all...]
/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_out.c288 u32_t helper; local
290 helper = chksum + *seg_chksum;
291 chksum = FOLD_U32T(helper);
/barrelfish-master/doc/015-disk-driver-arch/
H A Dlibahci.tex40 Additionally the buffer pool provides helper functions that facilitate copying
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex210 needs in order to run. In this example, we add driverkit, a helper library for
421 the drivers address space. You can use the defined in helper functions in
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs1763 #region WPF helper classes
/barrelfish-master/lib/tommath/
H A Dbn.tex1818 For those using small numbers (\textit{snicker snicker}) there are several ``helper'' functions
H A Dtommath.tex5520 This section briefly describes a series of single digit helper algorithms which come in handy when working with small constants. All of
5521 the helper functions assume the single digit input is positive and will treat them as such.

Completed in 178 milliseconds