Searched refs:count (Results 276 - 300 of 468) sorted by relevance

<<111213141516171819

/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Dsiena_nic.c899 unsigned int count; local
908 for (count = 0; count < nitems; ++count) {
909 rsp = __siena_registers + count;
922 for (count = 0; count < nitems; ++count) {
923 rsp = __siena_tables + count;
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_device.c266 dma_dev->channels.count = XEON_PHI_DMA_DEVICE_CHANNELS;
363 for (uint8_t i = 0; i < dev->channels.count; ++i) {
/barrelfish-2018-10-04/lib/libc/gmon/
H A Dgmon.c193 "[mcleanup2] frompc 0x%lx selfpc 0x%lx count %lu\n" ,
195 p->tos[toindex].count);
200 rawarc.raw_count = p->tos[toindex].count;
/barrelfish-2018-10-04/lib/lua/src/
H A Dlobject.c105 static lua_Number readhexa (const char **s, lua_Number r, int *count) { argument
108 (*count)++;
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c117 sys_sem_t sys_sem_new(u8_t count) argument
119 /* debug_printf("sys_sem_new(%d)\n", count); */
121 thread_sem_init(newsem, count);
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c127 sys_sem_t sys_sem_new(u8_t count)
129 /* debug_printf("sys_sem_new(%d)\n", count); */
131 thread_sem_init(newsem, count);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dsch_macros.h467 if (b->count > 20 && Simp_Lock(b)) { \
468 b->count--; \
493 if (b->count < 1000 && Simp_Lock(b)) { \
494 b->count++; \
504 if (b->count) { \
505 b->count--; \
521 b->count++; \
565 #define Intrasite_Smsg(site) (Scheduler(site)->intrasite_smsg.count)
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DFadeViewletType.java220 public void setFadeCount(int count) { argument
221 fadeCount = count;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_rtcp.c76 struct io_status { short status, count; long flags; }; member in struct:io_status
133 if ( (status&1) == 1 ) *length = iosb.count;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_openssl.c316 static int test_sha1_update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
321 return SHA1_Update(ctx->md_data,data,count);
/barrelfish-2018-10-04/include/vm/
H A Duma.h129 typedef int (*uma_import)(void *arg, void **store, int count, int flags);
134 typedef void (*uma_release)(void *arg, void **store, int count);
540 * zone The zone to obtain the current allocation count from
/barrelfish-2018-10-04/kernel/include/
H A Dsyscall.h37 gensize_t offset, enum objtype type, gensize_t objsize, size_t count,
106 gensize_t objsize, size_t count);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_task.c160 unsigned short count; member in struct:io_status
174 if ( (status&1) == 1 ) *length = iosb.count;
/barrelfish-2018-10-04/usr/drivers/e1000/
H A De1000n.h304 static inline void usec_delay(unsigned int count) argument
306 while(count--) {
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_transfer.h141 size_t count,
210 size_t count);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsysfs.c74 const char *buf, size_t count)
88 return count;
128 return count;
189 const char *buf, size_t count)
382 * need to add it to the dev num, so count in the last number will be
416 const char *buf, size_t count);
478 const char *buf, size_t count)
506 return count;
519 const char *buf, size_t count),
72 store_admin_alias_guid(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
477 store_port_pkey(struct mlx4_port *p, struct port_attribute *attr, const char *buf, size_t count) argument
516 alloc_group_attrs(ssize_t (show)struct mlx4_port *, struct port_attribute *, char *buf), ssize_t (*store)(struct mlx4_port *, struct port_attribute *, const char *buf, size_t count), int len) argument
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_mini.c194 static int count = 0; variable
231 if (3 > count++)
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_name.c1038 int value = 0, count = 0, tbcount = 0, blen = 0; local
1062 if (count)
1086 count += 4;
1090 if (count == 8) {
1092 count = 0;
/barrelfish-2018-10-04/lib/pci/
H A Dpci_client.c534 errval_t pci_msix_enable_addr(struct pci_addr *addr, uint16_t *count) argument
538 err = pci_client->rpc_tx_vtbl.msix_enable(pci_client, &msgerr, count);
541 addr->function, &msgerr, count);
546 errval_t pci_msix_enable(uint16_t *count) argument
548 return pci_msix_enable_addr(NULL, count);
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c318 int count = re->name_count; local
324 count = ((count << 8) & 0xff00) | ((count >> 8) & 0xff);
332 code = codestart = (pcre_uchar *)re + offset + count * size;
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads.c554 barrier->count = 0;
568 barrier->count++;
569 if (barrier->count == barrier->max_count) {
580 barrier->count--;
581 if (barrier->count == 0) {
/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_server.c234 size_t count,
245 count * sizeof(struct bs_meta_data));
248 for (uint32_t i = 0; i < count; ++i) {
267 (uint32_t) (start_block + count));
594 msg->msg.read.count,
231 handle_block_read(struct block_net_service*c, struct tcp_pcb *tpcb, size_t start_block, size_t count, uint32_t reqid, struct bulk_continuation cont) argument
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dpds.mdt.c99 ** followed by an array count (i.e. the number of elements in the array)
535 long count;
539 count = (*ptr - (char *) 0) % align;
540 if (count <= 0)
541 count = -count;
543 count = align - count;
545 for (i=0;i<count;i++)
547 *ptr = *ptr + count;
534 long count; local
[all...]
/barrelfish-2018-10-04/lib/thc/
H A Dthc.c356 // Do not count dispatch AWE in the debugging stats (it is created
623 // the count non-zero, and stashes away a continuation in
634 fb -> count = 0;
767 DEBUG_FINISH(DEBUGPRINTF(DEBUG_FINISH_PREFIX " count=%d\n",
768 (int)fb->count));
770 if (fb->count == 0) {
778 assert(fb->count == 0);
813 fb->count ++;
814 DEBUG_FINISH(DEBUGPRINTF(DEBUG_FINISH_PREFIX "< StartAsync count now %d\n",
815 (int)fb->count));
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_debug.c1128 int i, len, count; local
1131 for (i = 0, count = 0; i < len; i++) {
1134 count++;
1137 /* don't count initial wildcard */
1139 if (count)
1140 count--;
1142 /* don't count the null label for root. */
1144 /* count to include last label */
1146 count++;
1147 return (count);
[all...]

Completed in 324 milliseconds

<<111213141516171819