Searched refs:offset_p (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | 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()
|
| H A D | 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()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | 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()
|
| H A D | radeon_drv.c | 93 uint32_t handle, uint64_t *offset_p);
|
| H A D | radeon.h | 437 uint32_t handle, uint64_t *offset_p);
|
| /freebsd-12.1/crypto/openssl/crypto/aes/asm/ |
| H A D | aesni-x86_64.pl | 2770 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 D | index.c | 3058 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 D | transaction.c | 3403 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 D | svn_io.h | 2290 svn_io_file_get_offset(apr_off_t *offset_p,
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | index.c | 3392 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 D | transaction.c | 3316 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 D | io.c | 3759 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()
|