Searched defs:chunksize (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddummy_bigrat.c73 ec_big_to_chunks(pword *pw1, uword chunksize, pword *result) argument
H A Dbigrat.c80 ec_big_to_chunks(pword *pw1, uword chunksize, pword *result) argument
859 ec_big_to_chunks(pword *pw1, uword chunksize, pword *result) argument
/barrelfish-master/usr/bench/vfs/
H A Dvfs_bench.c26 static void single_run(int32_t chunksize, int32_t repetitions) argument
92 int32_t chunksize = atol(argv[1]); local
/barrelfish-master/lib/ahci/
H A Dahci_util.c191 size_t chunksize = buflen < MAX_PR_SIZE ? buflen : MAX_PR_SIZE; local
/barrelfish-master/lib/dmalloc/
H A Ddmalloc.c2323 #define chunksize(p) ((p)->head & ~(FLAG_BITS)) macro
[all...]

Completed in 55 milliseconds