Searched refs:bytes (Results 101 - 125 of 327) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/include/openssl/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */
190 BUF_MEM *bytes; member in struct:X509_name_st
192 char *bytes; member in struct:X509_name_st
936 const unsigned char *bytes, int len);
939 const unsigned char *bytes, int len);
942 const unsigned char *bytes, int len);
1014 unsigned char *bytes, int len, int loc, int set);
1016 unsigned char *bytes, int len, int loc, int set);
1018 const char *field, int type, const unsigned char *bytes, int len);
1020 int type,unsigned char *bytes, in
1101 const unsigned char *bytes, int len); variable
1104 const unsigned char *bytes, int len); variable
1107 const unsigned char *bytes, int len); variable
[all...]
H A Dcms.h275 const void *bytes, int len);
278 const void *bytes, int len);
281 const void *bytes, int len);
295 const void *bytes, int len);
298 const void *bytes, int len);
301 const void *bytes, int len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */
190 BUF_MEM *bytes; member in struct:X509_name_st
192 char *bytes; member in struct:X509_name_st
936 const unsigned char *bytes, int len);
939 const unsigned char *bytes, int len);
942 const unsigned char *bytes, int len);
1014 unsigned char *bytes, int len, int loc, int set);
1016 unsigned char *bytes, int len, int loc, int set);
1018 const char *field, int type, const unsigned char *bytes, int len);
1020 int type,unsigned char *bytes, in
1101 const unsigned char *bytes, int len); variable
1104 const unsigned char *bytes, int len); variable
1107 const unsigned char *bytes, int len); variable
[all...]
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash_bigkey.c278 u_int16_t bytes; local
286 for (bytes = hashp->BSIZE - bp[ndx];
287 bytes <= size && bp[ndx + 1] == PARTIAL_KEY;
288 bytes = hashp->BSIZE - bp[ndx]) {
289 if (memcmp(p + bp[ndx], kkey, bytes))
291 kkey += bytes;
292 ksize -= bytes;
301 if (bytes != ksize || memcmp(p + bp[ndx], kkey, bytes)) {
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Dpmap.c304 static size_t max_slabs_for_mapping(size_t bytes) argument
306 size_t max_pages = DIVIDE_ROUND_UP(bytes, X86_32_BASE_PAGE_SIZE);
316 static size_t max_slabs_for_mapping_large(size_t bytes) argument
318 size_t max_pages = DIVIDE_ROUND_UP(bytes, X86_32_LARGE_PAGE_SIZE);
348 // Amount of bytes required for #request
349 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
354 err = frame_alloc(&cap, bytes, &bytes);
360 size_t required_slabs_for_frame = max_slabs_for_mapping(bytes);
373 pmap->vregion_offset += (genvaddr_t)bytes;
445 size_t bytes = SLAB_STATIC_SIZE(max_slabs - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/arm/
H A Dpmap.c415 fi.bytes >= LARGE_PAGE_SIZE &&
523 fi.bytes >= LARGE_PAGE_SIZE &&
547 if (fi.bytes < size) {
629 max_slabs_required(size_t bytes) argument
632 size_t pages = DIVIDE_ROUND_UP(bytes, BASE_PAGE_SIZE);
639 static size_t max_slabs_required_large(size_t bytes) argument
667 // Amount of bytes required for #request
668 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
673 err = frame_alloc(&cap, bytes, &bytes);
783 size_t bytes = SLAB_STATIC_SIZE(slabs_required - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms.h275 const void *bytes, int len);
278 const void *bytes, int len);
281 const void *bytes, int len);
295 const void *bytes, int len);
298 const void *bytes, int len);
301 const void *bytes, int len);
/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c66 cap->u.physaddr.base, cap->u.physaddr.bytes);
70 cap->u.ram.base, cap->u.ram.bytes);
74 "(base=%#"PRIxGENPADDR", allocated bytes %#"PRIxGENSIZE
93 cap->u.frame.base, cap->u.frame.bytes);
97 cap->u.devframe.base, cap->u.devframe.bytes);
324 * \param srcsize Size of memory area in bytes
461 debug(SUBSYS_CAPS, "Frame: zeroing %zu bytes @%#"PRIxLPADDR"\n",
470 debug(SUBSYS_CAPS, "L%dCNode: zeroing %zu bytes @%#"PRIxLPADDR"\n",
493 debug(SUBSYS_CAPS, "VNode: zeroing %zu bytes @%#"PRIxLPADDR"\n",
501 debug(SUBSYS_CAPS, "Dispatcher: zeroing %zu bytes
1295 check_caps_create_arguments(enum objtype type, size_t bytes, size_t objsize, bool exact) argument
1379 caps_create_new(enum objtype type, lpaddr_t addr, size_t bytes, size_t objsize, coreid_t owner, struct cte *caps) argument
[all...]
H A Dcap_delete.c237 struct RAM ram = { .bytes = 0 };
249 ram.bytes = get_size(cap);
255 ram.bytes = OBJSIZE_DISPATCHER;
262 ram.bytes = vnode_objsize(cap->type);
270 if (ram.bytes > 0 &&
284 if(ram.bytes > 0) {
313 printk(LOG_WARN, "dropping ram cap base %08"PRIxGENPADDR" bytes 0x%"PRIxGENSIZE"\n", ram.base, ram.bytes);
316 printk(LOG_WARN, "dropped ram cap base %08"PRIxGENPADDR" bytes 0x%"PRIxGENSIZE"\n", ram.base, ram.bytes);
[all...]
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs.c282 * \param buffer Pointer to buffer of at least #bytes where read data is placed
283 * \param bytes Maximum number of bytes to read
284 * \param bytes_read Return pointer containing number of bytes actually read
286 errval_t vfs_read(vfs_handle_t handle, void *buffer, size_t bytes, argument
293 return m->ops->read(m->st, handle, buffer, bytes, bytes_read);
300 * \param buffer Pointer to buffer of #bytes containing data to write
301 * \param bytes Maximum number of bytes to write
302 * \param bytes_written Return pointer containing number of bytes actuall
304 vfs_write(vfs_handle_t handle, const void *buffer, size_t bytes, size_t *bytes_written) argument
322 vfs_truncate(vfs_handle_t handle, size_t bytes) argument
[all...]
H A Dvfs_nfs.c534 size_t bytes, size_t *bytes_read)
548 fh.size = bytes;
596 assert(fh.size <= bytes);
604 fh.size, bytes, MAX_NFS_READ_CHUNKS);
613 size_t bytes, size_t *bytes_written)
648 fh->data = malloc(bytes);
650 memcpy(fh->data, buffer, bytes);
655 fh->size = bytes;
692 assert(fh->size <= bytes);
697 h->u.file.pos += bytes;
533 read(void *st, vfs_handle_t inhandle, void *buffer, size_t bytes, size_t *bytes_read) argument
612 write(void *st, vfs_handle_t handle, const void *buffer, size_t bytes, size_t *bytes_written) argument
717 nfs_truncate(void *st, vfs_handle_t handle, size_t bytes) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c30 #define DISP_MEMORY_SIZE 1024 // size of memory dump in bytes
143 cap->u.physaddr.base, cap->u.physaddr.bytes);
147 cap->u.ram.base, cap->u.ram.bytes);
151 "(allocated bytes %#"PRIxGENSIZE
171 cap->u.frame.base, cap->u.frame.bytes);
175 cap->u.frame.base, cap->u.devframe.bytes);
465 uint8_t *bytes = (void *)p; local
469 bufpos += snprintf(&buf[bufpos], sizeof(buf) - bufpos, "%02x ", bytes[i]);
/barrelfish-2018-10-04/lib/dma/
H A Ddma_request.c214 if ((setup->args.memcpy.dst + setup->args.memcpy.bytes) > setup->args.memcpy.src) {
218 if ((setup->args.memcpy.src + setup->args.memcpy.bytes) > setup->args.memcpy.dst) {
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dpaging_kernel_arch.h25 // Resolves to the required number of entries in Ln to map `limit' number of bytes.
167 void paging_arm_reset(lpaddr_t paddr, size_t bytes);
176 void paging_map_memory(union armv8_ttable_entry *ttbase, lpaddr_t paddr, size_t bytes);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c525 size_t bytes = count,i; local
532 for (i=c->bytes_left;i<8&&bytes>0;bytes--,i++,p++)
546 while (bytes>8)
550 bytes-=8;
552 if (bytes>0)
554 memcpy(c->partial_block,p,bytes);
556 c->bytes_left=bytes;
/barrelfish-2018-10-04/lib/pci/
H A Dpci_client.c275 struct frame_identity fid = { .base = 0, .bytes = 0 };
281 bar->bits = log2ceil(fid.bytes);
282 bar->bytes = fid.bytes;
366 struct frame_identity id = { .base = 0, .bytes = 0 };
372 bar->bits = log2ceil(id.bytes);
373 bar->bytes = id.bytes;
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv7/
H A Dboot_arch.c546 coredata_mem.frameid.bytes - arch_page_size, rel_seg_kvaddr);
614 assert((1UL << log2ceil(urpc_frame_id.bytes)) == urpc_frame_id.bytes);
615 core_data->urpc_frame_size = urpc_frame_id.bytes;
621 assert((1UL << log2ceil(spawn_mem_frameid.bytes)) == spawn_mem_frameid.bytes);
622 core_data->memory_bytes = spawn_mem_frameid.bytes;
652 (uint32_t)coredata_mem.frameid.bytes - 1));
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Denvironment.pl676 get_stat(global_stack_used, X, bytes, sepia) :- gc_stat(8, X).
677 get_stat(global_stack_allocated, X, bytes, sepia) :- gc_stat(9, X).
678 get_stat(global_stack_peak, X, bytes, sepia) :- gc_stat(10, X).
680 get_stat(trail_stack_used, X, bytes, sepia) :- gc_stat(12, X).
681 get_stat(trail_stack_allocated, X, bytes, sepia) :- gc_stat(13, X).
682 get_stat(trail_stack_peak, X, bytes, sepia) :- gc_stat(14, X).
684 get_stat(control_stack_used, X, bytes, sepia) :- gc_stat(16, X).
685 get_stat(control_stack_allocated, X, bytes, sepia) :- gc_stat(17, X).
686 get_stat(control_stack_peak, X, bytes, sepia) :- gc_stat(18, X).
688 get_stat(local_stack_used, X, bytes, sepi
[all...]
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c36 Supported pointer/size_t representation: 4 or 8 bytes
43 Alignment: 8 bytes (minimum)
46 if necessary (up to 128bytes), at the expense of using more space.
48 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes)
49 8 or 16 bytes (if 8byte sizes)
54 Minimum allocated size: 4-byte ptrs: 16 bytes (including overhead)
55 8-byte ptrs: 32 bytes (including overhead)
57 Even a request for zero bytes (i.e., malloc(0)) returns a
59 The maximum overhead wastage (i.e., number of extra bytes
63 32 bytes plu
4604 dlmalloc(size_t bytes) argument
4950 internal_memalign(mstate m, size_t alignment, size_t bytes) argument
5245 dlrealloc(void* oldmem, size_t bytes) argument
5290 dlrealloc_in_place(void* oldmem, size_t bytes) argument
5321 dlmemalign(size_t alignment, size_t bytes) argument
5328 dlposix_memalign(void** pp, size_t alignment, size_t bytes) argument
5351 dlvalloc(size_t bytes) argument
5358 dlpvalloc(size_t bytes) argument
5417 dlmalloc_set_footprint_limit(size_t bytes) argument
5560 mspace_malloc(mspace msp, size_t bytes) argument
5795 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
5840 mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) argument
5872 mspace_memalign(mspace msp, size_t alignment, size_t bytes) argument
5992 mspace_set_footprint_limit(mspace msp, size_t bytes) argument
[all...]
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacmsvc.h254 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes long.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/vendor_defns/
H A Dhw_ubsec.h51 typedef int t_UBSEC_ubsec_bytes_to_bits(unsigned char *n, int bytes);
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Dmain_guest.c53 size_t dev_size = id.bytes;
/barrelfish-2018-10-04/usr/tests/mdbtests/
H A Dtest_range_query.c71 out[gencount].cap.u.ram = (struct RAM) { .base = begin, .bytes = 1UL << sizebits };
195 ranges[i].cap.u.ram.base, ranges[i].cap.u.ram.bytes);
239 PRIxGENVADDR", .bytes = 0x%"PRIxGENSIZE") (expected (.base = 0x%"
240 PRIxGENVADDR", .bytes = 0x%"PRIxGENSIZE"))\n",
241 retcap->cap.u.ram.base, retcap->cap.u.ram.bytes,
242 q->target->cap.u.ram.base, q->target->cap.u.ram.bytes);
/barrelfish-2018-10-04/usr/tests/nkm/
H A Dvspace_dump.c114 fi.base, info->offset, fi.bytes);
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dmain_card.c95 .bytes = size
211 id.bytes);
217 host_frame_sz = id.bytes;
219 err = vspace_map_one_frame(&host_buf, id.bytes, msgframe, NULL, NULL);

Completed in 241 milliseconds

1234567891011>>