Searched refs:index (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c447 uar->index * dev->uar_table.uarc_size +
460 struct mthca_user_db_table *db_tab, int index, u64 uaddr)
471 if (index < 0 || index > dev->uar_table.uarc_size / 8)
476 i = index / MTHCA_DB_REC_PER_PAGE;
533 if (index < 0 || index > dev->uar_table.uarc_size / 8)
538 i = index / MTHCA_DB_REC_PER_PAGE;
611 struct mthca_user_db_table *db_tab, int index)
623 --db_tab->page[index / MTHCA_DB_REC_PER_PAG
459 mthca_map_user_db(struct mthca_dev *dev, struct mthca_uar *uar, struct mthca_user_db_table *db_tab, int index, u64 uaddr) argument
610 mthca_unmap_user_db(struct mthca_dev *dev, struct mthca_uar *uar, struct mthca_user_db_table *db_tab, int index) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex66 \index{character class}
259 \index{escape sequence}
291 \index{character constant}
332 \index{attributed variable}
333 \index{subscript}
334 \index{structure}
456 \index{operator}
468 \index{prefix operator}\index{operator!prefix}
469 \index{infi
[all...]
H A Dumsstring.tex33 \index{strings}
52 \index{character lists}
61 can be immediately accessed via its index.
70 index counters and calling the \bipref{substring/4}{../bips/kernel/stratom/substring-4.html} predicate.
80 \index{atoms}
130 \index{indexing}
H A Dexthsusp.tex68 \index{resolvent}
95 \index{Prolog}
103 \index{suspended goal}
108 \index{priority}
127 \index{floundering}
130 \index{floundering} is sometimes referred to as \defnotion{floundering}.
189 \bipref{lib(suspend)}{../bips/lib/suspend/index.html}.
220 As seen in the above example, the \index{top level loop} top level loop
278 \index{pattern matching}
279 \index{matchin
[all...]
H A DMakefile112 # replace the hard link index.html -> $(ROOTFILE).html by a soft link
119 cp index.html $(ROOTFILE)/$(ROOTFILE).html
120 ln -s $(ROOTFILE).html $(ROOTFILE)/index.html
H A Dumsopers.tex45 \index{operators}
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c525 char *p, *index();
530 if ((p = index(s, '\n')) != NULL)
587 char *eq, *index();
589 if ((eq = index(s, '=')) == NULL)
683 char *np, *index();
686 if ((np = index(name, '\n')) != NULL)
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dclnt_bcast.c109 int index; member in struct:broadif
155 bip->index = if_nametoindex(ifap->ifa_name);
178 sin6->sin6_scope_id = bip->index;
216 fprintf(stderr, "set v6 multicast if to %d\n", bip->index);
217 if (_setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_IF, &bip->index,
218 sizeof bip->index) < 0)
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/
H A DMakefile.in56 JAVA_DOCS=$(REL_EC_DIR)/doc/javadoc/JavaEclipseInterface/index.html
99 $(JAVA_DOCS): $(DOCSDIR)/index.html
150 $(DOCSDIR)/index.html: $(SOURCEDIR)/*
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl581 default { set mode [string index $st(type) 0] }
669 switch -- [string index [lindex $args 0] 1] {
750 {[0AaWzZ]} [string index $format [incr len]]]} {
751 append bvar [string index $format $len]
756 {[0AaWzZ]} [string index $format $len]]} {
757 append bvar [string index $format $len]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dpropiachr.tex34 \index{noclash}
59 \index{constraints/1}
111 \index{modelling}
149 \index{product\_plan}
150 \index{product}
203 \index{propia}
204 \index{generalised propagation}
209 \index{infers/2}
238 \index{most}
239 \index{consisten
[all...]
H A Dmodelling.tex36 \index{Constraint Logic Programming}
37 \index{modelling}
41 \index{Kowalski}
50 \index{combinatorial problems}
126 \index{specification languages}
129 \index{mathematical modelling languages}
133 \index{C++}
137 \index{CHIP}
H A Dfdintro.tex173 We define a new variable $I$ which is an index into the clauses
194 \index{\#\verb+\=+/2}
199 \index{\#$<$/2}
204 \index{\#$<=$/2}
209 \index{\#=/2}
214 \index{\#$>$/2}
219 \index{\#$>=$/2}
224 \index{element/3}
229 \index{alldifferent/1}
234 \index{atmos
[all...]
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dacpi_interrupts_arch.c96 struct ioapic *find_ioapic_by_index(int index) argument
98 if(index < IOAPIC_MAX){
99 return &ioapics[index];
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dalloc.c337 db->index = i;
338 db->db = pgdir->db_page + db->index;
339 db->dma = pgdir->db_dma + db->index * 4;
383 i = db->index;
/barrelfish-2018-10-04/lib/libc/db/recno/
H A Drec_delete.c127 status = __rec_dleaf(t, h, e->index);
141 * idx: index on current page to delete
162 * down, overwriting the deleted record and its index. If the record
/barrelfish-2018-10-04/lib/libc/string/
H A DMakefile.inc36 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
51 MLINKS+=index.3 rindex.3
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Declipse_cc.cc411 operator[](int index) argument
413 return EC_word(ec_refs_get(r,index));
419 void set(int index, EC_word new_value) argument
421 ec_refs_set(r, index, new_value.w);
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid_vsic.c162 req_desc = mrsas_get_request_desc((cmd->index)-1);
207 req_desc->SCSIIO.SMID = cmd->index;
266 req_desc = mrsas_get_request_desc((cmd->index)-1);
311 req_desc->SCSIIO.SMID = cmd->index;
/barrelfish-2018-10-04/tools/harness/tests/
H A Dcommon.py314 index = self.console.expect(["Barrelfish CPU driver starting",
317 if index == 0:
320 if index == 1:
323 if index == 2:
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextpropia.tex35 \index{Propia}
61 \index{infers}
107 \index{most}
156 \index{scheduling}
157 \index{disjunctive constraints}
158 \index{constraints!disjunctive}
197 \index{propositional logic}
227 \index{resource allocation}
349 \index{approximate generalised propagation}
350 \index{uniqu
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/store/
H A Dstr_mem.c106 int index; /* -1 as long as we're searching for local
262 context->index = -1;
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dstats.h268 void stats_display_memp(struct stats_mem *mem, int index);
275 #define stats_display_memp(mem, index)
/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h211 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
212 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dsysfs.c68 int index; member in struct:port_table_attribute
272 ret = ib_query_gid(p->ibdev, p->port_num, tab_attr->index, &gid);
290 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey);
302 int offset = tab_attr->index & 0xffff;
303 int width = (tab_attr->index >> 16) & 0xff;
371 .index = (_offset) | ((_width) << 16) | ((_counter) << 24) \
425 .index = (_offset) | ((_width) << 16) | ((_counter) << 24) \
538 element->index = i;

Completed in 170 milliseconds

1234567891011>>