Searched refs:count (Results 151 - 175 of 468) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dio.c1080 int count; local
1105 count = 0;
1119 count = 1;
1129 count = strlen(line) + 1;
1131 if (count > StreamSize(nst)) {
1132 _resize_stream_buffer(nst, (long) count);
1135 StreamBuf(nst)[count - 1] = '\n';
1136 StreamBuf(nst)[count] = EOB_MARK;
1137 if (count > 1)
1141 StreamBuf(nst)[count]
1415 _queue_read(stream_id nst, char *s, int count) argument
1454 int count = 0; local
1489 int count = 0; local
1509 int count = 0; local
1527 ec_queue_read(int qid, char *s, int count) argument
1552 _queue_write(stream_id nst, char *s, int count) argument
1618 _string_write(stream_id nst, char *s, int count) argument
1659 _buffer_write(stream_id nst, char *s, int count) argument
1698 _tty_write(stream_id nst, char *s, int count) argument
1715 _null_write(stream_id nst, char *s, int count) argument
1721 ec_queue_write(int qid, char *s, int count) argument
1748 ec_outf(stream_id nst, const char *s, int count) argument
1925 int count = StreamPtr(nst) - StreamBuf(nst); local
3048 int count; local
[all...]
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dposix_syscalls.c72 static xwrite(int fd, const void *buf, size_t count) argument
74 return fs_ops.write(fd, buf, count);
93 xread(int fd, void *buf, size_t count) argument
95 return fs_ops.read(fd, buf, count);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pqueue/
H A Dpqueue.c67 int count; member in struct:_pqueue
244 int count = 0; local
248 count++;
251 return count;
/barrelfish-2018-10-04/include/vm/
H A Dsg_pager.c138 sg_pager_getpages(vm_object_t object, vm_page_t *m, int count, int *rbehind, argument
149 /* Since our haspage reports zero after/before, the count is 1. */
150 KASSERT(count == 1, ("%s: count %d", __func__, count));
207 sg_pager_putpages(vm_object_t object, vm_page_t *m, int count, argument
H A Dphys_pager.c142 phys_pager_getpages(vm_object_t object, vm_page_t *m, int count, int *rbehind, argument
148 for (i = 0; i < count; i++) {
167 phys_pager_putpages(vm_object_t object, vm_page_t *m, int count, boolean_t sync, argument
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Dapic.h52 void apic_timer_set_count(uint32_t count);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c72 static int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count);
163 c->count=0;
190 c->count=0;
209 if (c->count&&c->key_meshing && c->count%1024==0)
214 c->count+=8;
222 if (c->count && c->key_meshing && c->count %1024 ==0)
226 if (c->count==0)
251 c->count
521 gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
[all...]
H A Dgostsum.c78 int failcount=0,count=0;; local
94 count++;
119 argv[0],failcount,count);
/barrelfish-2018-10-04/lib/vfs/
H A Dfopen.c122 barrelfish_read(void *data, long int position, size_t count, void *handle) argument
132 err = vfs_read(handle, data, count, &readcount);
141 barrelfish_write(void *data, long int position, size_t count, void *handle) argument
151 err = vfs_write(handle, data, count, &writecount);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dmem.h90 void *mem_calloc(mem_size_t count, mem_size_t size);
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dthread.cpp127 if (s.count() < ts_sec_max)
129 ts.tv_sec = static_cast<ts_sec>(s.count());
130 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((ns-s).count());
143 barrelfish_usleep(us.count());
/barrelfish-2018-10-04/lib/dma/client/
H A Ddma_client_device.c109 dma_dev->channels.count = DMA_CLIENT_DEVICE_CONNECTIONS;
110 dma_dev->channels.c = calloc(dma_dev->channels.count,
120 cdev->common.id, cdev->common.channels.count);
122 for (uint8_t i = 0; i < dma_dev->channels.count; ++i) {
/barrelfish-2018-10-04/usr/tests/distops/
H A Dmain.c25 gensize_t size, size_t count, errval_t expected_err, const char *role)
37 if (count != 1) {
46 err = cap_retype(*dest, src, offset, ObjType_Frame, size, count);
49 ", count=%zu) to Frame returned %s, expected %s\n",
50 offset, size, count, err_getcode(err), err_getcode(expected_err));
24 test_retype(struct capref src, struct capref *dest, gensize_t offset, gensize_t size, size_t count, errval_t expected_err, const char *role) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dp_sign.c72 unsigned int count)
74 EVP_DigestUpdate(ctx,data,count);
71 EVP_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data, unsigned int count) argument
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmpv3_mbedtls.c238 u32_t count = 0; local
246 while (count < 1048576) {
256 count += 64;
291 u32_t count = 0; local
299 while (count < 1048576) {
309 count += 64;
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp_private_mib/
H A Dlwip_prvmib.c253 size_t count = 0; local
258 for(count=0; count<LWIP_ARRAYSIZE(sensors); count++) {
259 if(sensors[count].num == 0) {
260 *uint_ptr = (u32_t)count;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dlips.pl112 setval(count, N),
115 decval(count),
116 getval(count, 0),
120 setval(count, N),
123 decval(count),
124 getval(count, 0),
/barrelfish-2018-10-04/lib/net_interfaces/
H A Dinterface_raw.c113 static void buffers_init(size_t count) argument
116 alloc_mem(&buffer_frame, &buffer_base, BUFFER_SIZE * count);
145 int count = 0; local
154 count++;
195 int count = 0; local
204 count++;
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn_omp.c77 genvaddr_t count = 0; local
78 err = spawn_symval_lookup_idx(0, NULL, &count);
83 symval_count = count;
85 if (count > 0) {
86 symvals = calloc(count + 1, sizeof(struct symval));
96 for (uint32_t i = 1; i <= count; ++i) {
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c93 static unsigned count = 0; local
94 DEBUG("move_received: %d b->p=%p\n", count, buffer->pool);
95 count++;
120 static unsigned count = 0; local
121 DEBUG("buffer_received: %d b->p=%p\n", count, buffer->pool);
122 count++;
/barrelfish-2018-10-04/lib/libc/net/
H A Dnsdispatch.c195 vector_sort(void *vec, unsigned int count, size_t esize, argument
198 qsort(vec, count, esize, comparison);
203 vector_search(const void *key, void *vec, unsigned int count, size_t esize, argument
206 return (bsearch(key, vec, count, esize, comparison));
211 vector_append(const void *elem, void *vec, unsigned int *count, size_t esize) argument
215 if ((*count % ELEMSPERCHUNK) == 0) {
216 p = realloc(vec, (*count + ELEMSPERCHUNK) * esize);
223 memmove((void *)(((uintptr_t)vec) + (*count * esize)), elem, esize);
224 (*count)++;
230 vector_ref(unsigned int i, void *vec, unsigned int count, size_ argument
242 vector_free(void *vec, unsigned int *count, size_t esize, vector_free_elem free_elem) argument
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c198 * Decrement reference count, free if 0.
216 ssize_t ptm_read(int fd, void *buf, size_t count) argument
226 if (count == 0) {
238 read += copy_to_user(state, buf + read, count - read);
240 if (read == count) {
259 read += copy_to_user(state, buf + read, count - read);
261 if (read == count) {
281 * availabe, we just return a short count.
291 read += copy_to_user(state, buf + read, count - read);
310 ssize_t ptm_write(int fd, const void *buf, size_t count) argument
428 pts_read(int fd, void *buf, size_t count) argument
434 pts_write(int fd, const void *buf, size_t count) argument
[all...]
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_from_text.c170 int count = 0; local
176 count++;
180 if (count <= 2)
H A Dacl_from_text_nfs4.c189 int count = 0; local
193 count++;
198 return (count);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_rand.c234 int count = 100; local
267 if (!--count)
283 if (!--count)

Completed in 462 milliseconds

1234567891011>>