Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_active.c38 struct i915_active *ref; member
85 struct i915_active *ref = addr; in active_debug_hint() local
95 static void debug_active_init(struct i915_active *ref) in debug_active_init()
100 static void debug_active_activate(struct i915_active *ref) in debug_active_activate()
107 static void debug_active_deactivate(struct i915_active *ref) in debug_active_deactivate()
114 static void debug_active_fini(struct i915_active *ref) in debug_active_fini()
119 static void debug_active_assert(struct i915_active *ref) in debug_active_assert()
126 static inline void debug_active_init(struct i915_active *ref) { } in debug_active_init()
127 static inline void debug_active_activate(struct i915_active *ref) { } in debug_active_activate()
128 static inline void debug_active_deactivate(struct i915_active *ref) { } in debug_active_deactivate()
[all …]
H A Di915_active.h161 #define i915_active_init(ref, active, retire) do { \ argument
173 i915_active_add_request(struct i915_active *ref, struct i915_request *rq) in i915_active_add_request()
180 static inline bool i915_active_has_exclusive(struct i915_active *ref) in i915_active_has_exclusive()
193 static inline void __i915_active_acquire(struct i915_active *ref) in __i915_active_acquire()
200 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drefcount.c92 reference_t *ref; in refcount_destroy_many() local
131 reference_t *ref = NULL; in refcount_add_many() local
159 reference_t *ref; in refcount_remove_many() local
245 reference_t *ref; in refcount_transfer_ownership() local
274 reference_t *ref; in refcount_held() local
302 reference_t *ref; in refcount_not_held() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc171 valid_ao_ref_kill_for_dse (ao_ref *ref) in valid_ao_ref_kill_for_dse()
187 valid_ao_ref_for_dse (ao_ref *ref) in valid_ao_ref_for_dse()
199 get_byte_aligned_range_containing_ref (ao_ref *ref, poly_int64 *offset, in get_byte_aligned_range_containing_ref()
215 get_byte_aligned_range_contained_in_ref (ao_ref *ref, poly_int64 *offset, in get_byte_aligned_range_contained_in_ref()
237 get_byte_range (ao_ref *copy, ao_ref *ref, bool kill, in get_byte_range()
302 clear_live_bytes_for_ref (sbitmap live_bytes, ao_ref *ref, ao_ref *write) in clear_live_bytes_for_ref()
320 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by()
345 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref()
372 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, in compute_trims()
484 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store()
[all …]
H A Dtree-ssa-loop-prefetch.cc302 dump_mem_ref (FILE *file, struct mem_ref *ref) in dump_mem_ref()
405 struct mem_ref *ref, *next_r; in release_mem_refs() local
495 tree ref = *ref_p; in analyze_ref() local
538 tree ref, bool write_p, gimple *stmt) in gather_memory_references_ref()
670 prune_ref_by_self_reuse (struct mem_ref *ref) in prune_ref_by_self_reuse()
773 prune_ref_by_group_reuse (struct mem_ref *ref, struct mem_ref *by, in prune_ref_by_group_reuse()
912 prune_ref_by_reuse (struct mem_ref *ref, struct mem_ref *refs) in prune_ref_by_reuse()
994 should_issue_prefetch_p (struct mem_ref *ref) in should_issue_prefetch_p()
1057 struct mem_ref *ref; in schedule_prefetches() local
1126 struct mem_ref *ref; in nothing_to_prefetch_p() local
[all …]
H A Dtree-ssa-alias.cc397 ptr_deref_may_alias_ref_p_1 (tree ptr, ao_ref *ref) in ptr_deref_may_alias_ref_p_1()
504 ref_may_alias_global_p (ao_ref *ref, bool escaped_local_p) in ref_may_alias_global_p()
511 ref_may_alias_global_p (tree ref, bool escaped_local_p) in ref_may_alias_global_p()
668 debug (pt_solution &ref) in debug()
713 ao_ref_init (ao_ref *r, tree ref) in ao_ref_init()
728 ao_ref_base (ao_ref *ref) in ao_ref_base()
742 ao_ref_base_alias_set (ao_ref *ref) in ao_ref_base_alias_set()
761 ao_ref_alias_set (ao_ref *ref) in ao_ref_alias_set()
775 ao_ref_base_alias_ptr_type (ao_ref *ref) in ao_ref_base_alias_ptr_type()
794 ao_ref_alias_ptr_type (ao_ref *ref) in ao_ref_alias_ptr_type()
[all …]
H A Dsymtab.cc318 ipa_ref *ref; in change_decl_assembler_name() local
618 ipa_ref *ref = NULL, *ref2 = NULL; in create_reference() local
699 ipa_ref *ref = NULL, *ref2 = NULL; in clone_references() local
719 ipa_ref *ref = NULL, *ref2 = NULL; in clone_referring() local
737 symtab_node::clone_reference (ipa_ref *ref, gimple *stmt) in clone_reference()
841 ipa_ref *ref = NULL; in dump_references() local
858 ipa_ref *ref = NULL; in dump_referring() local
1278 ipa_ref *ref = NULL; in verify_base() local
1537 ipa_ref *ref; in make_decl_local() local
1587 ipa_ref *ref; in copy_visibility_from() local
[all …]
H A Dtree-ssa-loop-im.cc92 unsigned ref; /* The simple_mem_ref in this stmt or 0. */ member
109 tree *ref; /* The reference itself. */ member
158 record_loop_dependence (class loop *loop, im_mem_ref *ref, in record_loop_dependence()
169 query_loop_dependence (class loop *loop, im_mem_ref *ref, dep_kind kind) in query_loop_dependence()
670 outermost_indep_loop (class loop *outer, class loop *loop, im_mem_ref *ref) in outermost_indep_loop()
863 im_mem_ref *ref in determine_max_movement() local
1365 may_move_till (tree ref, tree *index, void *data) in may_move_till()
1424 force_move_till (tree ref, tree *index, void *data) in force_move_till()
1456 im_mem_ref *ref = XOBNEW (&mem_ref_obstack, class im_mem_ref); in mem_ref_alloc() local
1477 record_mem_ref_loc (im_mem_ref *ref, gimple *stmt, tree *loc) in record_mem_ref_loc()
[all …]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitslabhash.c109 testadd(struct slabhash* table, testdata_type* ref[]) in testadd()
121 testremove(struct slabhash* table, testdata_type* ref[]) in testremove()
132 testlookup(struct slabhash* table, testdata_type* ref[]) in testlookup()
196 testadd_unlim(struct slabhash* table, testdata_type** ref) in testadd_unlim()
209 testremove_unlim(struct slabhash* table, testdata_type** ref) in testremove_unlim()
221 testlookup_unlim(struct slabhash* table, testdata_type** ref) in testlookup_unlim()
246 testdata_type* ref[HASHTESTMAX * 100]; in test_long_table() local
H A Dunitlruhash.c235 testadd(struct lruhash* table, testdata_type* ref[]) in testadd()
247 testremove(struct lruhash* table, testdata_type* ref[]) in testremove()
258 testlookup(struct lruhash* table, testdata_type* ref[]) in testlookup()
313 testadd_unlim(struct lruhash* table, testdata_type** ref) in testadd_unlim()
326 testremove_unlim(struct lruhash* table, testdata_type** ref) in testremove_unlim()
338 testlookup_unlim(struct lruhash* table, testdata_type** ref) in testlookup_unlim()
363 testdata_type* ref[HASHTESTMAX * 100]; in test_long_table() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c158 valid_ao_ref_for_dse (ao_ref *ref) in valid_ao_ref_for_dse()
174 normalize_ref (ao_ref *copy, ao_ref *ref) in normalize_ref()
213 clear_bytes_written_by (sbitmap live_bytes, gimple *stmt, ao_ref *ref) in clear_bytes_written_by()
237 setup_live_bytes_from_ref (ao_ref *ref, sbitmap live_bytes) in setup_live_bytes_from_ref()
262 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, in compute_trims()
324 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store()
369 maybe_trim_constructor_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_constructor_store()
469 maybe_trim_memstar_call (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_memstar_call()
593 maybe_trim_partially_dead_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_partially_dead_store()
619 live_bytes_read (ao_ref use_ref, ao_ref *ref, sbitmap live) in live_bytes_read()
[all …]
H A Dtree-ssa-loop-prefetch.c302 dump_mem_ref (FILE *file, struct mem_ref *ref) in dump_mem_ref()
405 struct mem_ref *ref, *next_r; in release_mem_refs() local
495 tree ref = *ref_p; in analyze_ref() local
538 tree ref, bool write_p, gimple *stmt) in gather_memory_references_ref()
670 prune_ref_by_self_reuse (struct mem_ref *ref) in prune_ref_by_self_reuse()
771 prune_ref_by_group_reuse (struct mem_ref *ref, struct mem_ref *by, in prune_ref_by_group_reuse()
910 prune_ref_by_reuse (struct mem_ref *ref, struct mem_ref *refs) in prune_ref_by_reuse()
992 should_issue_prefetch_p (struct mem_ref *ref) in should_issue_prefetch_p()
1055 struct mem_ref *ref; in schedule_prefetches() local
1124 struct mem_ref *ref; in nothing_to_prefetch_p() local
[all …]
H A Dtree-ssa-alias.c341 ptr_deref_may_alias_ref_p_1 (tree ptr, ao_ref *ref) in ptr_deref_may_alias_ref_p_1()
443 ref_may_alias_global_p (ao_ref *ref) in ref_may_alias_global_p()
450 ref_may_alias_global_p (tree ref) in ref_may_alias_global_p()
605 debug (pt_solution &ref) in debug()
650 ao_ref_init (ao_ref *r, tree ref) in ao_ref_init()
665 ao_ref_base (ao_ref *ref) in ao_ref_base()
679 ao_ref_base_alias_set (ao_ref *ref) in ao_ref_base_alias_set()
696 ao_ref_alias_set (ao_ref *ref) in ao_ref_alias_set()
712 ao_ref_init_from_ptr_and_size (ao_ref *ref, tree ptr, tree size) in ao_ref_init_from_ptr_and_size()
918 component_ref_to_zero_sized_trailing_array_p (tree ref) in component_ref_to_zero_sized_trailing_array_p()
[all …]
H A Dtree-ssa-loop-im.c91 unsigned ref; /* The simple_mem_ref in this stmt or 0. */ member
108 tree *ref; /* The reference itself. */ member
563 outermost_indep_loop (class loop *outer, class loop *loop, im_mem_ref *ref) in outermost_indep_loop()
754 im_mem_ref *ref in determine_max_movement() local
1289 may_move_till (tree ref, tree *index, void *data) in may_move_till()
1348 force_move_till (tree ref, tree *index, void *data) in force_move_till()
1380 im_mem_ref *ref = XOBNEW (&mem_ref_obstack, class im_mem_ref); in mem_ref_alloc() local
1401 record_mem_ref_loc (im_mem_ref *ref, gimple *stmt, tree *loc) in record_mem_ref_loc()
1413 set_ref_stored_in_loop (im_mem_ref *ref, class loop *loop) in set_ref_stored_in_loop()
1423 mark_ref_stored (im_mem_ref *ref, class loop *loop) in mark_ref_stored()
[all …]
H A Dsymtab.c317 ipa_ref *ref; in change_decl_assembler_name() local
586 ipa_ref *ref = NULL, *ref2 = NULL; in create_reference() local
667 ipa_ref *ref = NULL, *ref2 = NULL; in clone_references() local
687 ipa_ref *ref = NULL, *ref2 = NULL; in clone_referring() local
705 symtab_node::clone_reference (ipa_ref *ref, gimple *stmt) in clone_reference()
799 ipa_ref *ref = NULL; in dump_references() local
816 ipa_ref *ref = NULL; in dump_referring() local
1229 ipa_ref *ref = NULL; in verify_base() local
1388 ipa_ref *ref; in make_decl_local() local
1438 ipa_ref *ref; in copy_visibility_from() local
[all …]
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dcomparisons.c25 same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign) in same_mpfr_value()
41 same_mpc_value (mpc_ptr got, mpc_ptr ref, known_signs_t known_signs) in same_mpc_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc648 gfc_ref *ref; in gfc_extract_int() local
701 gfc_ref *ref; in gfc_extract_hwi() local
800 gfc_ref *ref; in gfc_has_vector_index() local
1139 gfc_ref * ref; in is_subref_array() local
1445 find_component_ref (gfc_constructor_base base, gfc_ref *ref) in find_component_ref()
1498 find_array_section (gfc_expr *expr, gfc_ref *ref) in find_array_section()
1806 gfc_ref *ref; in find_inquiry_ref() local
2064 simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p) in simplify_ref_chain()
2128 gfc_ref* ref = p->ref; in simplify_parameter_variable() local
3369 check_references (gfc_ref* ref, bool (*checker) (gfc_expr*)) in check_references()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c640 gfc_ref *ref; in gfc_extract_int() local
693 gfc_ref *ref; in gfc_extract_hwi() local
792 gfc_ref *ref; in gfc_has_vector_index() local
1129 gfc_ref * ref; in is_subref_array() local
1435 find_component_ref (gfc_constructor_base base, gfc_ref *ref) in find_component_ref()
1488 find_array_section (gfc_expr *expr, gfc_ref *ref) in find_array_section()
1790 gfc_ref *ref; in find_inquiry_ref() local
2039 simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p) in simplify_ref_chain()
2103 gfc_ref* ref = p->ref; in simplify_parameter_variable() local
3337 check_references (gfc_ref* ref, bool (*checker) (gfc_expr*)) in check_references()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_polynomial_private.h12 int ref; member
38 int ref; member
51 int ref; member
68 int ref; member
91 int ref; member
105 int ref; member
/netbsd-src/sys/kern/
H A Dsubr_specificdata.c258 specificdata_init(specificdata_domain_t sd, specificdata_reference *ref) in specificdata_init()
277 specificdata_fini(specificdata_domain_t sd, specificdata_reference *ref) in specificdata_fini()
308 specificdata_getspecific(specificdata_domain_t sd, specificdata_reference *ref, in specificdata_getspecific()
336 specificdata_reference *ref, in specificdata_getspecific_unlocked()
354 specificdata_reference *ref, in specificdata_setspecific()
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Drrset.c171 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
186 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
246 struct rrset_ref ref; in rrset_cache_update_wildcard() local
308 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
327 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
339 struct rrset_ref* ref, size_t count) in rrset_array_unlock_touch()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_active.c24 struct kref ref; member
39 static void __live_release(struct kref *ref) in __live_release()
237 void i915_active_print(struct i915_active *ref, struct drm_printer *m) in i915_active_print()
273 void i915_active_unlock_wait(struct i915_active *ref) in i915_active_unlock_wait()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-gcd_22.c31 one_test (mpz_srcptr a, mpz_srcptr b, mpz_srcptr ref) in one_test()
47 mpz_t a, b, ref; in main() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_frontbuffer.c205 static int frontbuffer_active(struct i915_active *ref) in frontbuffer_active()
215 static void frontbuffer_retire(struct i915_active *ref) in frontbuffer_retire()
224 static void frontbuffer_release(struct kref *ref) in frontbuffer_release()

12345678910>>...30