Searched refs:chunks (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkpatch.pl | 651 my (@chunks); 657 push(@chunks, [ $condition, $statement ]); 659 return ($level, $linenr, @chunks); 670 push(@chunks, [ $condition, $statement ]); 673 return ($level, $linenr, @chunks); 2541 my ($level, $endln, @chunks) = 2545 if ($#chunks > 0 && $level == 0) { 2550 for my $chunk (@chunks) { 2598 my ($level, $endln, @chunks) = 2602 my ($cond, $block) = @{$chunks[0]}; [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 1094 size_t elem_size, void* chunks[]); 1101 size_t sizes[], void* chunks[]); 3967 void* chunks[]) { in ialloc() argument 3990 if (chunks != 0) { in ialloc() 3992 return chunks; /* nothing to do */ in ialloc() 3993 marray = chunks; in ialloc() 4070 if (marray != chunks) { in ialloc() 4369 void* chunks[]) { in dlindependent_calloc() argument 4371 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4375 void* chunks[]) { in dlindependent_comalloc() argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 1305 size_t elem_size, void* chunks[]); 1312 size_t sizes[], void* chunks[]); 4567 void* chunks[]) { in ialloc() argument 4591 if (chunks != 0) { in ialloc() 4593 return chunks; /* nothing to do */ in ialloc() 4594 marray = chunks; in ialloc() 4671 if (marray != chunks) { in ialloc() 4983 void* chunks[]) { in dlindependent_calloc() argument 4985 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4989 void* chunks[]) { in dlindependent_comalloc() argument [all …]
|
| H A D | dlmalloc.h | 588 size_t elem_size, void* chunks[]); 595 size_t sizes[], void* chunks[]);
|