Searched refs:bytes (Results 51 - 75 of 327) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/whrlpool/
H A Dwp_dgst.c42 * number of *bytes* as input length argument. Bit-oriented routine
63 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *_inp,size_t bytes) argument
72 while (bytes>=chunk)
75 bytes -= chunk;
78 if (bytes)
79 WHIRLPOOL_BitUpdate(c,inp,bytes*8);
254 unsigned char *WHIRLPOOL(const void *inp, size_t bytes,unsigned char *md) argument
261 WHIRLPOOL_Update(&ctx,inp,bytes);
/barrelfish-2018-10-04/usr/monitor/
H A Dspawn.c320 size_t bytes; member in struct:__anon1782
324 genpaddr_t base, uint32_t bytes)
327 assert(base > 0 && bytes > 0);
329 spawnd_image.bytes = bytes;
356 .bytes = ROUND_UP(spawnd_image.bytes, BASE_PAGE_SIZE),
373 err = vspace_map_one_frame(&image, spawnd_image.bytes, frame, NULL, NULL);
380 return spawn_image_with_args(argv[0], image, spawnd_image.bytes, argv,
323 spawnd_image_reply_handler(struct intermon_binding *b, genpaddr_t base, uint32_t bytes) argument
/barrelfish-2018-10-04/usr/kaluga/
H A Ddevice_caps.c50 (address + size <= (iter->id.base + iter->id.bytes))) {
102 size_t capbits= log2ceil(ret.bytes);
104 assert((1ULL << capbits) == ret.bytes);
/barrelfish-2018-10-04/lib/libc/locale/
H A DmbrtocXX_iconv.h51 char bytes[sizeof(charXX_t) * DSTBUF_LEN]; member in union:__anon1006::__anon1007
108 dst = cs->dstbuf.bytes;
111 dstleft <= sizeof(cs->dstbuf.bytes));
114 cs->dstbuf_len = (dst - cs->dstbuf.bytes) / sizeof(charXX_t);
H A DcXXrtomb_iconv.h47 char bytes[sizeof(charXX_t) * SRCBUF_LEN]; member in union:__anon999::__anon1000
90 src = cs->srcbuf.bytes;
/barrelfish-2018-10-04/include/sys/
H A Dparam.h105 #define NCARGS ARG_MAX /* max bytes for an exec function */
167 #define MCLSHIFT 11 /* convert bytes to mbuf clusters */
187 /* clicks to bytes */
192 /* bytes to clicks */
198 * btodb() is messy and perhaps slow because `bytes' may be an off_t. We
200 * want to widen `bytes' unnecessarily. Assume that the result fits in
204 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \
205 (sizeof (bytes) > sizeof(long) \
206 ? (daddr_t)((unsigned long long)(bytes) >> DEV_BSHIF
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgostsum.c169 ssize_t bytes; local
172 while ((bytes=read(fd,buffer,BUF_SIZE))>0)
174 hash_block(ctx,buffer,bytes);
176 if (bytes<0)
/barrelfish-2018-10-04/usr/bench/mdb_bench/
H A Dreset.c28 .bytes = 0,
50 .bytes = 1UL << bits,
80 .bytes = 1UL << capbits,
127 .bytes = 1UL << capbits,
/barrelfish-2018-10-04/usr/bench/xeon_phi_ump/
H A Dcommon.c134 id.bytes);
154 id.bytes);
156 assert(id.bytes >= XPHI_BENCH_MSG_FRAME_SIZE);
164 remote_frame_sz = id.bytes;
/barrelfish-2018-10-04/include/barrelfish/
H A Dvspace_mmu_aware.h53 lvaddr_t base, size_t bytes);
/barrelfish-2018-10-04/include/dma/
H A Ddma_service.h38 size_t bytes,
H A Ddma_request.h66 size_t bytes; ///< size of the transfer in bytes member in struct:dma_req_setup::__anon66::__anon67
75 size_t bytes; ///< size of the transfer in bytes member in struct:dma_req_setup::__anon66::__anon68
/barrelfish-2018-10-04/lib/devif/
H A Dregion.c78 tmp->len = id.bytes;
/barrelfish-2018-10-04/lib/driverkit/
H A Dmap_devices.c67 (address_base + size) <= (fid.base + fid.bytes)) {
90 return vspace_map_one_frame_attr((void**)return_address, fid.bytes,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand_lib.c157 if (meth && meth->bytes)
158 return meth->bytes(buf,num);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_att.c158 const unsigned char *bytes, int len)
162 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
171 const unsigned char *bytes, int len)
175 attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len);
184 const unsigned char *bytes, int len)
188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
258 const char *atrname, int type, const unsigned char *bytes, int len)
271 nattr = X509_ATTRIBUTE_create_by_OBJ(attr,obj,type,bytes,len);
257 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) argument
H A Dx509_req.c293 const unsigned char *bytes, int len)
296 type, bytes, len)) return 1;
302 const unsigned char *bytes, int len)
305 type, bytes, len)) return 1;
311 const unsigned char *bytes, int len)
314 type, bytes, len)) return 1;
291 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
300 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) argument
309 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
/barrelfish-2018-10-04/lib/tftp/
H A Dclient.c52 size_t bytes; member in struct:tftp_client
156 TFTP_DEBUG_PACKETS("received block %u of size %lu bytes\n", blockno, length);
158 if (tftp_client.buflen < tftp_client.bytes + length) {
160 length = tftp_client.buflen - tftp_client.bytes;
162 memcpy(tftp_client.buf + tftp_client.bytes, buf, length);
172 tftp_client.bytes += length;
235 TFTP_DEBUG("sending udp payload of %lu bytes\n", length);
260 tftp_client.bytes = 0;
280 tftp_client.bytes = 0;
295 *ret_size = tftp_client.bytes;
[all...]
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs.c65 errval_t (*read)(void *handle, size_t pos, void *buffer, size_t bytes,
67 errval_t (*write)(void *handle, size_t pos, const void *buffer, size_t bytes,
159 static errval_t read(void *st, vfs_handle_t handle, void *buffer, size_t bytes, argument
164 VFS_BLK_DEBUG("blockdevfs: read %zu bytes at pos %zu into %p from type %d\n",
165 bytes, h->pos, buffer, entry->type);
169 buffer, bytes, bytes_read);
179 bytes, size_t *bytes_written)
184 buffer, bytes, bytes_written);
194 static errval_t blockdevfs_truncate(void *st, vfs_handle_t handle, size_t bytes) argument
178 write(void *st, vfs_handle_t handle, const void *buffer, size_t bytes, size_t *bytes_written) argument
/barrelfish-2018-10-04/usr/fbdemo/
H A Dmain.c96 struct frame_identity fbid = { .base = 0, .bytes = 0 };
100 err = vspace_map_one_frame((void**)&vidmem, fbid.bytes, fbcap,
/barrelfish-2018-10-04/usr/tests/mdbtests/
H A Dtest_addr_zero.c30 cap->u.ram.bytes = 1UL << (BASE_BITS + i);
44 cap->u.devframe.bytes = 1UL << BASE_BITS;
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dsteal.c190 if(steal_bits != log2ceil(info.u.ram.bytes)) {
192 steal_bits, log2ceil(info.u.ram.bytes), info.type);
194 assert(steal_bits == log2ceil(info.u.ram.bytes));
196 memsize_t mem_to_add = (memsize_t)info.u.ram.bytes;
198 err = mm_free(&mm_percore, ramcap, info.u.ram.base, log2ceil(info.u.ram.bytes));
202 err = mm_add(&mm_percore, ramcap, log2ceil(info.u.ram.bytes), info.u.ram.base);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dtsget19 if ($state->{bytes} < $data_len) {
20 $data_len = $data_len - $state->{bytes};
22 $return_data = substr ${$state->{data}}, $state->{bytes}, $data_len;
23 $state->{bytes} += $data_len;
88 $curl->setopt(CURLOPT_INFILE, {data => $body, bytes => 0});
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_worker.c121 err = frame_alloc(&replicate, id.bytes, NULL);
151 .bytes = id.bytes
238 err = frame_alloc(&replicate, id.bytes, NULL);
243 err = vspace_map_one_frame_fixed_attr((lvaddr_t) usrdata, id.bytes,
267 err = vspace_map_one_frame_fixed_attr(addr, id.bytes, frame,
270 err = vspace_map_one_frame_attr((void **) &addr, id.bytes, frame,
279 memcpy((void *)usrdata, (void *)addr, id.bytes);
284 addr, addr + id.bytes);
400 msg_st->err = vspace_map_one_frame_fixed_attr(addr, id.bytes,
[all...]
/barrelfish-2018-10-04/usr/bench/sdma_bench/
H A Dsdma_bench.c81 static void frame_allocate_and_map(void **retbuf, struct capref *retcap, size_t bytes) argument
86 err = frame_alloc(retcap, bytes, &retbytes);
88 assert(retbytes == bytes);
91 err = vspace_map_one_frame_attr(retbuf, bytes, *retcap,
343 size_t bytes = 1 << (MIN_FRAME_BITS + i); local
344 frame_allocate_and_map((void**) &src_buf[i], &src_frame[i], bytes);
345 frame_allocate_and_map((void**) &dst_buf[i], &dst_frame[i], bytes);

Completed in 281 milliseconds

1234567891011>>