Home
last modified time | relevance | path

Searched refs:_size (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_alloc.c26 size_t _size = *size; in __heap_alloc() local
29 _size = HEAP_ADJUST_SIZE (_size); in __heap_alloc()
31 if (_size < sizeof (struct heap_free_area)) in __heap_alloc()
34 _size = HEAP_ADJUST_SIZE (sizeof (struct heap_free_area)); in __heap_alloc()
40 if (fa->size >= _size) in __heap_alloc()
44 *size = __heap_free_area_alloc (heap, fa, _size); in __heap_alloc()
/l4re-core-master/l4re_vfs/include/impl/
A Dro_file_impl.h42 buf->st_size = _size; in fstat64()
47 buf->st_blocks = l4_round_page(_size); in fstat64()
55 if (_size - pos < l) in read_single()
56 l = _size - pos; in read_single()
73 long err = L4Re::Env::env()->rm()->attach(&file, _size, in preadv()
113 *available = _size - pos(); in ioctl()
A Dro_file.h29 off64_t _size; variable
36 _size = _ds->size(); in Ro_file()
45 off64_t size() const throw() { return _size; } in size()
/l4re-core-master/moe/server/src/
A Dboot_fs.cc114 unsigned left = _space - _size; in add()
115 unsigned written = snprintf(_buf + _size, left, "%d:%.*s\n", in add()
128 _size += written; in add()
136 { return _size == 0; } in empty()
144 ds = new Moe::Dataspace_static((void *)_buf, _size, L4Re::Dataspace::F::R); in create_ds_and_register()
152 unsigned _size = 0; member in Dirinfo
A Ddataspace.h75 : _size(size), _flags(flags), _page_shift(page_shift) in Dataspace()
79 unsigned long size() const throw() { return _size; } in size()
111 void size(unsigned long size) throw() { _size = size; } in size()
169 unsigned long _size;
A Ddma_space.cc181 l4_size_t *_size, Attributes attrs, Direction dir, in map() argument
185 printf("DMA %p: map: offs=%lx sz=%zx ...\n", this, offset, *_size); in map()
196 if (*_size > max_sz) in map()
197 *_size = max_sz; in map()
199 l4_size_t size = *_size + (offset - aligned_offset); in map()
/l4re-core-master/l4re_kernel/server/src/
A Dloader.h24 unsigned long _size; variable
29 { sp = (char *)addr + _size; } in set_local_addr()
32 { _addr = addr; _size = size; } in set_target_stack()
34 l4_size_t stack_size() const { return _size; } in stack_size()
/l4re-core-master/libloader/include/
A Dremote_mem36 { _target_top = addr + size; _size = size; }
74 l4_addr_t target_addr() const { return _target_top - _size; }
75 l4_size_t stack_size() const { return _size; }
81 l4_size_t _size;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/python/libstdcxx/v6/
A Dxmethods.py40 self._size = size
57 return self._size
70 return (int(self._size) == 0)
83 if int(self._size) > 0:
99 if int(self._size) > 0:
100 return obj['_M_elems'][self._size - 1]
115 if int(index) >= int(self._size):
117 ((int(index), self._size)))
131 if int(self._size) > 0:

Completed in 37 milliseconds