/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | heap_debug.c | 33 struct heap_free_area *fa; in __heap_dump_freelist() local 34 for (fa = heap; fa; fa = fa->next) in __heap_dump_freelist() 37 (long)fa, in __heap_dump_freelist() 40 fa->size, in __heap_dump_freelist() 41 (long)fa->prev, in __heap_dump_freelist() 42 (long)fa->next); in __heap_dump_freelist() 109 for (prev = 0, fa = first_fa; fa; prev = fa, fa = fa->next) in __heap_check() 116 (ul_t)fa, in __heap_check() 118 (ul_t)fa, fa->size); in __heap_check() 125 (ul_t)fa, (ul_t)fa->prev); in __heap_check() [all …]
|
A D | heap.h | 36 # define HEAP_INIT_WITH_FA(fa) &fa._fa argument 48 #define HEAP_FREE_AREA_END(fa) ((void *)(fa + 1)) argument 51 #define HEAP_FREE_AREA_START(fa) ((void *)((char *)(fa + 1) - (fa)->size)) argument 53 #define HEAP_FREE_AREA_SIZE(fa) ((fa)->size) argument 109 if (fa->next) in __heap_delete() 110 fa->next->prev = fa->prev; in __heap_delete() 111 if (fa->prev) in __heap_delete() 112 fa->prev->next = fa->next; in __heap_delete() 132 *heap = fa; in __heap_link_free_area() 148 *heap = fa; in __heap_link_free_area_after() [all …]
|
A D | heap_free.c | 23 struct heap_free_area *fa, *prev_fa; in __heap_free() local 35 for (prev_fa = 0, fa = *heap; fa; prev_fa = fa, fa = fa->next) in __heap_free() 39 if (fa && HEAP_FREE_AREA_START (fa) <= end) in __heap_free() 42 size_t fa_size = fa->size + size; in __heap_free() 44 if (HEAP_FREE_AREA_START (fa) == end) in __heap_free() 58 struct heap_free_area *next_fa = fa->next; in __heap_free() 66 fa = next_fa; in __heap_free() 74 fa = (struct heap_free_area *)((char *)fa + size); in __heap_free() 80 fa->size = fa_size; in __heap_free() 84 fa = __heap_add_free_area (heap, mem, size, prev_fa, fa); in __heap_free() [all …]
|
A D | heap_alloc.c | 25 struct heap_free_area *fa; in __heap_alloc() local 39 for (fa = *heap; fa; fa = fa->next) in __heap_alloc() 40 if (fa->size >= _size) in __heap_alloc() 43 mem = HEAP_FREE_AREA_START (fa); in __heap_alloc() 44 *size = __heap_free_area_alloc (heap, fa, _size); in __heap_alloc()
|
A D | heap_alloc_at.c | 24 struct heap_free_area *fa; in __heap_alloc_at() local 32 for (fa = *heap; fa; fa = fa->next) in __heap_alloc_at() 34 void *fa_mem = HEAP_FREE_AREA_START (fa); in __heap_alloc_at() 37 if (fa_mem == mem && fa->size >= size) in __heap_alloc_at() 39 alloced = __heap_free_area_alloc (heap, fa, size); in __heap_alloc_at()
|
A D | free.c | 36 struct heap_free_area *fa; in __free_to_heap() local 53 fa = __heap_free (heap, mem, size); in __free_to_heap() 57 if (HEAP_FREE_AREA_SIZE (fa) < MALLOC_UNMAP_THRESHOLD) in __free_to_heap() 63 unsigned long start = (unsigned long)HEAP_FREE_AREA_START (fa); in __free_to_heap() 64 unsigned long end = (unsigned long)HEAP_FREE_AREA_END (fa); in __free_to_heap() 101 __heap_delete (heap, fa); in __free_to_heap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | spawn.c | 41 inline static bool execute_file_actions(const posix_spawn_file_actions_t *fa) in execute_file_actions() argument 47 for (cnt = 0; cnt < fa->__used; ++cnt) { in execute_file_actions() 48 struct __spawn_action *action = &fa->__actions[cnt]; in execute_file_actions() 114 const posix_spawn_file_actions_t *fa, in __spawni() argument 121 if (is_vfork_safe(flags) && !fa) in __spawni() 183 if (fa && execute_file_actions(fa)) in __spawni() 245 const posix_spawn_file_actions_t *fa, in posix_spawn() argument 249 return __spawni(pid, path, fa, attrp, argv, envp, NULL); in posix_spawn() 256 const posix_spawn_file_actions_t *fa, in posix_spawnp() argument 265 return __spawni(pid, file, fa, attrp, argv, envp, path); in posix_spawnp()
|
A D | spawn_int.h | 26 int __posix_spawn_file_actions_realloc(posix_spawn_file_actions_t *fa);
|
/l4re-core-master/l4sys/include/ |
A D | __l4_fpage.h | 689 l4_addr_t fa = l4_fpage_memaddr(fpage); in l4_fpage_contains() local 690 return (fa <= addr) in l4_fpage_contains() 691 && (fa + (1UL << l4_fpage_size(fpage)) >= addr + (1UL << log2size)); in l4_fpage_contains()
|
/l4re-core-master/ned/server/src/ |
A D | ned.lua | 246 local function fa(a) function 250 self.log_args[1] = self.log_args[1] or fa(...);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | th_TH | 170 collating-element <fo-fa-e> from "<U0E40><U0E1D>" 171 collating-element <fo-fa-ae> from "<U0E41><U0E1D>" 172 collating-element <fo-fa-o> from "<U0E42><U0E1D>" 173 collating-element <fo-fa-ai-maimuan> from "<U0E43><U0E1D>" 174 collating-element <fo-fa-ai-maimalai> from "<U0E44><U0E1D>" 610 <fo-fa-e> "<U0E1D><U0E40>";<BLANK>;<BLANK>;<BLANK> 611 <fo-fa-ae> "<U0E1D><U0E41>";<BLANK>;<BLANK>;<BLANK> 612 <fo-fa-o> "<U0E1D><U0E42>";<BLANK>;<BLANK>;<BLANK> 613 <fo-fa-ai-maimuan> "<U0E1D><U0E43>";<BLANK>;<BLANK>;<BLANK> 614 <fo-fa-ai-maimalai> "<U0E1D><U0E44>";<BLANK>;<BLANK>;<BLANK>
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lvm.c | 1017 lua_Number fa = fltvalue(s2v(ra)); \ 1019 cond = opf(fa, fim); \
|