Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 108) sorted by relevance

12345

/dragonfly/contrib/gmp/mpz/
H A Dn_pow_ui.c82 #define MPN_SQR(dst, alloc, src, size) \ argument
90 #define MPN_MUL(dst, alloc, src, size, src2, size2) \ argument
98 #define MPN_MUL_2(ptr, size, alloc, mult) \ argument
108 #define MPN_MUL_1(ptr, size, alloc, limb) \ argument
117 #define MPN_LSHIFT(ptr, size, alloc, shift) \ argument
/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.c31 unsigned alloc; member
42 unsigned alloc = 0; in calculate_allocation() local
99 unsigned alloc = calculate_allocation (pfx, reserve); in vec_o_reserve() local
/dragonfly/contrib/lvm2/dist/tools/
H A Dpvmove.c103 alloc_policy_t alloc) in _get_allocatable_pvs()
178 alloc_policy_t alloc, in _set_up_pvmove_lv()
356 alloc_policy_t alloc; in _set_up_pvmove() local
/dragonfly/games/hack/
H A Dalloc.c69 alloc(size_t len) in alloc() function
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmirror.c1186 struct dm_list *allocatable_pvs, alloc_policy_t alloc) in add_mirrors_to_segments()
1275 alloc_policy_t alloc, in _create_mirror_log()
1310 alloc_policy_t alloc, in _set_up_mirror_log()
1376 struct dm_list *allocatable_pvs, alloc_policy_t alloc) in add_mirror_log()
1459 struct dm_list *allocatable_pvs, alloc_policy_t alloc, in add_mirror_images()
1562 struct dm_list *pvs, alloc_policy_t alloc, uint32_t flags) in lv_add_mirrors()
H A Dlv_manip.c511 alloc_policy_t alloc; /* Overall policy */ member
539 alloc_policy_t alloc, in _alloc_init()
982 static int _find_parallel_space(struct alloc_handle *ah, alloc_policy_t alloc, in _find_parallel_space()
1203 alloc_policy_t alloc; in _allocate() local
1315 alloc_policy_t alloc, in allocate_extents()
1626 alloc_policy_t alloc) in lv_extend()
1891 alloc_policy_t alloc, in lv_create_empty()
/dragonfly/contrib/gmp/scanf/
H A Dvsscanf.c43 char *alloc; in gmp_vsscanf() local
/dragonfly/contrib/gmp/mpq/
H A Dinv.c46 mp_size_t alloc = dest->_mp_num._mp_alloc; in mpq_inv() local
H A Dmul.c34 mp_size_t alloc; in mpq_mul() local
H A Ddiv.c34 mp_size_t alloc; in mpq_div() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvec.h279 unsigned alloc in reserve() local
354 unsigned alloc in reserve() local
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h239 void* alloc; in ZSTD_cwksp_reserve_internal() local
300 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table() local
331 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
/dragonfly/contrib/gmp/mpn/generic/
H A Dfib2_ui.c78 mp_size_t alloc; in mpn_fib2_ui() local
/dragonfly/contrib/diffutils/lib/
H A Dcareadlinkat.c66 struct allocator const *alloc, in careadlinkat()
/dragonfly/usr.bin/m4/lib/
H A Dohash.h34 void *(*alloc)(size_t, void *); member
/dragonfly/contrib/mdocml/
H A Dcompat_ohash.h32 void *(*alloc)(size_t, void *); member
/dragonfly/contrib/gmp/printf/
H A Dsnprntffuns.c62 int ret, step, alloc, avail; in gmp_snprintf_format() local
/dragonfly/contrib/cryptsetup/lib/
H A Dutils.c67 struct safe_allocation *alloc; in safe_alloc() local
83 struct safe_allocation *alloc; in safe_free() local
103 struct safe_allocation *alloc; in safe_realloc() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.c172 unsigned alloc = 0; in calculate_allocation() local
223 unsigned alloc = calculate_allocation (pfx, reserve, exact); in vec_gc_o_reserve_1() local
310 unsigned alloc = calculate_allocation (pfx, reserve, exact); in vec_heap_o_reserve_1() local
/dragonfly/contrib/binutils-2.34/binutils/
H A Drdcoff.c383 int alloc; in parse_coff_struct_type() local
492 int alloc; in parse_coff_enum_type() local
/dragonfly/contrib/lvm2/dist/lib/display/
H A Ddisplay.c30 alloc_policy_t alloc; member
125 const char *get_alloc_string(alloc_policy_t alloc) in get_alloc_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Drdcoff.c383 int alloc; in parse_coff_struct_type() local
490 int alloc; in parse_coff_enum_type() local
/dragonfly/contrib/binutils-2.34/bfd/
H A Dhash.c375 unsigned long alloc; in bfd_hash_table_init_n() local
525 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *); in bfd_hash_insert() local
/dragonfly/contrib/binutils-2.27/bfd/
H A Dhash.c375 unsigned long alloc; in bfd_hash_table_init_n() local
524 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *); in bfd_hash_insert() local
/dragonfly/contrib/gdb-7/bfd/
H A Dhash.c376 unsigned long alloc; in bfd_hash_table_init_n() local
524 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *); in bfd_hash_insert() local

12345