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

1234

/barrelfish-master/lib/barrelfish/vspace/
H A Dmemobj_fixed.c37 struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; local
43 if (vregion->offset % fixed->chunk_size) {
47 if (fixed->vregion) {
51 fixed->vregion = vregion;
64 struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; local
67 if (fixed->vregion != vregion) {
83 fixed->vregion = NULL;
165 struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; local
167 if (offset % fixed->chunk_size) {
171 size_t slot = offset / fixed
200 struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; local
254 struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; local
313 memobj_create_fixed(struct memobj_fixed *fixed, size_t size, memobj_flags_t flags, size_t count, size_t chunk_size) argument
[all...]
/barrelfish-master/tools/usbboot/include/omap4/
H A Dboot.h18 uint8_t fixed; member in struct:omap44xx_subblock_header
24 uint8_t fixed; member in struct:omap44xx_subblock_id
33 uint8_t fixed; member in struct:omap44xx_subblock_checksum
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerGCC.java67 // count possible assignments, not including fixed variables
69 // count fixed assignments
70 int fixed = 0;
74 fixed++;
80 if (fixed == high){
84 drawCount(out,left2X(),posY(value),width(),low,high,fixed,possible);
H A DVisualizerSequenceTotal.java70 int fixed=0;
75 fixed++;
81 drawCount(out,x,y,width,low,high,fixed,possible);
H A DVisualizerBinPacking.java57 int fixed = 0;
62 fixed += sizes[j];
69 possible = Math.min(possible,width()-fixed);
74 drawCount(out,leftX(),posY(i),width(),low,high,fixed,possible);
H A DVisualizerDrawer.java308 * @param fixed
312 int low,int high ,int fixed,int possible) {
319 rectSVG(out,x,y+0.5,fixed,0.5,Colors.FIXED_COLOR );
320 rectSVG(out,x+fixed,y+0.5,possible,0.5,Colors.POSSIBLE_COLOR);
321 if (fixed >= low && fixed+possible <= high) {
311 drawCount(PrintWriter out,double x,double y,double width, int low,int high ,int fixed,int possible) argument
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_xfer.c258 uint16_t fixed[4]; member in struct:usb_std_packet_size
326 ptr->fixed[0] = temp;
327 ptr->fixed[1] = temp;
328 ptr->fixed[2] = temp;
329 ptr->fixed[3] = temp;
332 ptr->fixed[1] = 16;
333 ptr->fixed[2] = 32;
334 ptr->fixed[3] = 64;
429 if (xfer->max_packet_size >= size.fixed[3]) {
430 xfer->max_packet_size = size.fixed[
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DFadeViewletType.java310 protected boolean fixed[]; field in class:FadeViewletType.Store
318 fixed = new boolean[fixity.size()];
322 fixed[i] = "fixed".equals(fixity.get(i));
331 pitch = new int[fixed.length];
337 if (fixed[i]) {
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex141 So far we have introduced only static (or \emph{fixed} dimension)
153 \item[\texttt{FixityList}] is a list with an atom \texttt{fixed} or
155 denotes whether the dimension's size is fixed or may vary during the
189 array([flexible,fixed], any)),
253 array([flexible,fixed], numeric_bounds),
305 viewable_create(flow_viewable, Graph, graph(fixed),
321 fixed (as all graph_algorithms graphs are). Currently only fixed
406 array([fixed], changeable(foo, any))),
418 array([fixed,fixe
[all...]
/barrelfish-master/doc/015-disk-driver-arch/
H A Ddisk-driver-report.tex32 \lstset{basicstyle=\ttfamily,columns=fixed,basewidth=0.5em,showstringspaces=false,language=c,captionpos=b,tabsize=4}
H A Dfat.tex30 the root directory is fixed when formatting. FAT32 removes this limitation, and
65 fixed-size hashmap from keys to indices into a backing array. The backing array
/barrelfish-master/usr/skb/programs/
H A Dirq_routing.pl34 ( % is this a fixed GSI, or a link device?
H A Dbridge_postorder.pl40 FixedAddresses=[fixed(12,3,_)],
262 reserve_fixed_addresses([fixed(Class,SubClass,ProgIf)|T]) :-
276 % adjust startaddress: leave reserved regions and fixed addresses of devices out
H A Dbridge_postorder_sorted.pl44 FixedAddresses=[fixed(12,3,_)],
283 reserve_fixed_addresses([fixed(Class,SubClass,ProgIf)|T]) :-
299 % adjust startaddress: leave reserved regions and fixed addresses of devices out
H A Dbridge_postorder_sorted_sum.pl45 FixedAddresses=[fixed(12,3,_)],
286 reserve_fixed_addresses([fixed(Class,SubClass,ProgIf)|T]) :-
303 % adjust startaddress: leave reserved regions and fixed addresses of devices out
H A Dbridge_postorder_sorted_sum_ascending.pl44 FixedAddresses=[fixed(12,3,_)],
282 reserve_fixed_addresses([fixed(Class,SubClass,ProgIf)|T]) :-
299 % adjust startaddress: leave reserved regions and fixed addresses of devices out
H A Dbridge_postorder_sorted_ascending.pl44 FixedAddresses=[fixed(12,3,_)],
282 reserve_fixed_addresses([fixed(Class,SubClass,ProgIf)|T]) :-
299 % adjust startaddress: leave reserved regions and fixed addresses of devices out
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dpod2man.pl18 [ B<--fixed=>I<font> ]
56 =item fixed
58 The fixed font to use for code refs. Defaults to CW.
214 (F) The font specified with the C<--fixed> option was not
325 --fixed=font (default "$DEF_FIXED")
336 fixed=s
/barrelfish-master/lib/lua/src/
H A Dldo.c260 StkId base, fixed; local
262 /* move fixed parameters to final position */
264 fixed = L->top - actual; /* first fixed argument */
267 setobjs2s(L, L->top++, fixed + i);
268 setnilvalue(fixed + i);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Decoptions.tex63 at fixed addresses and in that case these sizes determine the maximum
/barrelfish-master/lib/zlib/
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl614 set font {-family fixed}
617 set font {-family fixed -weight bold}
626 set font {-family fixed}
629 set font {-family fixed -weight bold}
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmemory.tex306 \item [set_flag(gc_policy,~fixed):] As above, but the \notation{fixed} policy
320 necessary when the \notation{gc_policy} is set to fixed. With
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dmegalist.tcl90 {-font font Font fixed}
/barrelfish-master/lib/cxx/cxx/
H A Dios.cpp95 const ios_base::fmtflags ios_base::fixed; member in class:ios_base

Completed in 190 milliseconds

1234