Home
last modified time | relevance | path

Searched refs:offset_p (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-address.c100 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()
H A Dtree-ssa-loop-ivopts.c3377 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()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_gem.c323 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()
H A Dradeon_drv.c93 uint32_t handle, uint64_t *offset_p);
H A Dradeon.h437 uint32_t handle, uint64_t *offset_p);
/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl2770 my ($block_num,$offset_p)=("%r8","%r9"); # 5th and 6th arguments
2818 movdqu ($offset_p),@offset[5] # load last offset_i
2966 movdqu @offset[5],($offset_p) # store last offset_i
3278 movdqu ($offset_p),@offset[5] # load last offset_i
3448 movdqu @offset[5],($offset_p) # store last offset_i
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c3058 apr_off_t *offset_p; in p2l_get_max_offset() local
3065 SVN_ERR(svn_cache__get_partial((void **)&offset_p, &is_cached, in p2l_get_max_offset()
3071 *offset = *offset_p; in p2l_get_max_offset()
H A Dtransaction.c3403 write_final_changed_path_info(apr_off_t *offset_p, in write_final_changed_path_info() argument
3425 *offset_p = offset; in write_final_changed_path_info()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_io.h2290 svn_io_file_get_offset(apr_off_t *offset_p,
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c3392 apr_off_t *offset_p; in svn_fs_x__p2l_get_max_offset() local
3399 SVN_ERR(svn_cache__get_partial((void **)&offset_p, &is_cached, in svn_fs_x__p2l_get_max_offset()
3405 *offset = *offset_p; in svn_fs_x__p2l_get_max_offset()
H A Dtransaction.c3316 write_final_changed_path_info(apr_off_t *offset_p, in write_final_changed_path_info() argument
3340 *offset_p = offset; in write_final_changed_path_info()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3759 svn_io_file_get_offset(apr_off_t *offset_p, in svn_io_file_get_offset() argument
3769 *offset_p = offset; in svn_io_file_get_offset()