Searched refs:tsize (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2663 size_t tsize = chunksize(t); in do_check_tree() local 2665 compute_tree_index(tsize, idx); in do_check_tree() 2667 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 2668 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 2669 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 2674 assert(chunksize(u) == tsize); in do_check_tree() 3302 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3304 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3330 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3347 init_top(m, (mchunkptr)((unsigned long)tbase), tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3247 size_t tsize = chunksize(t); in do_check_tree() local 3249 compute_tree_index(tsize, idx); in do_check_tree() 3251 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 3252 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 3253 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 3258 assert(chunksize(u) == tsize); in do_check_tree() 3885 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3887 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3912 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3929 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | flattree.c | 408 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob() local 409 tsize += padlen; in dt_to_blob() 410 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | coff.h | 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | nfs_prot.x | 281 unsigned tsize; /* preferred transfer size in bytes */ member
|
| H A D | nfs_prot.h | 246 u_int tsize; member
|