Searched refs:index (Results 76 - 100 of 341) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_opts.c207 #define time_it(func,name,index) \
218 tm[index]=Time_F(STOP); \
219 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
220 tm[index]=((double)COUNT(cb))/tm[index];
222 #define print_it(name,index) \
224 tm[index]*8,1.0e6/tm[index]);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dcastopts.c217 #define time_it(func,name,index) \
228 tm[index]=Time_F(STOP); \
229 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
230 tm[index]=((double)COUNT(cb))/tm[index];
232 #define print_it(name,index) \
234 tm[index]*8,1.0e6/tm[index]);
/barrelfish-2018-10-04/include/vm/
H A Dvm_reserv.c89 * Computes the index of the small page underlying the given (object, pindex)
189 * address. The physical reservation number is used as the array index.
235 static void vm_reserv_depopulate(vm_reserv_t rv, int index);
239 static void vm_reserv_populate(vm_reserv_t rv, int index);
310 vm_reserv_depopulate(vm_reserv_t rv, int index) argument
316 KASSERT(popmap_is_set(rv->popmap, index),
318 index));
330 popmap_clear(rv->popmap, index);
354 * Returns TRUE if the given reservation contains the given page index and
371 vm_reserv_populate(vm_reserv_t rv, int index) argument
418 int i, index, n; local
613 int i, index; local
925 int index; local
[all...]
/barrelfish-2018-10-04/include/collections/
H A Dlist.h97 uint32_t index);
106 uint32_t index);
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex27 \index{abstract machine}
28 \index{Warren Abstract Machine}
29 \index{WAM}
60 \index{sepia}
71 \index{shared heap}
72 \index{stack}
74 \item[abstract machine descriptor] the abstract machine registers\index{registers}
104 \index{local stack}
105 \index{global stack}
117 {\eclipse} uses a tagged\index{tagge
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGrappaTextViewletType.java80 java.util.List index,
82 Data data = (Data)(store.getViewletDataAt(index));
222 List index = (List) viewletsIterator.next();
223 Data viewlet = (Data)(store.getViewletDataAt(index));
225 store.setViewletDataAt(index, viewlet);
79 customizeElement(ViewletDataStore store, java.util.List index, Element element) argument
H A DAbstractViewletType.java80 java.util.List index,
214 List index = (List)viewletsIterator.next();
215 currentViewlet = (ViewletData)(store.getViewletDataAt(index));
217 store.setViewletDataAt(index, currentViewlet);
79 customizeElement(ViewletDataStore store, java.util.List index, Element element) argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_rx.c61 struct mlx4_en_rx_ring *ring, int index) {
63 + (ring->stride * index));
176 // struct mlx4_en_rx_ring *ring, int index) {
178 // + (index * ring->stride));
179 // struct mlx4_en_rx_mbuf *mb_list = ring->mbuf + index;
244 int index;
252 index = ring->cons & ring->size_mask;
253 MLX4_DEBUG( "Processing descriptor:%d\n", index);
254 mlx4_en_free_buf(ring, ring->mbuf + index);
376 unsigned index local
60 mlx4_en_init_rx_desc(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring, int index) argument
577 int index; local
650 int index; local
[all...]
H A Dpd.c145 uar->index = mlx4_bitmap_alloc(&priv->uar_table.bitmap);
146 if (uar->index == -1)
150 offset = uar->index
154 offset = uar->index;
168 mlx4_bitmap_free(&mlx4_priv(dev)->uar_table.bitmap, uar->index, MLX4_USE_RR);
211 uar->index << PAGE_SHIFT);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumserrors.tex46 \index{event handlers}\index{handler!event}
47 \index{error handlers}\index{handler!error}
341 \index{stack!overflow}
342 \index{overflow, stack}
367 \index{fatal errors}\index{error!fatal}
390 %\index{error handlers}
407 %\index{close_handle
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex26 \index{program analysis|(}
32 \index{performance}\index{optimisation}
69 \index{profiling} The profiling tool helps to find \emph{hot spots} in
73 Windows\index{windows}. When
77 \index{profile/1} is called, the profiler executes the \emph{Goal} in
197 \index{library!coverage}
198 \index{coverage}
199 \index{line coverage}
204 \index{coverag
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_filter.c82 __in unsigned int index)
85 return ((eftp->eft_bitmap[index / 32] & (1 << (index % 32))) != 0);
91 __in unsigned int index)
94 eftp->eft_bitmap[index / 32] |= (1 << (index % 32));
101 __in unsigned int index)
104 eftp->eft_bitmap[index / 32] &= ~(1 << (index % 32));
340 __in int index,
80 efx_filter_test_used( __in efx_filter_tbl_t *eftp, __in unsigned int index) argument
89 efx_filter_set_used( __in efx_filter_tbl_t *eftp, __in unsigned int index) argument
99 efx_filter_clear_used( __in efx_filter_tbl_t *eftp, __in unsigned int index) argument
337 efx_filter_push_entry( __inout efx_nic_t *enp, __in efx_filter_type_t type, __in int index, __in efx_oword_t *eop) argument
500 efx_filter_clear_entry( __in efx_nic_t *enp, __in efx_filter_tbl_t *eftp, __in int index) argument
555 efx_filter_remove_index( __inout efx_nic_t *enp, __in efx_filter_type_t type, __in int index) argument
584 int index; local
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A Drpctests.py277 index = {}
283 index[cache] = None
293 if index[cache] is not None and i < index[cache]: # new iteration
299 index[cache] = i
331 index = None
336 if index is not None and int(m.group(1)) < index:
343 index = int(m.group(1))
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dstats.c101 void stats_display_memp(struct stats_mem *mem, int index) argument
107 if (index < MEMP_MAX) {
108 stats_display_mem(mem, memp_names[index]);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dmsgdd.c172 ** as index to retrieve type related information from the table. The
173 ** message data type index of the application defined message data types
343 msg_type_t index;
348 index = msg_type - msgdd_offset;
349 if ((index <= msgdd_index_max) && (index > MDT_STD_MAX))
350 return(index);
495 msg_type_t index;
497 if (!(index = msg_index(**msg_typedef)))
499 *size = msg_types[index]
342 msg_type_t index; local
494 msg_type_t index; local
510 msg_type_t index; local
1062 msg_type_t index; local
1090 msg_type_t index; local
1117 msg_type_t index; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil-string.tcl36 return [string toupper [string index $str 0]][string tolower \
50 while {$i} {append r [string index $s [incr i -1]]}
66 set c [string index $s $i]
/barrelfish-2018-10-04/usr/pci/
H A Dpci.h80 int pci_get_nr_caps_for_bar(uint8_t bus, uint8_t dev, uint8_t fun, uint8_t index);
82 uint8_t index);
84 uint8_t index);
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex34 \index{database}
109 A database is created with the predicate {\bf createdb/1}. \index{createdb/1}
130 predicate {\bf opendb/1} \index{opendb/1} can be used.
138 {\bf closedb/0} \index{closedb/0} predicate is used.
141 \index{relation}
142 \index{attribute}
145 {\bf $<=>$/2} predicate. \index{$<=>$/2}
182 \index{permanent relation} \index{temporary relation}
241 \index{Indexin
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dicsymbolic.tex27 \index{library!ic_symbolic|(}
84 \index{\&=/2@\texttt{\&=/2}!ic_symbolic}
87 \index{\&\bsl=/2!ic_symbolic}
90 \index{\&</2@\texttt{\&</2}!ic_symbolic}
93 \index{\&>/2@\texttt{\&>/2}!ic_symbolic} X is strictly after Y in the domain order
95 \index{\&=</2@\texttt{\&=</2}!ic_symbolic}
98 \index{\&>=/2@\texttt{\&>=/2}!ic_symbolic}
101 \index{shift/2@\texttt{shift/2}!ic_symbolic}
105 \index{rotate/3@\texttt{rotate/3}!ic_symbolic}
108 \index{elemen
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dopt_sun4.sh102 if (index($2, table_label)) {
179 if (!index($0, slot)) {
H A Dopt_svr4_sparc.sh102 if (index($2, table_label)) {
179 if (!index($0, slot)) {
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A DMakefile92 # replace the hard link index.html -> $(ROOTFILE).html by a soft link
96 rm -f $(ROOTFILE)/index.html
100 cp index.html $(ROOTFILE)/$(ROOTFILE).html
101 ln -s $(ROOTFILE).html $(ROOTFILE)/index.html
110 rm -f *.hind *.haux *.hind *.htoc $(ROOTFILE).image.* index.html
/barrelfish-2018-10-04/lib/rcce/
H A Dinternal.h58 coreid_t index; member in struct:rcce_state
/barrelfish-2018-10-04/include/dma/
H A Ddma_ring.h73 * \brief returns the head pointer index of the ring
77 * \returns head element index
82 * \brief returns the tail pointer index of the ring
86 * \returns tail element index
91 * \brief returns the issued pointer index of the ring
95 * \returns issued element index
109 * \brief gets the next descriptor based on the index
112 * \param index the index of the ring
117 uint16_t index);
[all...]
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dfs.h59 int index; member in struct:fs_file

Completed in 360 milliseconds

1234567891011>>