Searched refs:count (Results 251 - 275 of 468) sorted by relevance

<<111213141516171819

/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dpropia_fdtests.pl119 setval(count,3),
122 nans(Goal) :- call(Goal), decval(count), ( getval(count,0), ! ; true).
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Drsaref.c168 unsigned long count);
172 unsigned long count);
657 unsigned long count)
659 MD2Update(data(ctx), (unsigned char *)data, (unsigned int)count);
676 unsigned long count)
678 MD5Update(data(ctx), (unsigned char *)data, (unsigned int)count);
656 digest_md2_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
675 digest_md5_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_nic.c549 __in size_t count)
557 while (count > 0) {
605 --count;
627 __in size_t count)
639 while (count > 0) {
667 --count;
546 efx_nic_test_registers( __in efx_nic_t *enp, __in efx_register_set_t *rsp, __in size_t count) argument
623 efx_nic_test_tables( __in efx_nic_t *enp, __in efx_register_set_t *rsp, __in efx_pattern_type_t pattern, __in size_t count) argument
H A Defx_intr.c148 unsigned int count; local
194 count = 0;
199 } while (EFX_OWORD_FIELD(oword, FRF_AZ_KER_INT_KER) && ++count < 1000);
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_parse.c82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
85 for ((void)NULL; count > 0; count--) {
/barrelfish-2018-10-04/lib/spawndomain/arch/x86/
H A Dspawn_arch.c167 uint32_t count = 0; local
205 count++;
214 err = spawn_symval_register(name, 0, "binary", count);
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dinvocations_arch.h117 * \param count Number of objects to create
130 size_t count, capaddr_t to_cspace, capaddr_t to,
136 assert(count <= 0xFFFFFFFF);
141 objsize, count, to_cspace, to, slot).error;
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dinvocations_arch.h115 * \param count Number of objects to create
126 size_t count, capaddr_t to_cspace, capaddr_t to,
134 assert(count <= 0xFFFFFFFF);
139 objsize, count, to_cspace, to, slot).error;
/barrelfish-2018-10-04/usr/monitor/include/
H A Dmonitor_invocations.h223 gensize_t count, capaddr_t to,
227 size_t count, capaddr_t src,
239 gensize_t objsize, size_t count);
/barrelfish-2018-10-04/usr/tests/mt_waitset/
H A Dmain.c158 static int count = 0; local
171 count++; // client has finished
185 if (count == num_cores) {
/barrelfish-2018-10-04/lib/elf/
H A Delf32.c251 uint32_t count = 0; local
278 count++;
283 count++;
293 return count;
H A Delf64.c225 uint32_t count = 0; local
260 count++;
265 count++;
275 return count;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregcomp.c362 int count; local
485 count = p_count(p);
489 (void)REQUIRE(count <= count2, REG_BADBR);
493 count2 = count;
494 repeat(p, pos, count, count2);
572 int count; local
667 count = p_count(p);
671 (void)REQUIRE(count <= count2, REG_BADBR);
675 count2 = count;
676 repeat(p, pos, count, count
696 int count = 0; local
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dlocal.h84 extern size_t __fread(void * __restrict buf, size_t size, size_t count,
/barrelfish-2018-10-04/lib/lua/src/
H A Dllex.c258 int count = 0; local
264 count++;
266 return (ls->current == s) ? count : (-count) - 1;
/barrelfish-2018-10-04/include/vm/
H A Ddevice_pager.c260 dev_pager_getpages(vm_object_t object, vm_page_t *ma, int count, int *rbehind, argument
265 /* Since our haspage reports zero after/before, the count is 1. */
266 KASSERT(count == 1, ("%s: count %d", __func__, count));
369 dev_pager_putpages(vm_object_t object, vm_page_t *m, int count, int flags, argument
/barrelfish-2018-10-04/kernel/include/arch/armv7/
H A Dpsci.h327 * @param count returns the count
332 uintptr_t count);
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dpsci.h326 * @param count returns the count
331 uintptr_t *count);
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DTree.java101 // we can now count decendents
102 map.get(0).count();
/barrelfish-2018-10-04/include/
H A Domp.h48 uint32_t count; member in struct:__omp_nested_lock
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dchrono.cpp50 return time_t(duration_cast<seconds>(t.time_since_epoch()).count());
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmad_priv.h186 int count; member in struct:ib_mad_queue
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil-dump.tcl179 set count 0
187 incr count
215 if {!$count && !$opts(-nocomplain)} {
335 set count 0
/barrelfish-2018-10-04/usr/pci/
H A Dpci.h90 errval_t pci_msix_enable(struct pci_address *addr, uint16_t *count);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dmsgdd.c99 ** followed by an array count (i.e. the number of elements in the array)
369 int i,count;
373 count = (*ptr - (char *) 0) % align;
374 if (count < 0)
375 count = -count;
377 count = align - count;
379 for (i=0;i<count;i++)
381 *ptr = *ptr + count;
368 int i,count; local
[all...]

Completed in 221 milliseconds

<<111213141516171819