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

/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DJToolbarButton.java38 initialize();
47 initialize();
53 protected void initialize() { method in class:JToolbarButton
H A DJToolbarToggleButton.java39 initialize();
48 initialize();
54 protected void initialize() { method in class:JToolbarToggleButton
/barrelfish-master/usr/bench/rcce/bt/
H A Dbt.c125 initialize();
138 initialize();
H A Dinitialize.c5 void initialize() { function
243 // first, initialize the start and end arrays
H A Dheader.h226 extern void initialize(void);
/barrelfish-master/doc/015-disk-driver-arch/
H A Dusage.tex39 First, we need to initialize the \acs{dma} pool which is used to manage frames
41 initialize the pool to be 1MB in size:
47 Next, we need to initialize \verb+libahci+ and specify which \ac{ahci} port we
H A Dflounder-ahci.tex118 first initialize libahci, at which point the target device is specified with
H A Dlibahci.tex33 The user has to call \lstinline+ahci_dma_pool_init+ to initialize the \acs{dma}
/barrelfish-master/doc/016-serial-ports/
H A DSerial.tex97 subsequent attempts to initialize an initialized port are silently
156 The file \Intf also includes inline functions to initialize whichever
214 taken not to initialize the UARTs multiple times in such
/barrelfish-master/usr/eclipseclp/Opium/
H A Dopium.pl67 * initialize toplevel module opium
265 * initialize parameters of type 'c' (cannot be done without traced session)
H A Dloadopium.pl39 /* to initialize module opium_kernel (not quite the same as opium_module.pl) */
H A Dopium_light.pl44 /* to initialize module opium_kernel (not quite the same as opium_module.pl) */
/barrelfish-master/usr/drivers/cpuboot/
H A Dmain.c70 static void initialize(void) function
594 initialize();
/barrelfish-master/lib/tommath/
H A Dbn.tex384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int
452 It accepts a \textbf{NULL} terminated list of pointers to mp\_int structures. It will attempt to initialize them all
488 This function will initialize $a$ and make it a copy of $b$ if all goes well.
496 /* initialize and do work on num1 ... */
514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
739 To both initialize and set small constants the following two functions are available.
754 /* initialize and set a single digit */
761 /* initialize and set a long */
1328 /* initialize
[all...]
H A Dtommath.tex744 \textbf{Output}. Allocate memory and initialize $a$ to a known valid mp\_int state. \\
761 The purpose of this function is to initialize an mp\_int structure so that the rest of the library can properly
796 call to mp\_init() is used only to initialize the members of the structure to a known default state.
805 accomplished by using calloc() instead of malloc(). However, to correctly initialize a integer type to a given value in a
873 The previous sections describes how to initialize and clear an mp\_int structure. To further support operations
876 initialize mp\_ints with differing initial conditions.
971 This algorithm will initialize an mp\_int structure $a$ like algorithm mp\_init with the exception that the number of
1000 The purpose of algorithm mp\_init\_multi is to initialize a variable length array of mp\_int structures in a single
1024 The algorithm will initialize the array of mp\_int variables one at a time. If a runtime error has been detected
1255 Another common operation is to make a local temporary copy of an mp\_int argument. To initialize a
[all...]
/barrelfish-master/doc/004-virtual_memory/
H A DVirtualMemory.tex160 so as to initialize the right type of pmap object.
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex405 helps doing that. One of the first steps is to initialize the client library
413 Listing~\ref{lst:pciapi} to initialize devices. The functions allow to gain
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex1020 (see below) to initialize it.
1048 generated initialization function to initialize any shadow copies of
1504 initialize it.
1506 The initialize function is called \texttt{DN\_initialize}. For a
1858 \item The initialize function for a device structure remains the same.
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex82 These are the Tcl commands needed to initialize an embedded {\eclipse}.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextconjunto.tex473 such that each set variable is a triplet. Then to initialize the
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsusing.tex785 or some other file if the user wants to initialize the system differently in
/barrelfish-master/doc/008-tracing/
H A DTracing.tex712 // initialize the trace framework
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex1051 \index{initialize instruction}
1058 initialize(y(VList)) & initialise several environment slots with free variables \\
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex796 \item Create and initialize the empty list of shared-pools and meta-slots.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dasm.pl607 instr(initialize(y(VList)), 138, [vmask(VList)]).

Completed in 137 milliseconds