Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl2774 my ($block_num,$offset_p)=("%r8","%r9"); # 5th and 6th arguments
2822 movdqu ($offset_p),@offset[5] # load last offset_i
2970 movdqu @offset[5],($offset_p) # store last offset_i
3288 movdqu ($offset_p),@offset[5] # load last offset_i
3458 movdqu @offset[5],($offset_p) # store last offset_i
/freebsd-13.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-13.1/contrib/subversion/subversion/include/
H A Dsvn_io.h2290 svn_io_file_get_offset(apr_off_t *offset_p,
/freebsd-13.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-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4023 svn_io_file_get_offset(apr_off_t *offset_p, in svn_io_file_get_offset() argument
4033 *offset_p = offset; in svn_io_file_get_offset()