Searched refs:bytes (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssltest.c264 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
265 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
280 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
471 long bytes=256L; local
587 else if (strcmp(*argv,"-bytes") == 0)
590 bytes= atol(*(++argv));
591 if (bytes == 0L) bytes=1L;
593 if (argv[0][i-1] == 'k') bytes*
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dssltest.c264 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
265 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
280 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
471 long bytes=256L; local
587 else if (strcmp(*argv,"-bytes") == 0)
590 bytes= atol(*(++argv));
591 if (bytes == 0L) bytes=1L;
593 if (argv[0][i-1] == 'k') bytes*
[all...]
H A Decdsatest.c124 fake_rand.bytes = fbytes;
125 fake_rand.pseudorand = old_rand->bytes;
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dservice.c174 assert((1UL << log2ceil(id.bytes)) == id.bytes);
175 st->bits = log2ceil(id.bytes);
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dahci_port.c187 assert(buffer->bytes % 512 == 0);
188 uint16_t sectors = buffer->bytes / 512;
194 ct->prdt[0] = region_descriptor_new(buffer->paddr, (buffer->bytes - 1) | 0x1, false);
H A Ddevice_impl.c72 bool upper_bound = (mem->bytes >= length);
73 bool upper_bound2 = (mem->paddr + offset + length) <= (mem->paddr + mem->bytes);
74 // printf("mem->paddr %lx, mem->bytes %lx, offset %lx, length %lx \n",
75 // mem->paddr, mem->bytes, offset, length);
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Decoptions.tex46 The sizes in bytes of the stacks can be varied. They will be rounded to
59 The sizes in bytes of the private and shared heaps. Normally these are
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dpaging.c37 inline static int aligned(uintptr_t address, uintptr_t bytes) argument
39 return (address & (bytes - 1)) == 0;
125 void paging_map_memory(union armv8_ttable_entry *ttbase, lpaddr_t paddr, size_t bytes) argument
127 lpaddr_t pend = paging_round_up(paddr + bytes, VMSAv8_64_L1_BLOCK_SIZE);
/barrelfish-2018-10-04/lib/virtio/
H A Dvirtqueue.c315 if (vring_mem_size > id.bytes) {
317 (id.bytes),
671 * // The actual descriptors (16 bytes each)
722 if (id.bytes < size) {
727 err = vspace_map_one_frame(&addr, id.bytes, cap, NULL, NULL);
/barrelfish-2018-10-04/usr/bench/bulk_sdma/
H A Dmain.c55 return vspace_map_one_frame(retbuf, id.bytes, cap, NULL, NULL);
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Dmain.c78 .bytes = BUFFER_SIZE,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dhttp_client.pl60 http_grammar.pl compiled traceable 25048 bytes in 0.38 seconds
61 http_client.pl compiled traceable 5916 bytes in 0.47 seconds
62 http_server.pl compiled traceable 5304 bytes in 0.07 seconds
63 http.pl compiled traceable 0 bytes in 0.57 seconds
H A Dhttp_server.pl349 http_grammar.pl compiled traceable 25048 bytes in 0.27 seconds
350 http_client.pl compiled traceable 6052 bytes in 0.28 seconds
351 http_server.pl compiled traceable 5564 bytes in 0.03 seconds
352 http.pl compiled traceable 0 bytes in 0.35 seconds
H A Dquintus.pl1020 memory (total) 377000 bytes: 350636 in use, 26364 free
1021 program space 219572 bytes
1023 global space 65532 bytes: 9088 in use, 56444 free
1024 global stack 6984 bytes
1025 trail 16 bytes
1026 system 2088 bytes
1027 local stack 65532 bytes: 356 in use, 65176 free
1028 local stack 332 bytes
1029 system 24 bytes
1031 0.000 sec. for 0 garbage collections which collected 0 bytes
[all...]
/barrelfish-2018-10-04/include/net_queue_manager/
H A Dnet_queue_manager.h86 uint64_t bytes; // Size of buffer in bytes member in struct:buffer_descriptor
/barrelfish-2018-10-04/lib/devif/backends/net/e10k/
H A De10k_devif_vf.c246 struct frame_identity frameid = { .base = 0, .bytes = 0 };
257 tx_size = frameid.bytes;
262 rx_size = frameid.bytes;
281 e10k_vf_vfsrrctl_bsz_hdr_wrf(d, n, 128 / 64); // TODO: Do 128 bytes suffice in
451 (unsigned long long) bar_info[0].bytes);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dpd.c151 % ((int) priv->dev.bar_info[1].bytes
/barrelfish-2018-10-04/lib/dma/
H A Ddma_descriptor.c73 * \param size size of a signle descriptor in bytes
130 XPHIDESC_DEBUG("Allocated frame of size %lu bytes @ [%016lx]\n",
131 (uint64_t ) mem->bytes, mem->paddr);
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dmem_serv.c186 log2ceil(info.u.ram.bytes), &mem_avail);
354 debug_printf("available memory: %"PRIuMEMSIZE" bytes over %d cores\n",
359 debug_printf("available memory per core: %"PRIuMEMSIZE" bytes\n",
366 debug_printf("available memory per core: %"PRIuMEMSIZE" bytes\n",
440 assert(bits == log2ceil(info.u.ram.bytes));
455 info.u.ram.base, info.u.ram.bytes);
499 assert(SMALLCAP_BITS == log2ceil(info.u.ram.bytes));
/barrelfish-2018-10-04/usr/monitor/
H A Dump_support.c75 assert((1UL << log2ceil(frameid.bytes)) == frameid.bytes);
79 channel_length_out, frameid.base, log2ceil(frameid.bytes),
399 .bytes = 1UL << framebits
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decdsatest.c124 fake_rand.bytes = fbytes;
125 fake_rand.pseudorand = old_rand->bytes;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Dbuild.com49 ; should take no more than 8 bytes.
/barrelfish-2018-10-04/lib/devif/backends/net/ip/
H A Ddevif_backend_ip.c85 struct frame_identity frameid = { .base = 0, .bytes = 0 };
93 frameid.bytes, cap, VREGION_FLAGS_READ_WRITE,
/barrelfish-2018-10-04/lib/devif/backends/net/udp/
H A Ddevif_backend_udp.c76 struct frame_identity frameid = { .base = 0, .bytes = 0 };
84 frameid.bytes, cap, VREGION_FLAGS_READ_WRITE,
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dpci_vmkitmon_eth.c60 val = ~h->pci_device->bars[addr.d.doubleword - 4].bytes + 1; //~0x100000 + 1
342 dev->bars[0].bytes = 0x100000; //1 MB

Completed in 384 milliseconds

1234567891011>>