HelenOS sources

bigint_alloc       51 uspace/app/sbi/src/bigint.c static void bigint_alloc(bigint_t *bigint, size_t length);
bigint_alloc       86 uspace/app/sbi/src/bigint.c 	bigint_alloc(bigint, length);
bigint_alloc      126 uspace/app/sbi/src/bigint.c 	bigint_alloc(dest, src->length);
bigint_alloc      149 uspace/app/sbi/src/bigint.c 	bigint_alloc(dest, src->length);
bigint_alloc      271 uspace/app/sbi/src/bigint.c 	bigint_alloc(quot, lbound);
bigint_alloc      501 uspace/app/sbi/src/bigint.c 	bigint_alloc(dest, lbound);
bigint_alloc      545 uspace/app/sbi/src/bigint.c 	bigint_alloc(dest, lbound);
bigint_alloc      621 uspace/app/sbi/src/bigint.c 	bigint_alloc(dest, lbound);
HelenOS homepage, sources at GitHub