Searched refs:alloc (Results 51 - 75 of 106) sorted by relevance

12345

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_montgomery_reduce.c39 if (x->alloc < digs) {
H A Dbn_mp_mul_2d.c31 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
H A Dbn_mp_sub_d.c26 if (c->alloc < a->used + 1) {
H A Dbn_s_mp_add.c39 if (c->alloc < max + 1) {
H A Dbn_s_mp_sub.c29 if (c->alloc < max) {
H A Dbn_fast_mp_montgomery_reduce.c35 if (x->alloc < n->used + 1) {
H A Dbn_fast_s_mp_sqr.c36 if (b->alloc < pa) {
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_vector.cpp124 // size of prefix padding for a cookie, allocate space (using alloc) for
129 // If alloc throws an exception, rethrow the exception. If alloc returns
138 // Neither alloc nor dealloc may be NULL.
142 void* (*alloc)(size_t), void (*dealloc)(void*) ) {
145 char * const heap_block = static_cast<char *> ( alloc ( heap_size ));
171 void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) {
174 char * const heap_block = static_cast<char *> ( alloc ( heap_size ));
139 __cxa_vec_new2( size_t element_count, size_t element_size, size_t padding_size, void (*constructor)(void*), void (*destructor)(void*), void* (*alloc)(size_t), void (*dealloc)(void*) ) argument
168 __cxa_vec_new3( size_t element_count, size_t element_size, size_t padding_size, void (*constructor)(void*), void (*destructor)(void*), void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) argument
/barrelfish-2018-10-04/lib/devif/backends/debug/
H A Ddevif_backend_debug.c87 struct slab_allocator alloc; member in struct:debug_q
196 que->regions->buffers = slab_alloc(&que->alloc);
228 ele->buffers = slab_alloc(&que->alloc);
269 slab_free(&que->alloc, ele->buffers);
301 slab_free(&que->alloc, next->buffers);
382 slab_free(&que->alloc, buffer);
407 slab_free(&que->alloc, buffer);
427 after = slab_alloc(&que->alloc);
495 slab_free(&que->alloc, next);
531 struct memory_ele* ele = slab_alloc(&que->alloc);
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_av.c172 index = mthca_alloc(&dev->av_table.alloc);
244 mthca_free(&dev->av_table.alloc,
331 err = mthca_alloc_init(&dev->av_table.alloc,
361 mthca_alloc_cleanup(&dev->av_table.alloc);
373 mthca_alloc_cleanup(&dev->av_table.alloc);
H A Dmthca_srq.c230 srq->srqn = mthca_alloc(&dev->srq_table.alloc);
323 mthca_free(&dev->srq_table.alloc, srq->srqn);
372 mthca_free(&dev->srq_table.alloc, srq->srqn);
693 err = mthca_alloc_init(&dev->srq_table.alloc,
703 mthca_alloc_cleanup(&dev->srq_table.alloc);
714 mthca_alloc_cleanup(&dev->srq_table.alloc);
H A Dmthca_cq.c785 cq->cqn = mthca_alloc(&dev->cq_table.alloc);
895 mthca_free(&dev->cq_table.alloc, cq->cqn);
963 mthca_free(&dev->cq_table.alloc, cq->cqn);
973 err = mthca_alloc_init(&dev->cq_table.alloc,
983 mthca_alloc_cleanup(&dev->cq_table.alloc);
991 mthca_alloc_cleanup(&dev->cq_table.alloc);
H A Dmthca_eq.c514 eq->eqn = mthca_alloc(&dev->eq_table.alloc);
574 mthca_free(&dev->eq_table.alloc, eq->eqn);
788 err = mthca_alloc_init(&dev->eq_table.alloc,
898 mthca_alloc_cleanup(&dev->eq_table.alloc);
919 mthca_alloc_cleanup(&dev->eq_table.alloc);
/barrelfish-2018-10-04/usr/pci/
H A Dpci_msix.c34 bool alloc)
44 if (alloc) {
33 get_context(struct pci_address *addr, bool alloc) argument
/barrelfish-2018-10-04/lib/phoenix/
H A Dmcs.c131 .alloc = mcs_alloc,
/barrelfish-2018-10-04/usr/drivers/virtio/block/
H A Dmain_guest.c72 struct virtio_buffer *buf = virtio_buffer_alloc(blk_dev.alloc);
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Dslot_alloc.c45 return ca->alloc(ca, ret);
71 return ca->alloc(ca, ret);
187 def->a.alloc = two_level_alloc;
H A Dtwolevel_slot_alloc.c39 err = walk->a.a.alloc(&walk->a.a, ret);
75 err = rca->alloc(rca, &cap);
185 ret->a.alloc = two_level_alloc;
/barrelfish-2018-10-04/tools/fastmodels/
H A Dmain.c37 load_file(const char *path, size_t *length, size_t *alloc) { argument
54 *alloc= alloc_size;
168 uint64_t virt_base, uint64_t *loaded_size, uint64_t *alloc,
211 *alloc= ROUNDUP(*loaded_size, PAGE_4k);
212 void *cpudriver= malloc(*alloc);
214 bzero(cpudriver, *alloc);
319 uint64_t virt_base, uint64_t *loaded_size, uint64_t *alloc,
349 *alloc= ROUNDUP(*loaded_size, PAGE_4k);
350 void *shim= malloc(*alloc);
352 bzero(shim, *alloc);
167 load_cpudriver(Elf *kernel_elf, void *kernel_raw, size_t kernel_size, uint64_t virt_base, uint64_t *loaded_size, uint64_t *alloc, uint64_t *entry) argument
318 load_shim(Elf *shim_elf, void *shim_raw, size_t shim_size, uint64_t virt_base, uint64_t *loaded_size, uint64_t *alloc, uint64_t kernel_table, uint64_t kernel_stack_top, uint64_t multiboot, uint64_t entry, uint64_t *shim_entry, int quiet) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dtkexdr.c563 int new_len, alloc; local
566 bp = Tcl_GetByteArrayFromObj(objPtr, &alloc);
567 if (new_len > alloc)
569 while (new_len > alloc)
570 alloc *= 2;
571 bp = Tcl_SetByteArrayLength(objPtr, alloc);
/barrelfish-2018-10-04/include/virtio/
H A Dvirtqueue.h372 * \param alloc returns the pointer to the allocator
378 struct virtio_buffer_allocator **alloc);
/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_molly_image.sh154 --rename-section .data=.rodata$IDX,alloc,load,readonly,data,contents \
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h58 #define ALLOC(MP) ((MP)->alloc)
76 mp_size alloc; /* how many digits allocated */ member in struct:__anon1399
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dia64.S175 { .mii; alloc r2=ar.pfs,4,12,0,16
228 { .mii; alloc r2=ar.pfs,4,12,0,16
288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
469 { .mii; alloc r2=ar.pfs,3,0,0,0
549 { .mii; alloc r2=ar.pfs,2,1,0,0
554 { .mii; alloc r2=ar.pfs,2,1,0,0
620 { .mii; alloc r2=ar.pfs,3,0,0,0
625 { .mii; alloc r
[all...]
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c239 if (x->alloc < n->used + 1) {
421 if (c->alloc < digs) {
526 if (c->alloc < pa) {
629 if (b->alloc < pa) {
893 if (c->alloc < a->used + 1) {
1173 a->alloc = a->used = 0;
1464 if (b->alloc < a->used) {
1875 if (b->alloc < a->used) {
2316 if (x->alloc < m + m) {
3342 /* if the alloc siz
[all...]

Completed in 108 milliseconds

12345