Searched refs:units (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/usr/acpi/
H A Dvtd_domains.h29 // Pointer to the list of remapping hardware units
30 struct vtd_unit * units; member in struct:vtd_domain
60 static inline struct vtd_domain *vtd_new_domain(int did, genpaddr_t pt, struct capref pml4, struct vtd_unit *units) argument
69 new_domain->units = units;
H A Dintel_vtd.h68 // Returns true if units, a list of remapping hardware units, is empty.
69 static inline int vtd_no_units(struct vtd_unit *units) { argument
70 return (units == NULL);
148 VTD_FOR_EACH(u, dom->units) {
162 VTD_FOR_EACH(u, dom->units) {
190 VTD_FOR_EACH(u, dom->units) {
214 VTD_FOR_EACH(u, dom->units) {
H A Dintel_vtd.c140 // units may reside on the same segment.
234 VTD_FOR_EACH(u, dom->units) {
286 VTD_FOR_EACH(u, dom->units) {
324 // hardware units.
469 // units.
822 VTD_DEBUG("DMA remapping: no HW units, not enabling\n");
835 // hardware units.
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dutil-tk.tcl112 ## $w xview scroll $x1 units
113 ## $w yview scroll $y1 units
116 $w xview scroll [expr {round(10.0*$x/[winfo width $w]-5)}] units
117 $w yview scroll [expr {round(10.0*$y/[winfo height $w]-5)}] units
137 $c xview scroll $x units
138 $c yview scroll $y units
H A Dhierarchy.tcl1241 bind Hierarchy <Button-4> { %W yview scroll -1 units }
1242 bind Hierarchy <Button-5> { %W yview scroll 1 units }
1244 bind Hierarchy <MouseWheel> { %W yview scroll [expr {-%D/120}] units }
1247 bind Hierarchy <Up> { %W yview scroll -1 units }
1248 bind Hierarchy <Down> { %W yview scroll 1 units }
1249 bind Hierarchy <Left> { %W xview scroll -1 units }
1250 bind Hierarchy <Right> { %W xview scroll 1 units }
1412 $w yview scroll 1 units
1414 $w yview scroll -1 units
1416 $w xview scroll 2 units
[all...]
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c532 * Allocate memory in units of pages. The second argument returns the
832 register word units = Units(size); local
849 if (units <= LARGEST_SMALL_BLOCK) /* perfect fit algorithm */
851 heap->used -= units;
852 * ((generic_ptr *) ptr) = heap->small_blocks[units];
853 heap->small_blocks[units] = ptr;
854 heap->small_allocated[units]--;
856 else if (units <= LARGEST_POWER_BLOCK) /* powers of 2 algorithm */
861 while (units > blocksize)
884 register word units local
[all...]
/barrelfish-master/usr/fish/
H A Dfish_common.c151 static const char *units[] = {"B", "kB", "MB", "GB", "TB"}; local
155 return (struct humanreadable){ .num = size, .suffix = units[i] };
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex236 \texttt{["ten thousands", "thousands", "hundreds", "tens", "units"]}.
256 "hundreds", "tens", "units"]]),
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deplex.tex365 transportation problem, it may be that only whole units of the
428 Now, to impose the constraints that only whole units of the products can be
761 Pumps (units) & 1 & 1\\ \hline
785 What profit can be achieved if exactly 150 units of T1 are required?
H A Dpropiachr.tex605 least $D$ units of time.
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex200 the variable's address from the start of the stack, in pword units),
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextpropia.tex278 If we assume a production batch of {\em 9} units, then the number of
/barrelfish-master/doc/017-arm/
H A DARM.tex677 accesses, pipeline stages and functional units. With a load/store
/barrelfish-master/doc/000-overview/
H A DOverview.tex408 units of data between domains. This is highly optimized: for
/barrelfish-master/lib/tommath/
H A Dtommath.tex3633 point arithmetic would become very popular as it greatly optimize the ``3d-shooter'' genre of games in the mid 1990s when floating point units were

Completed in 141 milliseconds