Searched refs:offset_p (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-address.c | 100 rtx *addr, rtx **step_p, rtx **offset_p) in gen_addr_rtx() argument 107 if (offset_p) in gen_addr_rtx() 108 *offset_p = NULL; in gen_addr_rtx() 139 if (offset_p) in gen_addr_rtx() 140 *offset_p = &XEXP (XEXP (act_elem, 0), 1); in gen_addr_rtx() 153 if (offset_p) in gen_addr_rtx() 154 *offset_p = &XEXP (*addr, 1); in gen_addr_rtx() 159 if (offset_p) in gen_addr_rtx() 160 *offset_p = addr; in gen_addr_rtx()
|
| HD | tree-ssa-loop-ivopts.c | 3377 bool offset_p, ratio_p; in get_address_cost() local 3544 offset_p = (s_offset != 0 in get_address_cost() 3552 if (s_offset && !offset_p && !symbol_present) in get_address_cost() 3558 acost = costs[symbol_present][var_present][offset_p][ratio_p]; in get_address_cost()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | util.h | 368 svn_fs_fs__get_file_offset(apr_off_t *offset_p,
|
| HD | util.c | 568 svn_fs_fs__get_file_offset(apr_off_t *offset_p, in svn_fs_fs__get_file_offset() argument 578 *offset_p = offset; in svn_fs_fs__get_file_offset()
|
| HD | index.c | 3050 apr_off_t *offset_p; in p2l_get_max_offset() local 3057 SVN_ERR(svn_cache__get_partial((void **)&offset_p, &is_cached, in p2l_get_max_offset() 3063 *offset = *offset_p; in p2l_get_max_offset()
|
| HD | transaction.c | 3086 write_final_changed_path_info(apr_off_t *offset_p, in write_final_changed_path_info() argument 3105 *offset_p = offset; in write_final_changed_path_info()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | util.h | 440 svn_fs_x__get_file_offset(apr_off_t *offset_p,
|
| HD | util.c | 643 svn_fs_x__get_file_offset(apr_off_t *offset_p, in svn_fs_x__get_file_offset() argument 653 *offset_p = offset; in svn_fs_x__get_file_offset()
|
| HD | index.c | 3438 apr_off_t *offset_p; in svn_fs_x__p2l_get_max_offset() local 3445 SVN_ERR(svn_cache__get_partial((void **)&offset_p, &is_cached, in svn_fs_x__p2l_get_max_offset() 3451 *offset = *offset_p; in svn_fs_x__p2l_get_max_offset()
|
| HD | transaction.c | 3043 write_final_changed_path_info(apr_off_t *offset_p, in write_final_changed_path_info() argument 3067 *offset_p = offset; in write_final_changed_path_info()
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_gem.c | 323 uint32_t handle, uint64_t *offset_p) in radeon_mode_dumb_mmap() argument 333 *offset_p = radeon_bo_mmap_offset(robj); in radeon_mode_dumb_mmap()
|
| HD | radeon_drv.c | 93 uint32_t handle, uint64_t *offset_p);
|
| HD | radeon.h | 437 uint32_t handle, uint64_t *offset_p);
|