Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 2213) sorted by relevance

12345678910>>...89

/dragonfly/contrib/gmp/mpf/
H A Dsub.c202 mp_size_t size, i; in mpf_sub() local
213 mp_size_t size, i; in mpf_sub() local
231 mp_size_t size; in mpf_sub() local
241 mp_size_t size, i; in mpf_sub() local
331 mp_size_t size; in mpf_sub() local
341 mp_size_t size, i; in mpf_sub() local
357 mp_size_t size; in mpf_sub() local
367 mp_size_t size, i; in mpf_sub() local
382 mp_size_t size, i; in mpf_sub() local
H A Dui_sub.c200 mp_size_t size; in mpf_ui_sub() local
210 mp_size_t size, i; in mpf_ui_sub() local
229 mp_size_t size, i; in mpf_ui_sub() local
243 mp_size_t size; in mpf_ui_sub() local
277 mp_size_t size; in mpf_ui_sub() local
287 mp_size_t size, i; in mpf_ui_sub() local
302 mp_size_t size, i; in mpf_ui_sub() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp99 ranged_hash_fn(size_type size) in ranged_hash_fn()
104 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_hash_fn()
110 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_hash_fn()
127 notify_resized(size_type size) in notify_resized()
185 ranged_hash_fn(size_type size) in ranged_hash_fn()
190 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn) : in ranged_hash_fn()
196 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_hash_fn()
213 notify_resized(size_type size) in notify_resized()
274 ranged_hash_fn(size_type size) in ranged_hash_fn()
285 ranged_hash_fn(size_type size, const null_type& r_null_type, in ranged_hash_fn()
[all …]
H A Dranged_probe_fn.hpp107 ranged_probe_fn(size_type size) in ranged_probe_fn()
112 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_probe_fn()
118 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
125 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
143 notify_resized(size_type size) in notify_resized()
217 ranged_probe_fn(size_type size) in ranged_probe_fn()
222 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_probe_fn()
228 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
235 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
253 notify_resized(size_type size) in notify_resized()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp99 ranged_hash_fn(size_type size) in ranged_hash_fn()
104 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_hash_fn()
110 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_hash_fn()
127 notify_resized(size_type size) in notify_resized()
185 ranged_hash_fn(size_type size) in ranged_hash_fn()
190 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn) : in ranged_hash_fn()
196 ranged_hash_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_hash_fn()
213 notify_resized(size_type size) in notify_resized()
274 ranged_hash_fn(size_type size) in ranged_hash_fn()
285 ranged_hash_fn(size_type size, const null_type& r_null_type, in ranged_hash_fn()
[all …]
H A Dranged_probe_fn.hpp107 ranged_probe_fn(size_type size) in ranged_probe_fn()
112 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_probe_fn()
118 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
125 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
143 notify_resized(size_type size) in notify_resized()
217 ranged_probe_fn(size_type size) in ranged_probe_fn()
222 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn) in ranged_probe_fn()
228 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
235 ranged_probe_fn(size_type size, const Hash_Fn& r_hash_fn, in ranged_probe_fn()
253 notify_resized(size_type size) in notify_resized()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dmemory.c48 objc_malloc (size_t size) in objc_malloc()
57 objc_atomic_malloc (size_t size) in objc_atomic_malloc()
66 objc_realloc (void *mem, size_t size) in objc_realloc()
75 objc_calloc (size_t nelem, size_t size) in objc_calloc()
94 objc_malloc (size_t size) in objc_malloc()
103 objc_atomic_malloc (size_t size) in objc_atomic_malloc()
112 objc_realloc (void *mem, size_t size) in objc_realloc()
121 objc_calloc (size_t nelem, size_t size) in objc_calloc()
/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_16pts.c141 #define mpn_divexact_by255(dst,src,size) \ argument
147 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) argument
156 #define mpn_divexact_by255x4(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)<<2) argument
164 #define mpn_divexact_by9x16(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(9)<<4) argument
180 #define mpn_divexact_by2835x64(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(2835)<<6) argument
190 #define mpn_divexact_by255x182712915(dst,src,size) \ argument
196 #define mpn_divexact_by255x182712915(dst,src,size) \ argument
204 #define mpn_divexact_by255x182712915(dst,src,size) \ argument
218 #define mpn_divexact_by255x188513325(dst,src,size) \ argument
224 #define mpn_divexact_by255x188513325(dst,src,size) \ argument
[all …]
H A Dtoom_interpolate_7pts.c47 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0) argument
49 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3) argument
55 #define mpn_divexact_by9(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,9,BINVERT_9,0) argument
57 #define mpn_divexact_by9(dst,src,size) mpn_divexact_1(dst,src,size,9) argument
63 #define mpn_divexact_by15(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,15,BINVERT_15,0) argument
65 #define mpn_divexact_by15(dst,src,size) mpn_divexact_1(dst,src,size,15) argument
H A Dtoom_interpolate_12pts.c122 #define mpn_divexact_by255(dst,src,size) \ argument
126 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0) argument
128 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) argument
135 #define mpn_divexact_by9x4(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(9),BINVERT_9,2) argument
137 #define mpn_divexact_by9x4(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(9)<<2) argument
143 #define mpn_divexact_by42525(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(42525),BINVERT_4… argument
145 #define mpn_divexact_by42525(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(42525)) argument
151 #define mpn_divexact_by2835x4(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(2835),BINVERT_2… argument
153 #define mpn_divexact_by2835x4(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(2835)<<2) argument
/dragonfly/contrib/binutils-2.27/gold/
H A Dsparc.cc267 Sized_relobj_file<size, big_endian>* , in local_reloc_may_be_function_pointer()
270 const elfcpp::Rela<size, big_endian>& , in local_reloc_may_be_function_pointer()
272 const elfcpp::Sym<size, big_endian>&) in local_reloc_may_be_function_pointer()
278 Sized_relobj_file<size, big_endian>* , in global_reloc_may_be_function_pointer()
281 const elfcpp::Rela<size, in global_reloc_may_be_function_pointer()
544 typename elfcpp::Swap<size, big_endian>::Valtype value, in rela()
1859 Sized_relobj_file<size, big_endian>* relobj, in make_local_ifunc_plt_entry()
2253 Target_sparc<size, big_endian>::Scan::local( in local()
2262 const elfcpp::Sym<size, big_endian>& lsym, in local()
2577 Target_sparc<size, big_endian>::Scan::global( in global()
[all …]
H A Dtilegx.cc2112 Sized_relobj_file<size, big_endian>* relobj, in add_local_ifunc_entry()
2572 Sized_relobj_file<size, big_endian>* relobj, in make_local_ifunc_plt_entry()
2704 Sized_relobj<size, big_endian>* obj, in reserve_local_got_entry()
3597 Sized_relobj_file<size, big_endian>* object, in unsupported_reloc_global()
3664 Sized_relobj_file<size, big_endian>* , in local_reloc_may_be_function_pointer()
3667 const elfcpp::Rela<size, big_endian>& , in local_reloc_may_be_function_pointer()
3669 const elfcpp::Sym<size, big_endian>&) in local_reloc_may_be_function_pointer()
3684 Sized_relobj_file<size, big_endian>* , in global_reloc_may_be_function_pointer()
3687 const elfcpp::Rela<size, big_endian>& , in global_reloc_may_be_function_pointer()
4808 Sized_relobj_file<size, big_endian>* object, in scan_relocatable_relocs()
[all …]
H A Dcopy-relocs.cc38 Copy_relocs<sh_type, size, big_endian>::copy_reloc( in copy_reloc() argument
42 Sized_relobj_file<size, big_endian>* object, in copy_reloc()
68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc()
91 Copy_relocs<sh_type, size, big_endian>::emit_copy_reloc( in emit_copy_reloc() argument
110 Copy_relocs<sh_type, size, big_endian>::make_copy_reloc( in make_copy_reloc() argument
114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc()
191 Sized_relobj_file<size, big_endian>* object, in save()
207 Copy_relocs<sh_type, size, big_endian>::emit( in emit() argument
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_radix.c74 pfr_add_tables(struct pfr_table *tbl, int size, int *nadd, int flags) in pfr_add_tables()
95 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables()
116 pfr_get_tables(struct pfr_table *filter, struct pfr_table *tbl, int *size, in pfr_get_tables()
181 pfr_add_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, in pfr_add_addrs()
204 pfr_del_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, in pfr_del_addrs()
227 pfr_set_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, in pfr_set_addrs()
257 pfr_get_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int *size, in pfr_get_addrs()
303 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats()
324 pfr_tst_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, in pfr_tst_addrs()
347 pfr_ina_define(struct pfr_table *tbl, struct pfr_addr *addr, int size, in pfr_ina_define()
[all …]
/dragonfly/sys/dev/drm/
H A Dlinux_vmalloc.c51 size_t size; in vmap() local
75 size_t size; in vunmap() local
108 vmalloc(unsigned long size) in vmalloc()
114 vzalloc(unsigned long size) in vzalloc()
121 vmalloc_user(unsigned long size) in vmalloc_user()
136 kvmalloc_array(size_t n, size_t size, gfp_t flags) in kvmalloc_array()
/dragonfly/sys/vm/
H A Dvm_kern.c108 kmem_alloc_swapbacked(kmem_anon_desc_t *kp, vm_size_t size, vm_subsys_t id) in kmem_alloc_swapbacked()
164 kmem_alloc_pageable(vm_map_t map, vm_size_t size, vm_subsys_t id) in kmem_alloc_pageable()
187 kmem_alloc_nofault(vm_map_t map, vm_size_t size, vm_subsys_t id, in kmem_alloc_nofault()
211 kmem_alloc3(vm_map_t map, vm_size_t size, vm_subsys_t id, int kmflags) in kmem_alloc3()
318 kmem_free(vm_map_t map, vm_offset_t addr, vm_size_t size) in kmem_free()
338 vm_offset_t *min, vm_offset_t *max, vm_size_t size) in kmem_suballoc()
368 kmem_alloc_wait(vm_map_t map, vm_size_t size, vm_subsys_t id) in kmem_alloc_wait()
417 kmem_alloc_attr(vm_map_t map, vm_size_t size, vm_subsys_t id, in kmem_alloc_attr()
474 kmem_free_wakeup(vm_map_t map, vm_offset_t addr, vm_size_t size) in kmem_free_wakeup()
H A Dvm_contig.c250 vm_contig_pg_alloc(unsigned long size, vm_paddr_t low, vm_paddr_t high, in vm_contig_pg_alloc()
485 vm_contig_pg_free(vm_pindex_t start, u_long size) in vm_contig_pg_free()
512 vm_contig_pg_kmap(vm_pindex_t start, u_long size, vm_map_t map, int flags) in vm_contig_pg_kmap()
539 unsigned long size, /* should be size_t here and for malloc() */ in contigmalloc()
555 contigmalloc_map(unsigned long size, struct malloc_type *type, in contigmalloc_map()
583 contigfree(void *addr, unsigned long size, struct malloc_type *type) in contigfree()
604 kmem_alloc_contig(vm_offset_t size, vm_paddr_t low, vm_paddr_t high, in kmem_alloc_contig()
/dragonfly/sys/sys/
H A Dmalloc.h107 #define MALLOC_DEFINE_OBJ(type, size, shortdesc, longdesc) \ argument
125 #define MALLOC_DEFINE_OBJ(type, size, shortdesc, longdesc) \ argument
212 #define __kmalloc(size, type, flags) ({ \ argument
233 #define __kmalloc_obj(size, type, flags) ({ \ argument
254 #define kmalloc(size, type, flags) __kmalloc(size, type, flags) argument
260 #define krealloc(addr, size, type, flags) \ argument
307 #define kmalloc(size, type, flags) \ argument
309 #define kmalloc_obj(size, type, flags) \ argument
326 #define _kmalloc_debug(size, type, flags, file, line) \ argument
328 #define _kmalloc_obj_debug(size, type, flags, file, line) \ argument
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dcopy-relocs.cc38 Copy_relocs<sh_type, size, big_endian>::copy_reloc( in copy_reloc() argument
42 Sized_relobj_file<size, big_endian>* object, in copy_reloc()
68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc()
91 Copy_relocs<sh_type, size, big_endian>::emit_copy_reloc( in emit_copy_reloc() argument
110 Copy_relocs<sh_type, size, big_endian>::make_copy_reloc( in make_copy_reloc() argument
114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc()
219 Sized_relobj_file<size, big_endian>* object, in save()
235 Copy_relocs<sh_type, size, big_endian>::emit( in emit() argument
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) in gas_build_req()
34 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size) in gas_build_initial_req()
49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp()
71 size_t size) in gas_build_initial_resp()
80 u16 comeback_delay, size_t size) in gas_build_comeback_resp()
112 struct wpabuf * gas_anqp_build_initial_req(u8 dialog_token, size_t size) in gas_anqp_build_initial_req()
129 u16 comeback_delay, size_t size) in gas_anqp_build_initial_resp()
170 u16 comeback_delay, size_t size) in gas_anqp_build_comeback_resp()
/dragonfly/contrib/mdocml/
H A Dmandoc_aux.c50 mandoc_calloc(size_t num, size_t size) in mandoc_calloc()
61 mandoc_malloc(size_t size) in mandoc_malloc()
72 mandoc_realloc(void *ptr, size_t size) in mandoc_realloc()
81 mandoc_reallocarray(void *ptr, size_t num, size_t size) in mandoc_reallocarray()
90 mandoc_recallocarray(void *ptr, size_t oldnum, size_t num, size_t size) in mandoc_recallocarray()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Demutls.c38 word size; member
49 pointer size; member
69 pointer size = arr->size; in emutls_destroy() local
158 pointer size = offset + 32; in __emutls_get_address() local
168 pointer size = orig_size * 2; in __emutls_get_address() local
192 word size, word align, void *templ) in __emutls_register_common()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Demutls.c38 word size; member
49 pointer size; member
69 pointer size = arr->size; in emutls_destroy() local
158 pointer size = offset + 32; in __emutls_get_address() local
168 pointer size = orig_size * 2; in __emutls_get_address() local
192 word size, word align, void *templ) in __emutls_register_common()
/dragonfly/sys/dev/sound/midi/
H A Dmidiq.h40 #define MIDIQ_INIT(head, buf, size) do { \ argument
59 #define MIDIQ_ENQ(head, buf, size) do { … argument
79 #define MIDIQ_DEQ_I(head, buf, size, move, update) do { … argument
102 #define MIDIQ_DEQ(head, buf, size) MIDIQ_DEQ_I(head, buf, size, 1, 1) argument
103 #define MIDIQ_PEEK(head, buf, size) MIDIQ_DEQ_I(head, buf, size, 1, 0) argument
104 #define MIDIQ_POP(head, size) MIDIQ_DEQ_I(head, &head, size, 0, 1) argument
/dragonfly/contrib/flex/src/
H A Dflexdef.h641 #define allocate_integer_array(size) \ argument
644 #define reallocate_integer_array(array,size) \ argument
647 #define allocate_bool_array(size) \ argument
650 #define reallocate_bool_array(array,size) \ argument
653 #define allocate_int_ptr_array(size) \ argument
656 #define allocate_char_ptr_array(size) \ argument
659 #define allocate_dfaacc_union(size) \ argument
662 #define reallocate_int_ptr_array(array,size) \ argument
668 #define reallocate_dfaacc_union(array, size) \ argument
671 #define allocate_character_array(size) \ argument
[all …]

12345678910>>...89